Ticket #35110: Portfile-libtorrent.diff
File Portfile-libtorrent.diff, 1.1 KB (added by gardnermj@…, 12 years ago) |
---|
-
Portfile
old new 5 5 6 6 name libtorrent 7 7 conflicts libtorrent-devel 8 version 0.1 2.98 version 0.13.2 9 9 categories net 10 10 platforms darwin 11 11 maintainers gmail.com:gardnermj … … 20 20 homepage http://libtorrent.rakshasa.no/ 21 21 master_sites ${homepage}downloads/ 22 22 23 checksums sha1 176a836c6e685e4dad71ac08c0e09caaa5b7757c\24 rmd160 a898e882da94977973d62f34a5dd82577fd83cf523 checksums rmd160 090e6af9b4318a6176064159f6a8f70ab708c7fe \ 24 sha256 ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f 25 25 26 26 depends_build port:pkgconfig 27 27 28 28 depends_lib port:openssl \ 29 29 port:libsigcxx2 30 30 31 # Remove this when updating to 0.13.032 if {${configure.compiler} == "clang"} {33 configure.compiler llvm-gcc-4.234 }35 36 31 configure.args --disable-debug \ 37 32 --enable-ipv6 \ 38 33 --with-kqueue