pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON Updated from version 2.12nb1 to 2.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03dbb5a9acbf
branches:  trunk
changeset: 555107:03dbb5a9acbf
user:      he <he%pkgsrc.org@localhost>
date:      Tue Feb 24 19:25:32 2009 +0000

description:
Updated from version 2.12nb1 to 2.14

Upstream changes:

2.14  Tue Feb 24 11:20:24 2009
        [JSON]
        - the compatible XS version was miswritten in document.


2.13  Sat Feb 21 17:01:05 2009
        [JSON::PP]
        - decode() didn't upgrade unicode escaped charcters \u0080-\u00ff.
          this problem was pointed by rt#43424 (Mika Raento)
        [JSON::PP::56]
        - fixed utf8::encode/decode emulators bugs.
        - defined a missing B module constant in Perl 5.6.0.
          (reported by Clinton Pierce)
        [JSON::PP::5005]
        - _decode_unicode() returned a 0x80-0xff value as UTF8 encoded byte.
        [JSON]
        - added a refference to JSON::XS's document "JSON and ECMAscript".
        - fixed a typo in the document (pointed by Jim Cromie).

diffstat:

 converters/p5-JSON/Makefile |  5 ++---
 converters/p5-JSON/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 893137cc0675 -r 03dbb5a9acbf converters/p5-JSON/Makefile
--- a/converters/p5-JSON/Makefile       Tue Feb 24 19:09:14 2009 +0000
+++ b/converters/p5-JSON/Makefile       Tue Feb 24 19:25:32 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/12/22 05:31:36 obache Exp $
+# $NetBSD: Makefile,v 1.10 2009/02/24 19:25:32 he Exp $
 
-DISTNAME=              JSON-2.12
+DISTNAME=              JSON-2.14
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            www perl5 converters
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=JSON/}
 
diff -r 893137cc0675 -r 03dbb5a9acbf converters/p5-JSON/distinfo
--- a/converters/p5-JSON/distinfo       Tue Feb 24 19:09:14 2009 +0000
+++ b/converters/p5-JSON/distinfo       Tue Feb 24 19:25:32 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/08/12 09:17:28 obache Exp $
+$NetBSD: distinfo,v 1.8 2009/02/24 19:25:32 he Exp $
 
-SHA1 (JSON-2.12.tar.gz) = 9e6789adfb6ad109097eb1082d7db18c84edfe5c
-RMD160 (JSON-2.12.tar.gz) = ca4526470a9f879a51fd18f373862d1d1c1d9c61
-Size (JSON-2.12.tar.gz) = 67580 bytes
+SHA1 (JSON-2.14.tar.gz) = 876b6d803514bbb46fef3d713c9277c1072c1c0b
+RMD160 (JSON-2.14.tar.gz) = 316cfd27b6bc89cb8daf0a5f07de965ac14c46a0
+Size (JSON-2.14.tar.gz) = 67930 bytes



Home | Main Index | Thread Index | Old Index