From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 8 21:40:01 2009 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 7E5F91065675 for ; Fri, 8 May 2009 21:40:01 +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 56AB38FC15 for ; Fri, 8 May 2009 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n48Le1Mv047065 for ; Fri, 8 May 2009 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n48Le1DY047064; Fri, 8 May 2009 21:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 May 2009 21:40:01 GMT Resent-Message-Id: <200905082140.n48Le1DY047064@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, Peter Schuller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21314106566B for ; Fri, 8 May 2009 21:36:09 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id D21058FC19 for ; Fri, 8 May 2009 21:36:08 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport2.bredband.com (195.54.101.122) by proxy2.bredband.net (7.3.140.3) id 49F59CBD004279B3 for FreeBSD-gnats-submit@freebsd.org; Fri, 8 May 2009 23:36:07 +0200 Received: from c-549072d5.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([213.114.144.84]) by ironport2.bredband.com with ESMTP; 08 May 2009 23:36:07 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id 53B773840A1; Fri, 8 May 2009 23:36:06 +0200 (CEST) Message-Id: <20090508213606.53B773840A1@prometheus.scode.org> Date: Fri, 8 May 2009 23:36:06 +0200 (CEST) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134377: [MAINTAINER] net-p2p/bitflu: update to 0.90 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: Fri, 08 May 2009 21:40:02 -0000 >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: