Date: Thu, 17 Jul 2008 18:32:22 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jadawin@FreeBSD.org Subject: ports/125731: [PATCH] archivers/p5-IO-Compress-Base: update to 2.012 Message-ID: <200807180132.m6I1WMur023806@cn1.leeym.com> Resent-Message-ID: <200807180140.m6I1e0eE065436@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 125731 >Category: ports >Synopsis: [PATCH] archivers/p5-IO-Compress-Base: update to 2.012 >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: Fri Jul 18 01:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 2.012 Port maintainer (jadawin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IO-Compress-Base-2.012.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/archivers/p5-IO-Compress-Base/Makefile,v retrieving revision 1.13 diff -u -d -b -w -u -r1.13 Makefile --- Makefile 19 May 2008 07:29:18 -0000 1.13 +++ Makefile 18 Jul 2008 01:32:12 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-Compress-Base -PORTVERSION= 2.011 +PORTVERSION= 2.012 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,4 +19,10 @@ MAN3= IO::Uncompress::AnyUncompress.3 IO::Uncompress::Base.3 \ File::GlobMapper.3 IO::Compress::Base.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/archivers/p5-IO-Compress-Base/distinfo,v retrieving revision 1.10 diff -u -d -b -w -u -r1.10 distinfo --- distinfo 19 May 2008 07:29:18 -0000 1.10 +++ distinfo 18 Jul 2008 01:32:12 -0000 @@ -1,3 +1,3 @@ -MD5 (IO-Compress-Base-2.011.tar.gz) = 500ae8c85d7fc9352418364718cb9436 -SHA256 (IO-Compress-Base-2.011.tar.gz) = d5f35e2efbc38ee1dfa5831ed68e050665d6bced27f5dd6c1ba5649416509608 -SIZE (IO-Compress-Base-2.011.tar.gz) = 94578 +MD5 (IO-Compress-Base-2.012.tar.gz) = 7bfb434447df841a7d733b131f7219d5 +SHA256 (IO-Compress-Base-2.012.tar.gz) = 2d4745484e2e46b956cc7b6cc87eb925aa20d7f659af720318e54983723ada23 +SIZE (IO-Compress-Base-2.012.tar.gz) = 95022 --- p5-IO-Compress-Base-2.012.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?200807180132.m6I1WMur023806>