Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 06:33:27 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303533 - head/net-p2p/libtorrent-rasterbar-16
Message-ID:  <201209020633.q826XR6v053001@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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#<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	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209020633.q826XR6v053001>