Date: Mon, 20 Aug 2007 23:43:41 -0700 (PDT) From: Yen-Ming Lee <leeym@leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/115663: [PATCH] archivers/p5-IO-Zlib: update to 1.07 Message-ID: <200708210643.l7L6hf9n073312@db1.leeym.com> Resent-Message-ID: <200708202150.l7KLo1Bm034305@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115663 >Category: ports >Synopsis: [PATCH] archivers/p5-IO-Zlib: update to 1.07 >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: Mon Aug 20 21:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 >Description: - Update to 1.07 Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-IO-Zlib-1.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/archivers/p5-IO-Zlib/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 8 Mar 2007 05:30:27 -0000 1.7 +++ Makefile 20 Aug 2007 21:42:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-Zlib -PORTVERSION= 1.05 +PORTVERSION= 1.07 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMHUGHES @@ -15,10 +15,16 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= IO:: style interface to Compress::Zlib -BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib PERL_CONFIGURE= yes MAN3= IO::Zlib.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500702 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/archivers/p5-IO-Zlib/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 8 Mar 2007 05:30:27 -0000 1.5 +++ distinfo 20 Aug 2007 21:42:54 -0000 @@ -1,3 +1,3 @@ -MD5 (IO-Zlib-1.05.tar.gz) = 06ca28954fc92cbee67c807cc6d7f599 -SHA256 (IO-Zlib-1.05.tar.gz) = dc30c7a913e805bbc63f9509aab27f9712f4f587d0225c713c3f44986d39a1be -SIZE (IO-Zlib-1.05.tar.gz) = 9979 +MD5 (IO-Zlib-1.07.tar.gz) = 06aa91c973aac0985e439ab8660e687f +SHA256 (IO-Zlib-1.07.tar.gz) = d232c337e3af50c4074b54573751915e401b447e2781de0b310093675983957c +SIZE (IO-Zlib-1.07.tar.gz) = 9820 --- p5-IO-Zlib-1.07.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?200708210643.l7L6hf9n073312>