Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Jul 2003 17:14:31 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/53972: update archivers/p5-Compress-Zlib
Message-ID:  <20030701151431.912EA7CF1@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307011520.h61FKMmC052937@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53972
>Category:       ports
>Synopsis:       update archivers/p5-Compress-Zlib
>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 Jul 01 08:20:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 1.22

* Fix to allow intermingling of gzread & gzreadline - patch supplied by Doug
  Perham.
* memGunzip will silently now work if the gzip trailer is missing. Some HTTP
  Origin Servers seem to leave it out.

	
>How-To-Repeat:
	
>Fix:

	

--- p5-Compress-Zlib-1.22.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/p5-Compress-Zlib/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile	29 Apr 2003 06:25:24 -0000	1.31
+++ Makefile	1 Jul 2003 15:04:55 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Compress-Zlib
-PORTVERSION=	1.21
+PORTVERSION=	1.22
 CATEGORIES=	archivers perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Compress
@@ -18,6 +18,5 @@
 PERL_CONFIGURE=	YES
 
 MAN3=		Compress::Zlib.3
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/archivers/p5-Compress-Zlib/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	29 Apr 2003 06:25:24 -0000	1.12
+++ distinfo	1 Jul 2003 15:04:55 -0000
@@ -1 +1 @@
-MD5 (Compress-Zlib-1.21.tar.gz) = 8fed2f05ff915f24041ec1b2739cdaae
+MD5 (Compress-Zlib-1.22.tar.gz) = 5ec5fcc19a854c80fc706417807fb6db
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/archivers/p5-Compress-Zlib/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	7 Jul 2001 04:16:53 -0000	1.6
+++ pkg-plist	1 Jul 2003 15:04:55 -0000
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Compress/Zlib.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Zlib/autosplit.ix
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Zlib/Zlib.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Zlib/Zlib.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Zlib/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress/Zlib
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Compress 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Compress 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/Compress/Zlib.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib/.packlist
+%%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/autosplit.ix
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Zlib
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Compress 2>/dev/null || true
--- p5-Compress-Zlib-1.22.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030701151431.912EA7CF1>