diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-20 14:50:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-20 14:50:17 +0000 |
commit | 1af8093841239bf18ebab2799cb331f32b40c290 (patch) | |
tree | c2b9a4eb479290b6b70193cd24b4ba3964402320 /converters | |
parent | 0f40cfaffee4f9ec57cbba4b2dad00fc3a149666 (diff) | |
download | pkgsrc-1af8093841239bf18ebab2799cb331f32b40c290.tar.gz |
Update to 2.17:
2.17 Thu Jan 7 12:23:13 2010
[JSON]
- fixed a problem caused by JSON::XS backend and support_by_pp option
(rt#52842, rt#52847 by ikegami)
[JSON::PP]
- made compatible with JSON::XS 2.27
- patched decode for incr_parse (rt#52820 by ikegami)
- relaxed option caused an infinite loop in some condition.
2.16 Fri Oct 16 15:07:37 2009
[JSON][JSON::PP]
- made compatible with JSON::XS 2.26
*indent adds a final newline
- corrected copyrights in JSON::PP58.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index 70cf3609524..664a37d9599 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2009/06/14 20:46:30 sno Exp $ +# $NetBSD: Makefile,v 1.12 2010/01/20 14:50:17 wiz Exp $ -DISTNAME= JSON-2.15 +DISTNAME= JSON-2.17 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index dec4f6616c7..0248664f79e 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/06/14 20:46:30 sno Exp $ +$NetBSD: distinfo,v 1.10 2010/01/20 14:50:17 wiz Exp $ -SHA1 (JSON-2.15.tar.gz) = e62cd4ed02fbd1335b1e7883043cbe44066d917a -RMD160 (JSON-2.15.tar.gz) = 1d828b2b70843ab2699dffe6eeb73aa6ae1ff22d -Size (JSON-2.15.tar.gz) = 68370 bytes +SHA1 (JSON-2.17.tar.gz) = 71c0681478676493ab083f78a5a1a244bc64b694 +RMD160 (JSON-2.17.tar.gz) = 645d1c5a9bdec4390c753f1932c36896762c561b +Size (JSON-2.17.tar.gz) = 69003 bytes |