diff options
author | wen <wen@pkgsrc.org> | 2013-03-13 14:48:24 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-03-13 14:48:24 +0000 |
commit | 8c8fde801e92650719fa25c06aa10e9435e575f1 (patch) | |
tree | 4d6124314a5b8e9b71935609970202028da9aab5 /converters/p5-JSON-PP/Makefile | |
parent | 3e4630d764e7f44e66f543b517e8273ca2b30ca3 (diff) | |
download | pkgsrc-8c8fde801e92650719fa25c06aa10e9435e575f1.tar.gz |
Update to 2.27202
Upstream changes:
2.27202 Wed Mar 13 15:41:22 2013
- license in Makefile.PL was missing
2.27201 Wed Mar 13 13:22:33 2013
- occasionally failed in t/019_incr.t in Perl 5.17.6 or more
(because of hash iterator randomization)
reported and patched by demerphq
https://rt.cpan.org/Public/Bug/Display.html?id=83421
Diffstat (limited to 'converters/p5-JSON-PP/Makefile')
-rw-r--r-- | converters/p5-JSON-PP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile index 4f5bdaa9da0..ceb517d7c95 100644 --- a/converters/p5-JSON-PP/Makefile +++ b/converters/p5-JSON-PP/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/10/03 21:54:08 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/03/13 14:48:24 wen Exp $ -DISTNAME= JSON-PP-2.27200 +DISTNAME= JSON-PP-2.27202 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} |