diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-30 15:32:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-30 15:32:17 +0000 |
commit | e7f0f74743c83a9410438424629b7e9c2a5cd584 (patch) | |
tree | b22369bd9d92992fd09a9fb0c9023ac1c16f009e | |
parent | 9281ed2ff3affadab75d29c79312dcda4cd5fef7 (diff) | |
download | pkgsrc-e7f0f74743c83a9410438424629b7e9c2a5cd584.tar.gz |
Update to 2.008:
2.008 2 November 2007
* Minor documentation changes in README
2.007 22 September 20007
* lib/Compress/Zlib.pm -- 1.x Backward Compatability issues
gzclose - documented return value was wrong, should be 0 for ok.
gzflush - return value didn't match 1.x, should return 0 if ok.
[rt.cpan.org #29215] and Debian bug #440943 http://bugs.debian.org/440943
2.006 1 September 20007
* Makefile.PL
Added INSTALLDIRS directive to install as a core module when built
on a perl >= 5.9.
* t/03zlib-v1.t
Fixed crc32 and adler32 tests in to remove ascii assumption.
* lib/Compress/Zlib.pm
Make gzreadline not support $/, just like in Compress::Zlib 1.x
Folk who want $/ with readline support can get it in
IO::Uncompress::Gunzip.
[rt.cpan.org #28663] and Debian bug #435656 http://bugs.debian.org/435656
2.005 18 June 2007
* Added info about removing Compress::Zlib version 1, before
installing version 2.
-rw-r--r-- | devel/p5-Compress-Zlib/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Compress-Zlib/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Compress-Zlib/Makefile b/devel/p5-Compress-Zlib/Makefile index 520317cb59e..30efc834bb3 100644 --- a/devel/p5-Compress-Zlib/Makefile +++ b/devel/p5-Compress-Zlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2007/03/08 19:11:12 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/11/30 15:32:17 wiz Exp $ -DISTNAME= Compress-Zlib-2.004 +DISTNAME= Compress-Zlib-2.008 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5czl CATEGORIES= devel perl5 @@ -10,8 +10,8 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://search.cpan.org/dist/Compress-Zlib/ COMMENT= Perl5 module interface to the zlib compression library -DEPENDS+= p5-Compress-Raw-Zlib>=2.004:../../devel/p5-Compress-Raw-Zlib -DEPENDS+= p5-IO-Compress-Zlib>=2.004:../../devel/p5-IO-Compress-Zlib +DEPENDS+= p5-Compress-Raw-Zlib>=2.008:../../devel/p5-Compress-Raw-Zlib +DEPENDS+= p5-IO-Compress-Zlib>=2.008:../../devel/p5-IO-Compress-Zlib PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Compress-Zlib/distinfo b/devel/p5-Compress-Zlib/distinfo index a278f9a2ec1..24df3359fe2 100644 --- a/devel/p5-Compress-Zlib/distinfo +++ b/devel/p5-Compress-Zlib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2007/03/08 19:11:13 wiz Exp $ +$NetBSD: distinfo,v 1.16 2007/11/30 15:32:17 wiz Exp $ -SHA1 (Compress-Zlib-2.004.tar.gz) = bf7b4230df59258177d75cbf3b4f6296690179ed -RMD160 (Compress-Zlib-2.004.tar.gz) = 70a0bfd9ce52d9e694699f3462610fe9cb763c79 -Size (Compress-Zlib-2.004.tar.gz) = 62484 bytes +SHA1 (Compress-Zlib-2.008.tar.gz) = 149781c5468bfadb48e8875e5c244fe90bae0b90 +RMD160 (Compress-Zlib-2.008.tar.gz) = e7ec3e038d9e7aea76edab302ada4cb88df825d1 +Size (Compress-Zlib-2.008.tar.gz) = 63812 bytes |