From 891e2c73baedc149ef63f7c4b89a86f870d60c44 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 29 Sep 2012 22:40:40 +0000 Subject: [PATCH] Upgrade to 0.16.4: * raise the default torrents allowed to announce to trackers to 1600 * improve uTP slow start behavior * update use of boost.system to not use deprecated functions * fix GIL issue in python bindings. Deprecated extension support in python * fixed bug where setting upload slots to -1 would not mean infinite * extend the UDP tracker protocol to include the request string from the tracker URL --- net-p2p/libtorrent-rasterbar-16-python/Makefile | 5 ----- net-p2p/libtorrent-rasterbar-16/Makefile | 9 +-------- net-p2p/libtorrent-rasterbar-16/distinfo | 4 ++-- net-p2p/libtorrent-rasterbar-16/pkg-plist | 1 + 4 files changed, 4 insertions(+), 15 deletions(-) diff --git a/net-p2p/libtorrent-rasterbar-16-python/Makefile b/net-p2p/libtorrent-rasterbar-16-python/Makefile index 753a83f38b40..33efdb190eb5 100644 --- a/net-p2p/libtorrent-rasterbar-16-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-16-python/Makefile @@ -1,8 +1,3 @@ -# New ports collection makefile for: libtorrent-rasterbar-16-python -# Date created: 5 May 2012 -# Whom: Doug Barton, dougb@FreeBSD.org -# -# # $FreeBSD$ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index 169d40c0d952..ae540822e00d 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -1,11 +1,7 @@ -# New ports collection makefile for: libtorrent-rasterbar-16 -# Date created: 5 May 2012 -# Whom: Doug Barton, dougb@FreeBSD.org -# # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.16.3 +PORTVERSION= 0.16.4 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent @@ -58,9 +54,6 @@ post-patch: @${CP} ${WRKSRC}/Jamfile ${WRKSRC}/Jamfile.presed @${SED} -e 's#/usr/local/include#${LOCALBASE}/include#' \ ${WRKSRC}/Jamfile.presed > ${WRKSRC}/Jamfile - ${CP} ${WRKSRC}/include/libtorrent/file.hpp ${WRKSRC}/include/libtorrent/file.hpp.presed - ${SED} -e "35s,.*,#include ," ${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 96f5bd0e839d..1fe408f20fd7 100644 --- a/net-p2p/libtorrent-rasterbar-16/distinfo +++ b/net-p2p/libtorrent-rasterbar-16/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.16.3.tar.gz) = 54f509fe1434b0cb3829f4c8e2b209a878a4f7bc6b4a38cf0e41c193326f9d9e -SIZE (libtorrent-rasterbar-0.16.3.tar.gz) = 2899811 +SHA256 (libtorrent-rasterbar-0.16.4.tar.gz) = 025531e1da1d5478486d475835327a395fbcff27f29f3767731cce361622c4f0 +SIZE (libtorrent-rasterbar-0.16.4.tar.gz) = 2907218 diff --git a/net-p2p/libtorrent-rasterbar-16/pkg-plist b/net-p2p/libtorrent-rasterbar-16/pkg-plist index 4d9d535e5f3b..443db64b730e 100644 --- a/net-p2p/libtorrent-rasterbar-16/pkg-plist +++ b/net-p2p/libtorrent-rasterbar-16/pkg-plist @@ -110,6 +110,7 @@ include/libtorrent/ssl_stream.hpp include/libtorrent/stat.hpp include/libtorrent/storage.hpp include/libtorrent/storage_defs.hpp +include/libtorrent/string_util.hpp include/libtorrent/struct_debug.hpp include/libtorrent/thread.hpp include/libtorrent/time.hpp