pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON Update p5-JSON to 1.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0a3180dea9f
branches:  trunk
changeset: 533250:a0a3180dea9f
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Sep 12 04:15:06 2007 +0000

description:
Update p5-JSON to 1.14.

1.14  Thu May 10 15:32:18 2007
        - added 'TRANSITION PLAN'
        - updated JSON::PP
          (latin1 and decode_prefix are added for JSON::XS comatible)

1.13  Sun May  6 14:03:31 2007
        - fixed round-trip handling for Perl5.9.4
          (Thanks to andreas.koenig and Nicholas Clark)
        - added overload operator 'eq', 'ne', '==' and '!='
            for JSON::NotString (JSON::Literal for JSON::PP) (rt#26923 by Ryan M

1.12  Thu May  3 18:32:28 2007
        - fixed loose quoting bug in JSON::Parser. (Thanks to Allen Day and his
        - fixed round-trip problem (pointed by Marc Lehmann's JSON::XS)
              (However, only in the case of non autoconv mode)
        - updated JSON::PP
            now can be used in Perl 5.8, 5.6, 5.005 (There is functional restric
            added allow_bigint (Thanks to Adam Sussman's patch)
            added self_encode, singlequote, allow_barekey

diffstat:

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

diffs (25 lines):

diff -r 251c5ac13db0 -r a0a3180dea9f converters/p5-JSON/Makefile
--- a/converters/p5-JSON/Makefile       Tue Sep 11 23:49:39 2007 +0000
+++ b/converters/p5-JSON/Makefile       Wed Sep 12 04:15:06 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/12 04:15:06 obache Exp $
 
-DISTNAME=              JSON-1.11
+DISTNAME=              JSON-1.14
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            www perl5 converters
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Apache/}
diff -r 251c5ac13db0 -r a0a3180dea9f converters/p5-JSON/distinfo
--- a/converters/p5-JSON/distinfo       Tue Sep 11 23:49:39 2007 +0000
+++ b/converters/p5-JSON/distinfo       Wed Sep 12 04:15:06 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $
+$NetBSD: distinfo,v 1.2 2007/09/12 04:15:06 obache Exp $
 
-SHA1 (JSON-1.11.tar.gz) = 7fcee4f3d44fcece2cb72b6836fe69285f764d48
-RMD160 (JSON-1.11.tar.gz) = a77b2a40f0fb3279526d30b45c4b19624bc2885d
-Size (JSON-1.11.tar.gz) = 32278 bytes
+SHA1 (JSON-1.14.tar.gz) = 92cb2aedd4bc43ff2d5a28abf05df9acff6a037d
+RMD160 (JSON-1.14.tar.gz) = e1ad4bb73262ea8b1bfc14170e950722520deb1e
+Size (JSON-1.14.tar.gz) = 36432 bytes



Home | Main Index | Thread Index | Old Index