diff options
author | obache <obache@pkgsrc.org> | 2008-08-12 09:17:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-12 09:17:28 +0000 |
commit | f7cdadd36810b82682f4508f3822e7082df57aa0 (patch) | |
tree | 824763bd42c3859148d50d9cca556a8c75da35e0 /converters | |
parent | 0b98a7296dff9dba694c5036ecfe6993cd832d89 (diff) | |
download | pkgsrc-f7cdadd36810b82682f4508f3822e7082df57aa0.tar.gz |
Update p5-JSON to 2.12.
2.12 Wed Jul 16 11:14:35 2008
[JSON]
- made compatible with JSON::XS 2.22
[JSON::PP]
- fixed the incremental parser in negative nest level
(pointed and patched by Yuval Kogman)
2.11 Tue Jun 17 14:30:01 2008
[JSON::PP]
- fixed the decoding process which checks number.
regarded number like chars in Unicode (ex. U+FF11) as [\d].
- enhanced error messages compatible to JSON::XS.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index d2e14b9c4a8..4942757cc06 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2008/06/04 14:19:58 obache Exp $ +# $NetBSD: Makefile,v 1.7 2008/08/12 09:17:28 obache Exp $ -DISTNAME= JSON-2.10 +DISTNAME= JSON-2.12 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 converters -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/JSON/ diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo index f7435c4f3ac..0f35a236baa 100644 --- a/converters/p5-JSON/distinfo +++ b/converters/p5-JSON/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/06/04 14:19:58 obache Exp $ +$NetBSD: distinfo,v 1.7 2008/08/12 09:17:28 obache Exp $ -SHA1 (JSON-2.10.tar.gz) = 0239c114d8ae49f97815df7a2c14b7568f9f9300 -RMD160 (JSON-2.10.tar.gz) = 48198b2578ecf34a03e556f464a34ef31d099ef5 -Size (JSON-2.10.tar.gz) = 67197 bytes +SHA1 (JSON-2.12.tar.gz) = 9e6789adfb6ad109097eb1082d7db18c84edfe5c +RMD160 (JSON-2.12.tar.gz) = ca4526470a9f879a51fd18f373862d1d1c1d9c61 +Size (JSON-2.12.tar.gz) = 67580 bytes |