diff options
author | sno <sno@pkgsrc.org> | 2009-06-14 20:56:05 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-14 20:56:05 +0000 |
commit | be4439e86729cf7553a9a40c9efd6544009e3e3a (patch) | |
tree | 29d730ff4bab4e1d2cbba8f48fa21cc7c1865d1e | |
parent | 84cc1a346dc052ecb3990b5d4878240de9b069c4 (diff) | |
download | pkgsrc-be4439e86729cf7553a9a40c9efd6544009e3e3a.tar.gz |
pkgsrc changes:
- Updating package of p5 module JSON::XS from 2.232 to 2.240 (module
version 2.24)
- Setting license to ${PERL5_LICENSE} according to COPYING
Upstream changes:
2.24 Sat May 30 08:25:45 CEST 2009
- the incremental parser did not update its parse offset
pointer correctly when parsing utf8-strings (nicely
debugged by Martin Evans).
- appending a non-utf8-string to the incremental parser
in utf8 mode failed to upgrade the string.
- wording of parse error messages has been improved.
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 7 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 54d154ecfd0..271fe58347f 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2009/02/24 19:30:35 he Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/14 20:56:05 sno Exp $ # -DISTNAME= JSON-XS-2.232 -PKGNAME= p5-${DISTNAME} +DISTNAME= JSON-XS-2.24 +PKGNAME= p5-${DISTNAME}0 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/JSON-XS/ COMMENT= JSON serialising/deserialising, done correctly and fast +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo index 453133450d5..1b64ef8c16e 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/02/24 19:30:35 he Exp $ +$NetBSD: distinfo,v 1.8 2009/06/14 20:56:06 sno Exp $ -SHA1 (JSON-XS-2.232.tar.gz) = bb0907398258b7516116c128620d6be853dbc307 -RMD160 (JSON-XS-2.232.tar.gz) = 5735bfd203c93e9633746c834058366e6056aa9d -Size (JSON-XS-2.232.tar.gz) = 68864 bytes +SHA1 (JSON-XS-2.24.tar.gz) = 34deb524e5d7af6f272e9541770a13dd7cc53e45 +RMD160 (JSON-XS-2.24.tar.gz) = 1b3df25269d8583872b5a99d38e5e3f5777a80c9 +Size (JSON-XS-2.24.tar.gz) = 69306 bytes |