ports/153718: [PATCH] net-p2p/libtorrent: update to 0.12.7

Jui-Nan Lin jnlin at csie.nctu.edu.tw
Thu Jan 6 07:00:19 UTC 2011


>Number:         153718
>Category:       ports
>Synopsis:       [PATCH] net-p2p/libtorrent: update to 0.12.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 06 07:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 8.1-RELEASE FreeBSD 8.1-RELEASE #11: Tue Aug 24 22:33:35 CST 2010
>Description:
- Update to 0.12.7

Port maintainer (flz at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- libtorrent-0.12.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent/Makefile /home/users/jnlin/ports/libtorrent/Makefile
--- /usr/ports/net-p2p/libtorrent/Makefile	2010-12-04 15:33:12.000000000 +0800
+++ /home/users/jnlin/ports/libtorrent/Makefile	2011-01-06 13:54:48.817004857 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME?=	libtorrent
-PORTVERSION?=	0.12.6
-PORTREVISION?=	1
+PORTVERSION?=	0.12.7
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
 		${MASTER_SITE_LOCAL}
@@ -28,7 +27,8 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-OPTIONS=	KQUEUE "Use kqueue(2) support" on
+OPTIONS=	KQUEUE "Use kqueue(2) support" on \
+		IPV6 "Enable IPv6 support" off
 
 .include <bsd.port.pre.mk>
 
@@ -48,4 +48,8 @@
 CONFIGURE_ARGS+=	--with-kqueue
 .endif
 
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=	--enable-ipv6
+.endif
+
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent/distinfo /home/users/jnlin/ports/libtorrent/distinfo
--- /usr/ports/net-p2p/libtorrent/distinfo	2010-01-23 08:24:26.000000000 +0800
+++ /home/users/jnlin/ports/libtorrent/distinfo	2011-01-06 13:37:21.412093333 +0800
@@ -1,3 +1,2 @@
-MD5 (libtorrent-0.12.6.tar.gz) = 037499ed708aaf72988cee60e5a8d96b
-SHA256 (libtorrent-0.12.6.tar.gz) = 7b02f33164966a05261e83bad76eef537198fefe76eaf57dfd64bb27c7d77129
-SIZE (libtorrent-0.12.6.tar.gz) = 594113
+SHA256 (libtorrent-0.12.7.tar.gz) = 96f59ec9593cd77ef9bad78cadef9ce6f1040243cccf1108aa7844e58d632a97
+SIZE (libtorrent-0.12.7.tar.gz) = 632060
diff -ruN --exclude=CVS /usr/ports/net-p2p/libtorrent/pkg-plist /home/users/jnlin/ports/libtorrent/pkg-plist
--- /usr/ports/net-p2p/libtorrent/pkg-plist	2008-12-09 19:30:31.000000000 +0800
+++ /home/users/jnlin/ports/libtorrent/pkg-plist	2011-01-06 13:57:21.176409745 +0800
@@ -1,48 +1,53 @@
 @comment $FreeBSD: ports/net-p2p/libtorrent/pkg-plist,v 1.14 2008/12/09 11:30:31 flz Exp $
-include/torrent/bitfield.h
-include/torrent/chunk_manager.h
 include/torrent/common.h
-include/torrent/connection_manager.h
+include/torrent/throttle.h
+include/torrent/peer/client_list.h
+include/torrent/peer/peer_list.h
+include/torrent/peer/client_info.h
+include/torrent/peer/peer.h
+include/torrent/peer/connection_list.h
+include/torrent/peer/peer_info.h
+include/torrent/object_raw_bencode.h
+include/torrent/download_info.h
+include/torrent/torrent.h
+include/torrent/tracker.h
+include/torrent/http.h
+include/torrent/hash_string.h
+include/torrent/chunk_manager.h
+include/torrent/bitfield.h
+include/torrent/object.h
+include/torrent/object_stream.h
+include/torrent/dht_manager.h
+include/torrent/poll_epoll.h
+include/torrent/exceptions.h
+include/torrent/poll_kqueue.h
+include/torrent/rate.h
 include/torrent/data/block.h
-include/torrent/data/block_list.h
-include/torrent/data/block_transfer.h
-include/torrent/data/file.h
-include/torrent/data/file_list.h
-include/torrent/data/file_list_iterator.h
 include/torrent/data/file_manager.h
+include/torrent/data/block_transfer.h
 include/torrent/data/file_utils.h
+include/torrent/data/chunk_utils.h
+include/torrent/data/file_list.h
 include/torrent/data/piece.h
+include/torrent/data/block_list.h
+include/torrent/data/file.h
 include/torrent/data/transfer_list.h
-include/torrent/dht_manager.h
+include/torrent/data/file_list_iterator.h
 include/torrent/download.h
+include/torrent/object_static_map.h
+include/torrent/poll_select.h
+include/torrent/tracker_list.h
+include/torrent/connection_manager.h
+include/torrent/poll.h
 include/torrent/error.h
+include/torrent/thread_base.h
 include/torrent/event.h
-include/torrent/exceptions.h
-include/torrent/hash_string.h
-include/torrent/http.h
-include/torrent/object.h
-include/torrent/object_stream.h
 include/torrent/path.h
-include/torrent/peer/client_info.h
-include/torrent/peer/client_list.h
-include/torrent/peer/connection_list.h
-include/torrent/peer/peer.h
-include/torrent/peer/peer_info.h
-include/torrent/peer/peer_list.h
-include/torrent/poll.h
-include/torrent/poll_epoll.h
-include/torrent/poll_kqueue.h
-include/torrent/poll_select.h
-include/torrent/rate.h
 include/torrent/resume.h
-include/torrent/throttle.h
-include/torrent/torrent.h
-include/torrent/tracker.h
-include/torrent/tracker_list.h
 lib/libtorrent.a
-lib/libtorrent.la
 lib/libtorrent.so
-lib/libtorrent.so.11
+lib/libtorrent.so.13
+lib/libtorrent.la
 libdata/pkgconfig/libtorrent.pc
 @dirrmtry include/torrent/peer
 @dirrmtry include/torrent/data
--- libtorrent-0.12.7.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list