svn commit: r305055 - in head/net-p2p: libtorrent-rasterbar-16 libtorrent-rasterbar-16-python
Doug Barton
dougb at FreeBSD.org
Sat Sep 29 22:40:41 UTC 2012
Author: dougb
Date: Sat Sep 29 22:40:40 2012
New Revision: 305055
URL: http://svn.freebsd.org/changeset/ports/305055
Log:
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
Modified:
head/net-p2p/libtorrent-rasterbar-16-python/Makefile
head/net-p2p/libtorrent-rasterbar-16/Makefile
head/net-p2p/libtorrent-rasterbar-16/distinfo
head/net-p2p/libtorrent-rasterbar-16/pkg-plist
Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16-python/Makefile Sat Sep 29 22:10:32 2012 (r305054)
+++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile Sat Sep 29 22:40:40 2012 (r305055)
@@ -1,8 +1,3 @@
-# New ports collection makefile for: libtorrent-rasterbar-16-python
-# Date created: 5 May 2012
-# Whom: Doug Barton, dougb at FreeBSD.org
-#
-#
# $FreeBSD$
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/Makefile Sat Sep 29 22:10:32 2012 (r305054)
+++ head/net-p2p/libtorrent-rasterbar-16/Makefile Sat Sep 29 22:40:40 2012 (r305055)
@@ -1,11 +1,7 @@
-# New ports collection makefile for: libtorrent-rasterbar-16
-# Date created: 5 May 2012
-# Whom: Doug Barton, dougb at 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#<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"
Modified: head/net-p2p/libtorrent-rasterbar-16/distinfo
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/distinfo Sat Sep 29 22:10:32 2012 (r305054)
+++ head/net-p2p/libtorrent-rasterbar-16/distinfo Sat Sep 29 22:40:40 2012 (r305055)
@@ -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
Modified: head/net-p2p/libtorrent-rasterbar-16/pkg-plist
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16/pkg-plist Sat Sep 29 22:10:32 2012 (r305054)
+++ head/net-p2p/libtorrent-rasterbar-16/pkg-plist Sat Sep 29 22:40:40 2012 (r305055)
@@ -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
More information about the svn-ports-head
mailing list