pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Compress-Zlib Update to 2.008:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3018265cbd5c
branches: trunk
changeset: 535937:3018265cbd5c
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Nov 30 15:32:17 2007 +0000
description:
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.
diffstat:
devel/p5-Compress-Zlib/Makefile | 8 ++++----
devel/p5-Compress-Zlib/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r c6d27a15dee9 -r 3018265cbd5c devel/p5-Compress-Zlib/Makefile
--- a/devel/p5-Compress-Zlib/Makefile Fri Nov 30 15:31:01 2007 +0000
+++ b/devel/p5-Compress-Zlib/Makefile Fri Nov 30 15:32:17 2007 +0000
@@ -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 @@
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 -r c6d27a15dee9 -r 3018265cbd5c devel/p5-Compress-Zlib/distinfo
--- a/devel/p5-Compress-Zlib/distinfo Fri Nov 30 15:31:01 2007 +0000
+++ b/devel/p5-Compress-Zlib/distinfo Fri Nov 30 15:32:17 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index