Commits
Ken Cunningham authored 6515280a40c
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cxx11 1.1 |
5 5 | PortGroup github 1.0 |
6 6 | |
7 7 | # Note - when libtorrent is next updated, consider moving to the github release |
8 8 | # which is under the rtorrent umbrella at |
9 - | # https://github.com/rakshasa/rtorrent/releases/download/v0.9.7/libtorrent-0.13.7.tar.gz |
9 + | # https://github.com/rakshasa/rtorrent/releases/download/v0.9.8/libtorrent-0.13.8.tar.gz |
10 10 | |
11 - | github.setup rakshasa libtorrent 0.13.7 v |
12 - | revision 1 |
11 + | github.setup rakshasa libtorrent 0.13.8 v |
12 + | revision 0 |
13 13 | |
14 14 | conflicts libtorrent-devel |
15 15 | categories net |
16 16 | platforms darwin |
17 17 | maintainers nomaintainer |
18 18 | license {GPL-2+ OpenSSLException} |
19 19 | |
20 20 | description BitTorrent library |
21 21 | |
22 22 | long_description libTorrent is a BitTorrent library written in C++ for \ |
23 23 | *nix. It is designed to avoid redundant copying and \ |
24 24 | storing of data that other clients and libraries suffer from. |
25 25 | |
26 - | checksums rmd160 e0a6f01eac616cec788cb81995318e7b9fc7baac \ |
27 - | sha256 7de1c2e2ebb23ff0f13891f1f865a2ac6899141d8e662b269156c3cb11518a4d \ |
28 - | size 356972 |
26 + | checksums rmd160 9d08970166976e287d58f30cbfade78b972fce55 \ |
27 + | sha256 a679b6408318d30de060d003d51572c6fcb6ecf839b4ca6b9d37a099d59a818c \ |
28 + | size 357770 |
29 29 | |
30 30 | use_autoreconf yes |
31 31 | autoreconf.cmd ./autogen.sh |
32 32 | |
33 33 | depends_build-append \ |
34 34 | port:pkgconfig \ |
35 35 | port:autoconf \ |
36 36 | port:automake \ |
37 37 | port:libtool |
38 38 | |