diff options
author | wen <wen@pkgsrc.org> | 2013-12-12 08:32:54 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-12-12 08:32:54 +0000 |
commit | 3e12e0675761857184adb2dd4e8c78c9f0c98ada (patch) | |
tree | 5e799b47a9e7d8f9d06e578ff6a0d2093f7b7775 /devel | |
parent | 5e1abdc859e1ad99bba6b0e858a77302975b0fb0 (diff) | |
download | pkgsrc-3e12e0675761857184adb2dd4e8c78c9f0c98ada.tar.gz |
Update to 2.36
Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.
Should work on 5.18 now.
2.34
Administrative release to eliminate build dependency on module
used only for testing.
2.33
Caught up with various RT reports, and fixed a bunch of them.
[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)
[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.
Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.
This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-Dump-Streamer/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Data-Dump-Streamer/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Data-Dump-Streamer/Makefile b/devel/p5-Data-Dump-Streamer/Makefile index 972c50926dd..064da6724de 100644 --- a/devel/p5-Data-Dump-Streamer/Makefile +++ b/devel/p5-Data-Dump-Streamer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/12 08:32:54 wen Exp $ -DISTNAME= Data-Dump-Streamer-2.32 +DISTNAME= Data-Dump-Streamer-2.36 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/devel/p5-Data-Dump-Streamer/distinfo b/devel/p5-Data-Dump-Streamer/distinfo index 007d095d404..020b99f2b9f 100644 --- a/devel/p5-Data-Dump-Streamer/distinfo +++ b/devel/p5-Data-Dump-Streamer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/08/11 17:17:29 adam Exp $ +$NetBSD: distinfo,v 1.7 2013/12/12 08:32:54 wen Exp $ -SHA1 (Data-Dump-Streamer-2.32.tar.gz) = cd5d6eb337737c7b7d4536a70dda0cf816fe2ec7 -RMD160 (Data-Dump-Streamer-2.32.tar.gz) = cac20fbdf715fc73045e14a6062492501c952f12 -Size (Data-Dump-Streamer-2.32.tar.gz) = 143462 bytes +SHA1 (Data-Dump-Streamer-2.36.tar.gz) = ccd2766db3b2341529266fd62dc541bd97da815b +RMD160 (Data-Dump-Streamer-2.36.tar.gz) = 776f45b3fe9f7f8b137460fd7e9f440640e2eaaf +Size (Data-Dump-Streamer-2.36.tar.gz) = 146731 bytes |