Update to 2.024:
2.024 7 January 2010 * Compress::Zlib Get memGunzip & memGzip to set $gzerrno [RT# 47283] * Compress::Zlib Export memGunzip, memGzip and zlib_version on demand [RT# 52992] * examples/io/anycat This sample was using IO::Uncompress::AnyInflate. Much better to use IO::Uncompress::AnyUncompress.
This commit is contained in:
parent
2db43b6dca
commit
f9fcc85da7
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2009/11/15 15:55:03 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/01/20 15:07:19 wiz Exp $
|
||||
|
||||
DISTNAME= IO-Compress-2.023
|
||||
DISTNAME= IO-Compress-2.024
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5icb
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -16,8 +16,8 @@ CONFLICTS+= p5-IO-Compress-Zlib-[0-9]*
|
|||
CONFLICTS+= p5-IO-Compress-Bzip2-[0-9]*
|
||||
CONFLICTS+= p5-Compress-Zlib-[0-9]*
|
||||
|
||||
DEPENDS+= p5-Compress-Raw-Zlib>=2.023:../../devel/p5-Compress-Raw-Zlib
|
||||
DEPENDS+= p5-Compress-Raw-Bzip2>=2.023:../../devel/p5-Compress-Raw-Bzip2
|
||||
DEPENDS+= p5-Compress-Raw-Zlib>=2.024:../../devel/p5-Compress-Raw-Zlib
|
||||
DEPENDS+= p5-Compress-Raw-Bzip2>=2.024:../../devel/p5-Compress-Raw-Bzip2
|
||||
|
||||
SUPERSEDES= p5-IO-Compress-Base<2.017
|
||||
SUPERSEDES+= p5-IO-Compress-Bzip2<2.017
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2009/11/15 15:55:03 sno Exp $
|
||||
$NetBSD: distinfo,v 1.8 2010/01/20 15:07:19 wiz Exp $
|
||||
|
||||
SHA1 (IO-Compress-2.023.tar.gz) = 0125559199534b6fc7a7882b1badd3fceae479ea
|
||||
RMD160 (IO-Compress-2.023.tar.gz) = d87b2ec6fb61d1036f656ffea0b08945f339bdee
|
||||
Size (IO-Compress-2.023.tar.gz) = 211367 bytes
|
||||
SHA1 (IO-Compress-2.024.tar.gz) = 20329a7c1a1eac90f4f60735f15829e0a915c429
|
||||
RMD160 (IO-Compress-2.024.tar.gz) = c3629120081e469241710e634873840433c44321
|
||||
Size (IO-Compress-2.024.tar.gz) = 211827 bytes
|
||||
|
|
Loading…
Reference in a new issue