Date: Tue, 14 Nov 2006 16:49:15 GMT From: Thomas Abthorpe<thomas@goodking.ca> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/105532: [patch] archivers/p5-Compress-Zlib: update to 2.001 Message-ID: <200611141649.kAEGnFuY078159@www.freebsd.org> Resent-Message-ID: <200611141650.kAEGo1VP074966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105532 >Category: ports >Synopsis: [patch] archivers/p5-Compress-Zlib: update to 2.001 >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 Nov 14 16:50:01 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE >Organization: GoodKing.Ca >Environment: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Wed Nov 8 12:36:28 EST 2006 root@goodking.goodking.ca:/usr/obj/usr/src/sys/GKSMP i386 >Description: - update to 2.001 >How-To-Repeat: >Fix: rm files/patch-config.in Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/p5-Compress-Zlib/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 17 Jul 2006 08:30:43 -0000 1.41 +++ Makefile 14 Nov 2006 16:41:09 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 1.42 +PORTVERSION= 2.001 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Compress @@ -15,6 +15,10 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Perl5 interface to zlib compression library +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ + ${SITE_PERL}/${PERL_ARCH}/PerlIO/gzip.pm:${PORTSDIR}/archivers/p5-PerlIO-gzip +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= YES MAN3= Compress::Zlib.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/p5-Compress-Zlib/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- distinfo 17 Jul 2006 08:30:43 -0000 1.23 +++ distinfo 14 Nov 2006 16:41:09 -0000 @@ -1,3 +1,3 @@ -MD5 (Compress-Zlib-1.42.tar.gz) = 1ab76bfd6731d80f6abbd1643c90cabd -SHA256 (Compress-Zlib-1.42.tar.gz) = 7794d91711e8c9e526431da72c53bb08e14790f326d0e330d9e9d651f3f6fc6c -SIZE (Compress-Zlib-1.42.tar.gz) = 152085 +MD5 (Compress-Zlib-2.001.tar.gz) = 73816b5839a5e502efe3ee7951168ac1 +SHA256 (Compress-Zlib-2.001.tar.gz) = 9a6f12657796cf598734d842f2d50a27102b7648a4703c2330efb45c9b02ed11 +SIZE (Compress-Zlib-2.001.tar.gz) = 61831 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/archivers/p5-Compress-Zlib/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 22 Jan 2006 01:22:59 -0000 1.8 +++ pkg-plist 14 Nov 2006 16:41:09 -0000 @@ -1,8 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Compress/Zlib.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/Zlib.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/Zlib.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress +%%SITE_PERL%%/Compress/Zlib.pm +%%SITE_PERL%%/auto/Compress/Zlib/autosplit.ix +%%SITE_PERL%%/mach/auto/Compress/Zlib/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Compress/Zlib +@dirrmtry %%SITE_PERL%%/mach/auto/Compress +@dirrmtry %%SITE_PERL%%/auto/Compress/Zlib +@dirrmtry %%SITE_PERL%%/auto/Compress +@dirrmtry %%SITE_PERL%%/Compress >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611141649.kAEGnFuY078159>