From owner-svn-ports-head@FreeBSD.ORG Sat Sep 29 22:40:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C677106566C; Sat, 29 Sep 2012 22:40:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EB07B8FC0C; Sat, 29 Sep 2012 22:40:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8TMee2K009337; Sat, 29 Sep 2012 22:40:40 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8TMeeRl009332; Sat, 29 Sep 2012 22:40:40 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201209292240.q8TMeeRl009332@svn.freebsd.org> From: Doug Barton Date: Sat, 29 Sep 2012 22:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305055 - in head/net-p2p: libtorrent-rasterbar-16 libtorrent-rasterbar-16-python X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2012 22:40:41 -0000 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@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@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" 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