Date: Fri, 8 May 2009 23:36:06 +0200 (CEST) From: Peter Schuller <peter.schuller@infidyne.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134377: [MAINTAINER] net-p2p/bitflu: update to 0.90 Message-ID: <20090508213606.53B773840A1@prometheus.scode.org> Resent-Message-ID: <200905082140.n48Le1DY047064@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134377 >Category: ports >Synopsis: [MAINTAINER] net-p2p/bitflu: update to 0.90 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 08 21:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Apr 29 20:02:26 CEST 2009 >Description: - Update to 0.90. - Fix a pluginsdir problem introduced in last update that would cause problems when running without a pre-existing configuration file. - Depend on Danga::Socket due to upstream dependency. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- bitflu-0.90.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-p2p/bitflu.orig/Makefile /usr/ports/net-p2p/bitflu/Makefile --- /usr/ports/net-p2p/bitflu.orig/Makefile 2009-04-27 01:32:46.000000000 +0200 +++ /usr/ports/net-p2p/bitflu/Makefile 2009-05-08 22:57:00.216950932 +0200 @@ -6,7 +6,7 @@ # PORTNAME= bitflu -PORTVERSION= 0.81 +PORTVERSION= 0.90 CATEGORIES= net-p2p MASTER_SITES= http://bitflu.workaround.ch/bitflu/ CENKES EXTRACT_SUFX= .tgz @@ -15,9 +15,11 @@ COMMENT= BitTorrent client written in Perl RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-URI>=0:${PORTSDIR}/net/p5-URI + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket -PLUGINSDIR= lib/perl5/Bitflu +PLUGINSDIR_BASE=lib/perl5 +PLUGINSDIR= ${PLUGINSDIR_BASE}/Bitflu USE_PERL5= yes NO_BUILD= yes @@ -37,7 +39,7 @@ post-patch: @${REINPLACE_CMD} -e 's|'\''.bitflu.config'\''|"$$ENV{HOME}/.bitflu.config"|; \ - s|\./plugins|${PREFIX}/${PLUGINSDIR}|; \ + s|\./plugins|${PREFIX}/${PLUGINSDIR_BASE}|; \ s|\./workdir|$$ENV{HOME}/.bitflu.workdir|; \ s|--config=\.bitflu.config|--config=~/.bitflu.config|' \ ${WRKSRC}/bitflu.pl diff -ruN --exclude=CVS /usr/ports/net-p2p/bitflu.orig/distinfo /usr/ports/net-p2p/bitflu/distinfo --- /usr/ports/net-p2p/bitflu.orig/distinfo 2009-05-08 22:28:43.000000000 +0200 +++ /usr/ports/net-p2p/bitflu/distinfo 2009-05-08 22:30:59.430907642 +0200 @@ -1,3 +1,3 @@ -MD5 (bitflu-0.81.tgz) = 02f2f4fa09dc20c5f75a62b8d9f75932 -SHA256 (bitflu-0.81.tgz) = 6a460ba21a747c0e746830c063ec21fac1f2e51e799039a73ae58c06a8ca5322 -SIZE (bitflu-0.81.tgz) = 129085 +MD5 (bitflu-0.90.tgz) = e3271af8bc6a12d5c62438202bf5b63a +SHA256 (bitflu-0.90.tgz) = 3478343947c8d781d89066149c21fa5dfaea4806554cb0544ae408b36443dc7b +SIZE (bitflu-0.90.tgz) = 128868 --- bitflu-0.90.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090508213606.53B773840A1>