- Update to 0.7.1 - Reset maintainership to ports@FreeBSD.org Port maintainer (flz@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->flz Over to maintainer
State Changed From-To: open->closed per submitter's request
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
flz 2007-01-02 21:51:34 UTC FreeBSD ports repository Modified files: net-p2p/rtorrent-devel Makefile distinfo Log: Update to 0.7.1. PR: ports/107297 Submitted by: Gea-Suan Lin <gslin@gslin.org> Revision Changes Path 1.7 +5 -2 ports/net-p2p/rtorrent-devel/Makefile 1.7 +3 -3 ports/net-p2p/rtorrent-devel/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"