ports/153720: [PATCH] net-p2p/rtorrent: update to 0.8.7

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


>Number:         153720
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rtorrent: update to 0.8.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 09: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.8.7

Removed file(s):
- rtorrent-0.8.6_1.tbz

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

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

--- rtorrent-0.8.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-p2p/rtorrent/Makefile /home/users/jnlin/ports/rtorrent/Makefile
--- /usr/ports/net-p2p/rtorrent/Makefile	2010-04-03 18:44:25.000000000 +0800
+++ /home/users/jnlin/ports/rtorrent/Makefile	2011-01-06 16:41:24.397550359 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME?=	rtorrent
-PORTVERSION?=	0.8.6
-PORTREVISION?=	1
+PORTVERSION?=	0.8.7
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
 		${MASTER_SITE_LOCAL}
@@ -16,24 +15,24 @@
 MAINTAINER?=	flz at FreeBSD.org
 COMMENT?=	BitTorrent Client written in C++
 
-BUILD_DEPENDS?=	libtorrent=0.12.6_1:${PORTSDIR}/net-p2p/libtorrent
-RUN_DEPENDS?=	libtorrent=0.12.6_1:${PORTSDIR}/net-p2p/libtorrent
+BUILD_DEPENDS?=	libtorrent=0.12.7:${PORTSDIR}/net-p2p/libtorrent
+RUN_DEPENDS?=	libtorrent=0.12.7:${PORTSDIR}/net-p2p/libtorrent
 LIB_DEPENDS?=	curl.6:${PORTSDIR}/ftp/curl
 
 CONFLICTS?=	rtorrent-devel-[0-9]*
 
-MAN1=		rtorrent.1
-
 USE_GCC=	4.2+
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -pthread"
 CONFIGURE_ARGS=	--disable-debug
 
 SUB_FILES=	pkg-message
 
 PORTDOCS=	README
 
-OPTIONS=	XMLRPC "Compile with xmlrpc-c support" on
+OPTIONS=	XMLRPC "Compile with xmlrpc-c support" on \
+		IPV6 "Enable IPv6 support" off
 
 .include <bsd.port.pre.mk>
 
@@ -44,6 +43,10 @@
 CONFIGURE_ARGS+=	--with-xmlrpc-c=no
 .endif
 
+.if defined(WITH_IPV6)
+CONFIGURE_ARGS+=	--enable-ipv6
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure
 
diff -ruN --exclude=CVS /usr/ports/net-p2p/rtorrent/distinfo /home/users/jnlin/ports/rtorrent/distinfo
--- /usr/ports/net-p2p/rtorrent/distinfo	2010-01-23 08:25:21.000000000 +0800
+++ /home/users/jnlin/ports/rtorrent/distinfo	2011-01-06 13:44:38.994877186 +0800
@@ -1,3 +1,2 @@
-MD5 (rtorrent-0.8.6.tar.gz) = b804c45c01c40312926bcea6b55bb084
-SHA256 (rtorrent-0.8.6.tar.gz) = 8c96c68e1524162abd1fc4b612d0c3d924fccc25159c0b3f208e69281f0b32db
-SIZE (rtorrent-0.8.6.tar.gz) = 521045
+SHA256 (rtorrent-0.8.7.tar.gz) = 1fd0c9b2b3fe81b035209417c4dd4514473411f16b15ffe7fefe87eaff1a58d2
+SIZE (rtorrent-0.8.7.tar.gz) = 547435
Files /usr/ports/net-p2p/rtorrent/rtorrent-0.8.6_1.tbz and /home/users/jnlin/ports/rtorrent/rtorrent-0.8.6_1.tbz differ
--- rtorrent-0.8.7.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list