From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 6 09:00:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8F52106566B for ; Thu, 6 Jan 2011 09:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 91BF98FC13 for ; Thu, 6 Jan 2011 09:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0690Jd4063352 for ; Thu, 6 Jan 2011 09:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0690J0X063333; Thu, 6 Jan 2011 09:00:19 GMT (envelope-from gnats) Resent-Date: Thu, 6 Jan 2011 09:00:19 GMT Resent-Message-Id: <201101060900.p0690J0X063333@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D53BC106566C; Thu, 6 Jan 2011 08:58:13 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF108FC13; Thu, 6 Jan 2011 08:58:13 +0000 (UTC) Received: by Florence.tamama.org (Postfix, from userid 1000) id EE96F8A013; Thu, 6 Jan 2011 16:57:51 +0800 (CST) Message-Id: <20110106085751.EE96F8A013@Florence.tamama.org> Date: Thu, 6 Jan 2011 16:57:51 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: flz@FreeBSD.org Subject: ports/153720: [PATCH] net-p2p/rtorrent: update to 0.8.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 09:00:20 -0000 >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@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@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 @@ -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: