diff options
author | dougb <dougb@FreeBSD.org> | 2012-09-02 14:33:26 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-09-02 14:33:26 +0800 |
commit | b8b6dd16b650e377a79938269af9a13bde01dd77 (patch) | |
tree | 75cb2482fd69709ddd2b40546a5bcd2cf7994635 | |
parent | bb2f9709ecfecd7bd09032116f5137ee66ac9371 (diff) | |
download | freebsd-ports-gnome-b8b6dd16b650e377a79938269af9a13bde01dd77.tar.gz freebsd-ports-gnome-b8b6dd16b650e377a79938269af9a13bde01dd77.tar.zst freebsd-ports-gnome-b8b6dd16b650e377a79938269af9a13bde01dd77.zip |
0.16.3 release
* fix python binding backwards compatibility in replace_trackers
* fix possible starvation in metadata extension
* fix crash when creating torrents/optimizing file order with pad files
* disable support for large MTUs in uTP until it is more reliable
* expose post_torrent_updates and state_update_alert to python bindings
* fix incorrect SSL error messages
* fix race condition causing shutdown hang
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index e558843902c3..169d40c0d952 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.16.2 +PORTVERSION= 0.16.3 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent @@ -58,6 +58,9 @@ post-patch: @${CP} ${WRKSRC}/Jamfile ${WRKSRC}/Jamfile.presed @${SED} -e 's#<include>/usr/local/include#<include>${LOCALBASE}/include#' \ ${WRKSRC}/Jamfile.presed > ${WRKSRC}/Jamfile + ${CP} ${WRKSRC}/include/libtorrent/file.hpp ${WRKSRC}/include/libtorrent/file.hpp.presed + ${SED} -e "35s,.*,#include <sys/stat.h>," ${WRKSRC}/include/libtorrent/file.hpp.presed > \ + ${WRKSRC}/include/libtorrent/file.hpp .endif .if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" diff --git a/net-p2p/libtorrent-rasterbar-16/distinfo b/net-p2p/libtorrent-rasterbar-16/distinfo index ba53a6f87ed6..96f5bd0e839d 100644 --- a/net-p2p/libtorrent-rasterbar-16/distinfo +++ b/net-p2p/libtorrent-rasterbar-16/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.16.2.tar.gz) = 683d759d3ca9a30bba484a8fa13c4cf7166b3d445c7f6a521f1543c1ee042117 -SIZE (libtorrent-rasterbar-0.16.2.tar.gz) = 2897284 +SHA256 (libtorrent-rasterbar-0.16.3.tar.gz) = 54f509fe1434b0cb3829f4c8e2b209a878a4f7bc6b4a38cf0e41c193326f9d9e +SIZE (libtorrent-rasterbar-0.16.3.tar.gz) = 2899811 |