pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/p5-JSON-PP



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 08:13:27 UTC 2017

Modified Files:
        pkgsrc/converters/p5-JSON-PP: Makefile distinfo

Log Message:
p5-JSON-PP: update to 2.94.

2.94  2017-05-29
    - fix a test to support perl 5.6

2.93  2017-05-15
    - fix packaging issue

2.92  2017-05-15
    - production release

2.91_04  2017-01-10
        - fixed isa tests for bignum

2.91_03  2017-01-09
        - reworked documentation, based on the one for JSON::XS
        - let json_pp utility to show the version of JSON::PP
        - applied a patch to fix loading order of B module (pali++)

2.91_02  2016-12-04
        - fixed not to fail tests under Perl 5.25.* (srezic++)

2.91_01  2016-12-03
        - changed the number detection logic, patched by haarg
          (experimental)
        - merged PR from dagolden to correct 0 handling
        - removed base.pm dependency (dolmen)
        - fixed wrong character offset spotted by ilmari
        - applied patches from Jarkko Hietaniemi to address VAX issues
        - small doc fixes from bessarabov, gregoa, Chris Anderson
        - applied a patch to remove . in @INC in json_pp (Tony Cook)
        - removed $VAR1 from json_pp output, spotted by tokuhirom
        - fixed an issue to ignore trailing 0
        - added Scalar::Util dependency for Perl 5.8+
        - fixed issues spotted by Nicolas Seriot's JSON Test Suite
          including experimental UTF-16/32 support and backward
          incompatible change of C style comment handling (now disabled
          by default)
        - moved the guts of JSON::PP::Boolean into lib/JSON/PP/Boolean.pm
          and gave it a proper version
        - refactored incremental parser to let it handle incomplete
          JSON text properly
        - imported and tweaked tests from JSON.pm
        - minor code clean up


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/p5-JSON-PP/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/p5-JSON-PP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/p5-JSON-PP/Makefile
diff -u pkgsrc/converters/p5-JSON-PP/Makefile:1.12 pkgsrc/converters/p5-JSON-PP/Makefile:1.13
--- pkgsrc/converters/p5-JSON-PP/Makefile:1.12  Mon Jun  5 14:22:21 2017
+++ pkgsrc/converters/p5-JSON-PP/Makefile       Sun Sep 17 08:13:27 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:22:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/09/17 08:13:27 wiz Exp $
 
-DISTNAME=      JSON-PP-2.27400
+DISTNAME=      JSON-PP-2.94
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5 converters
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=JSON/}
 

Index: pkgsrc/converters/p5-JSON-PP/distinfo
diff -u pkgsrc/converters/p5-JSON-PP/distinfo:1.6 pkgsrc/converters/p5-JSON-PP/distinfo:1.7
--- pkgsrc/converters/p5-JSON-PP/distinfo:1.6   Mon Jul 25 04:19:53 2016
+++ pkgsrc/converters/p5-JSON-PP/distinfo       Sun Sep 17 08:13:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/07/25 04:19:53 wen Exp $
+$NetBSD: distinfo,v 1.7 2017/09/17 08:13:27 wiz Exp $
 
-SHA1 (JSON-PP-2.27400.tar.gz) = fcf7306cff75491ebde972d69094595deaf0890d
-RMD160 (JSON-PP-2.27400.tar.gz) = eb29f8888c989ec2cf99d4721d45fc3d285da884
-SHA512 (JSON-PP-2.27400.tar.gz) = b872ea18bebd369824319dce2186de5d6f85a0a5576e814e9dd74647df510d1b3cde9f4facacdd238458733b51b2651cd2c4f52bca39528097e3500aac2f704d
-Size (JSON-PP-2.27400.tar.gz) = 41780 bytes
+SHA1 (JSON-PP-2.94.tar.gz) = aec9fea13e2e5ab60b73e4cbd38eaacbf8c42007
+RMD160 (JSON-PP-2.94.tar.gz) = 207a24e24637e6b26d8446beb552a474662d14d2
+SHA512 (JSON-PP-2.94.tar.gz) = 7873b52b5509dbd2d7c559718fd8be068ad3f65cafd10e46ac54c577c6331fba3c3ab908ec95f9e3bbcebd057429906a70ff7ebabe3a871ce5e094ba39769d37
+Size (JSON-PP-2.94.tar.gz) = 46646 bytes



Home | Main Index | Thread Index | Old Index