Date: Mon, 26 Jun 2006 20:50:33 -0600 (MDT) From: "Aaron Dalton" <aaron@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: snowfly@yuntech.edu.tw Subject: ports/99522: [PATCH] devel/p5-orz: update to 0.12 Message-ID: <200606270250.k5R2oXYW010705@moondance.itsy-bitsy.net> Resent-Message-ID: <200606270300.k5R30ZcR012893@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99522 >Category: ports >Synopsis: [PATCH] devel/p5-orz: update to 0.12 >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: Tue Jun 27 03:00:34 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC >Description: - Update to 0.12 - Restrict to Perl 5.8+ due to dependency upon updated p5-Module-Compile (pending) Port maintainer (snowfly@yuntech.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-orz-0.12.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-orz/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 10 Jun 2006 09:43:33 -0000 1.1 +++ Makefile 27 Jun 2006 02:50:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= orz -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CPAN/INGY @@ -24,8 +24,8 @@ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.1 or above +.if ${PERL_LEVEL} < 500800 # inherited from p5-Module-Compile +IGNORE= requires perl 5.8 or above .endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-orz/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 10 Jun 2006 09:43:33 -0000 1.1 +++ distinfo 27 Jun 2006 02:50:56 -0000 @@ -1,3 +1,3 @@ -MD5 (orz-0.11.tar.gz) = 355b09cc0ff0ca3cab95d57372e913fe -SHA256 (orz-0.11.tar.gz) = dbf034c0c992ee480e1cbeb01ecfae539d794c3656c1067207c2a893923a8646 -SIZE (orz-0.11.tar.gz) = 30393 +MD5 (orz-0.12.tar.gz) = 27b08d416bd2566a8ece8131e64af75c +SHA256 (orz-0.12.tar.gz) = 1e14c993bf27792e7ed5f6964b03e1171b1862ff3aa4a346a099274f590b5232 +SIZE (orz-0.12.tar.gz) = 32034 --- p5-orz-0.12.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?200606270250.k5R2oXYW010705>