diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-06-09 18:21:07 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-06-09 18:21:07 +0000 |
commit | 4d4ec8094d8c6b053988dfe7f3d1aada3308440e (patch) | |
tree | 978398155e2667d1c52fb657786c3a557efc543e /converters | |
parent | ec8a6ea3064f6898f5d13cd8166e5ab8ff91aef5 (diff) | |
download | pkgsrc-4d4ec8094d8c6b053988dfe7f3d1aada3308440e.tar.gz |
Update to 1.34. From the changelog:
- remove test dependency on Devel::StringInfo, which requires Moose
(RT#96034)
- line numbers in shipped code are now almost the same (within 3) as the
repository source, for easier debugging
- Changes content once again included manually, rather than extracted
directly from git! (there are release tests to ensure that the file is
kept current.)
- Improve error message when failing to find a suitable backend (RT#87751)
- when no backend is available at install time, JSON::PP is used as the
default prereq rather than JSON.pm (re RT#67967)
- documentation updated to recommend JSON::MaybeXS instead of JSON.pm for
new code
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-JSON-Any/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index cb99a2ff2d4..db798203a60 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2014/05/29 23:35:22 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/06/09 18:21:07 schmonz Exp $ -DISTNAME= JSON-Any-1.32 +DISTNAME= JSON-Any-1.34 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo index 59cce7a015e..08e7c031726 100644 --- a/converters/p5-JSON-Any/distinfo +++ b/converters/p5-JSON-Any/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2014/02/06 12:37:52 abs Exp $ +$NetBSD: distinfo,v 1.12 2014/06/09 18:21:07 schmonz Exp $ -SHA1 (JSON-Any-1.32.tar.gz) = aba1fa388772d828f99b18d586d0007abda801d9 -RMD160 (JSON-Any-1.32.tar.gz) = f0be8f7a66df02866b6fb515f4fdc4a0d48b8131 -Size (JSON-Any-1.32.tar.gz) = 26783 bytes +SHA1 (JSON-Any-1.34.tar.gz) = 561a373909e4f3950be2e2b2b66c618542a42767 +RMD160 (JSON-Any-1.34.tar.gz) = 17be00cb6622a69348b856733d75d124168afd23 +Size (JSON-Any-1.34.tar.gz) = 34274 bytes |