Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2006 09:40:48 +0800
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   Re: ports/107297: [PATCH] net-p2p/rtorrent-devel: update to 0.7.1, reset maintainership
Message-ID:  <20061229014047.GA35943@gslin.org>
In-Reply-To: <200612282310.kBSNAH2B038930@freefall.freebsd.org>
References:  <20061228230326.EA3E23D@netnews.NCTU.edu.tw> <200612282310.kBSNAH2B038930@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 28, 2006 at 11:10:17PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/107297'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=107297
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [PATCH] net-p2p/rtorrent-devel: update to 0.7.1, reset maintainership
> >Arrival-Date:   Thu Dec 28 23:10:17 GMT 2006

Use this one:

===> Generating patch
===> Viewing diff with less
diff -ruN --exclude=CVS /usr/ports/net-p2p/rtorrent-devel/Makefile /home/staff/gslin/work/ports/rtorrent-devel/Makefile
--- /usr/ports/net-p2p/rtorrent-devel/Makefile	Wed Nov  8 23:07:37 2006
+++ /home/staff/gslin/work/ports/rtorrent-devel/Makefile	Fri Dec 29 09:39:44 2006
@@ -6,14 +6,18 @@
 #
 
 PORTNAME=	rtorrent-devel
-PORTVERSION=	0.6.4
+PORTVERSION=	0.7.1
 PORTREVISION=	0
 DISTNAME=	${PORTNAME:S/-devel//}-${PORTVERSION}
 
-MAINTAINER=	flz@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	BitTorrent Client written in C++ (development version)
 
-LIB_DEPENDS=	torrent.9:${PORTSDIR}/net-p2p/libtorrent-devel
+# Libtorrent 0.11.{0,1} are both libtorrent.10, but this version requires
+# 0.11.1, so we use BUILD_DEPENDS & RUN_DEPENDS to hack it.
+BUILD_DEPENDS=	libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
+RUN_DEPENDS=	libtorrent-devel>=0.11.1:${PORTSDIR}/net-p2p/libtorrent-devel
+LIB_DEPENDS=	# empty
 
 MASTERDIR=	${.CURDIR}/../rtorrent
 MD5_FILE=	${.CURDIR}/distinfo
diff -ruN --exclude=CVS /usr/ports/net-p2p/rtorrent-devel/distinfo /home/staff/gslin/work/ports/rtorrent-devel/distinfo
--- /usr/ports/net-p2p/rtorrent-devel/distinfo	Wed Nov  8 23:07:37 2006
+++ /home/staff/gslin/work/ports/rtorrent-devel/distinfo	Fri Dec 29 06:44:40 2006
@@ -1,3 +1,3 @@
-MD5 (rtorrent-0.6.4.tar.gz) = 9077817e5a0f505e0b71add9c57b89f7
-SHA256 (rtorrent-0.6.4.tar.gz) = bf8ce2a565a69b26490ad34f4d8f429037bba2e5d3949ee88a03f0ebc1d3250b
-SIZE (rtorrent-0.6.4.tar.gz) = 438407
+MD5 (rtorrent-0.7.1.tar.gz) = 98b97730c36828e662a2355cb2b11309
+SHA256 (rtorrent-0.7.1.tar.gz) = 2079c9f4d54b2cfcca5d41be0760ca0d93c6f0f05e3c1f929f66252fbdadcb8b
+SIZE (rtorrent-0.7.1.tar.gz) = 414447
===> Done

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman



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