diff options
author | sno <sno@pkgsrc.org> | 2010-07-31 09:52:21 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-07-31 09:52:21 +0000 |
commit | 074cf2090d753a656bd58ad9351b6557e2615bfe (patch) | |
tree | c26afef6e986809792a8b555aa353993e6877bd2 /devel/p5-Compress-Raw-Zlib | |
parent | cf34fcfd8b956a16b8b0a2adfc0d7253ccd2d52c (diff) | |
download | pkgsrc-074cf2090d753a656bd58ad9351b6557e2615bfe.tar.gz |
Updating devel/p5-Compress-Raw-Zlib from 2.024 to 2.030
Upstream changes:
2.030 22 July 2010
* Ran the zlib2ansi script against the files in zlib-src.
Thanks to Nicholas Clark for the reminder.
* Added "-DNO_VIZ" to DEFINE in Makefile.PL
[RT #65293]
2.027 24 April 2010
* Updated to include zlib 1.2.5
2.026 7 April 2010
* Fixed definition of Z_TREES in Makefile.PL
[RT #65293]
* Fixed build issue with definition of off64_t not found on Solaris
by modifying the zlib source - changed the symbol
_LARGEFILE64_SOURCE to _LARGEFILE64_SOURCE_dummy in zconf.h,
zlib.h and zutil.h
[RT #56108]
2.025 27 March 2010
* Updated to include zlib 1.2.4
* Allow zlib version check to be disabled by setting
TEST_SKIP_VERSION_CHECK environment variable.
[RT #54510]
Diffstat (limited to 'devel/p5-Compress-Raw-Zlib')
-rw-r--r-- | devel/p5-Compress-Raw-Zlib/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Compress-Raw-Zlib/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Compress-Raw-Zlib/Makefile b/devel/p5-Compress-Raw-Zlib/Makefile index 2ed1b4724ed..2055ea2c695 100644 --- a/devel/p5-Compress-Raw-Zlib/Makefile +++ b/devel/p5-Compress-Raw-Zlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2010/01/20 15:06:47 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2010/07/31 09:52:21 sno Exp $ -DISTNAME= Compress-Raw-Zlib-2.024 +DISTNAME= Compress-Raw-Zlib-2.030 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5crz CATEGORIES= devel perl5 @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 +BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.5 USE_LANGUAGES= c diff --git a/devel/p5-Compress-Raw-Zlib/distinfo b/devel/p5-Compress-Raw-Zlib/distinfo index c84eb339558..08e14645b67 100644 --- a/devel/p5-Compress-Raw-Zlib/distinfo +++ b/devel/p5-Compress-Raw-Zlib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2010/01/20 15:06:47 wiz Exp $ +$NetBSD: distinfo,v 1.14 2010/07/31 09:52:21 sno Exp $ -SHA1 (Compress-Raw-Zlib-2.024.tar.gz) = 455d1dfddc4d034f68c1e5cfb64ce7355e817f99 -RMD160 (Compress-Raw-Zlib-2.024.tar.gz) = 9c437192c8cd62ae8249da9d2d8c7766729a0db4 -Size (Compress-Raw-Zlib-2.024.tar.gz) = 213407 bytes +SHA1 (Compress-Raw-Zlib-2.030.tar.gz) = 3bfc2dc89eb13148784a9c4d8595e4cdf0d4a417 +RMD160 (Compress-Raw-Zlib-2.030.tar.gz) = ffc612deac0b15876f74969c78e3c449af88f276 +Size (Compress-Raw-Zlib-2.030.tar.gz) = 220697 bytes SHA1 (patch-aa) = f8baf171da4873fc309ec6c92204bf3ad5df20a6 |