From owner-svn-ports-all@FreeBSD.ORG Sun Sep 2 06:33:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A665D1065670; Sun, 2 Sep 2012 06:33:27 +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 7871A8FC0A; Sun, 2 Sep 2012 06:33:27 +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 q826XRGC053004; Sun, 2 Sep 2012 06:33:27 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q826XR6v053001; Sun, 2 Sep 2012 06:33:27 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201209020633.q826XR6v053001@svn.freebsd.org> From: Doug Barton Date: Sun, 2 Sep 2012 06:33:27 +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: r303533 - head/net-p2p/libtorrent-rasterbar-16 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 06:33:27 -0000 Author: dougb Date: Sun Sep 2 06:33:26 2012 New Revision: 303533 URL: http://svn.freebsd.org/changeset/ports/303533 Log: 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 Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile head/net-p2p/libtorrent-rasterbar-16/distinfo Modified: head/net-p2p/libtorrent-rasterbar-16/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar-16/Makefile Sun Sep 2 06:30:30 2012 (r303532) +++ head/net-p2p/libtorrent-rasterbar-16/Makefile Sun Sep 2 06:33:26 2012 (r303533) @@ -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#/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 Sun Sep 2 06:30:30 2012 (r303532) +++ head/net-p2p/libtorrent-rasterbar-16/distinfo Sun Sep 2 06:33:26 2012 (r303533) @@ -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