Date: Sat, 10 Sep 2011 14:46:23 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ports@c0decafe.net Subject: ports/160613: [PATCH] devel/p5-perlbrew: update to 0.28 Message-ID: <20110910064623.C530A857@sunpoet.net> Resent-Message-ID: <201109100650.p8A6o5Hs002667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160613 >Category: ports >Synopsis: [PATCH] devel/p5-perlbrew: update to 0.28 >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: Sat Sep 10 06:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update to 0.28 - Add TEST_DEPENDS Port maintainer (ports@c0decafe.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-perlbrew-0.28.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-perlbrew/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 16 May 2011 17:45:34 -0000 1.2 +++ Makefile 10 Sep 2011 06:46:36 -0000 @@ -6,7 +6,7 @@ # PORTNAME= perlbrew -PORTVERSION= 0.20 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD @@ -16,12 +16,18 @@ MAINTAINER= ports@c0decafe.net COMMENT= Perl Environment manager -BUILD_DEPENDS= p5-File-Path-Tiny>=0.1:${PORTSDIR}/devel/p5-File-Path-Tiny\ +BUILD_DEPENDS= p5-File-Path-Tiny>=0:${PORTSDIR}/devel/p5-File-Path-Tiny\ p5-HTTP-Lite>=2.2:${PORTSDIR}/www/p5-HTTP-Lite -RUN_DEPENDS= p5-File-Path-Tiny>=0.1:${PORTSDIR}/devel/p5-File-Path-Tiny\ +RUN_DEPENDS= p5-File-Path-Tiny>=0:${PORTSDIR}/devel/p5-File-Path-Tiny\ p5-HTTP-Lite>=2.2:${PORTSDIR}/www/p5-HTTP-Lite -PERL_CONFIGURE= yes +TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ + p5-Test-Spec>=0:${PORTSDIR}/devel/p5-Test-Spec + +PERL_CONFIGURE= 5.8.9+ # Cwd>=3.26 MAN1= perlbrew.1 MAN3= App::perlbrew.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-perlbrew/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 16 May 2011 17:45:34 -0000 1.2 +++ distinfo 10 Sep 2011 06:46:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (App-perlbrew-0.20.tar.gz) = a10bf48d3c092e6493f67c34e5ba559b0311c8fa7c70be23d5758b4d7abc0cd2 -SIZE (App-perlbrew-0.20.tar.gz) = 49510 +SHA256 (App-perlbrew-0.28.tar.gz) = 7b3f4b4223545e32ae63512a2d9b3cb9726a345178cf7c49136c494fac14c818 +SIZE (App-perlbrew-0.28.tar.gz) = 55493 --- p5-perlbrew-0.28.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?20110910064623.C530A857>