Tue Aug 12 09:17:28 2008 UTC ()
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.


(obache)
diff -r1.6 -r1.7 pkgsrc/converters/p5-JSON/Makefile
diff -r1.6 -r1.7 pkgsrc/converters/p5-JSON/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/converters/p5-JSON/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/p5-JSON/Makefile 2008/06/04 14:19:58 1.6
+++ pkgsrc/converters/p5-JSON/Makefile 2008/08/12 09:17:28 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2008/06/04 14:19:58 obache Exp $ 1# $NetBSD: Makefile,v 1.7 2008/08/12 09:17:28 obache Exp $
2 2
3DISTNAME= JSON-2.10 3DISTNAME= JSON-2.12
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= www perl5 converters 5CATEGORIES= www perl5 converters
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAKAMAKA/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/JSON/ 9HOMEPAGE= http://search.cpan.org/dist/JSON/
10COMMENT= Perl module converts between JSON and Perl data structure 10COMMENT= Perl module converts between JSON and Perl data structure
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14PERL5_PACKLIST= auto/JSON/.packlist 14PERL5_PACKLIST= auto/JSON/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/converters/p5-JSON/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/p5-JSON/distinfo 2008/06/04 14:19:58 1.6
+++ pkgsrc/converters/p5-JSON/distinfo 2008/08/12 09:17:28 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2008/06/04 14:19:58 obache Exp $ 1$NetBSD: distinfo,v 1.7 2008/08/12 09:17:28 obache Exp $
2 2
3SHA1 (JSON-2.10.tar.gz) = 0239c114d8ae49f97815df7a2c14b7568f9f9300 3SHA1 (JSON-2.12.tar.gz) = 9e6789adfb6ad109097eb1082d7db18c84edfe5c
4RMD160 (JSON-2.10.tar.gz) = 48198b2578ecf34a03e556f464a34ef31d099ef5 4RMD160 (JSON-2.12.tar.gz) = ca4526470a9f879a51fd18f373862d1d1c1d9c61
5Size (JSON-2.10.tar.gz) = 67197 bytes 5Size (JSON-2.12.tar.gz) = 67580 bytes