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:           Fri Nov 24 13:20:56 UTC 2017

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

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

2.97000 2017-11-21
    - fix is_bool to use blessed() instead of ref() (jwrightecs++)
    - use 5 digit minor version number for a while to avoid confusion
      (GH#33, dansut)

2.96  2017-11-20
    - not to use newer Test::More features (RT-122421 for JSON)

2.95  2017-11-20
    - json_pp now prints an encoded json string (RT#123653)
    - fix is_bool to use ->isa("JSON::PP::Boolean"), instead
      of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34, aidy++)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/converters/p5-JSON-PP/Makefile
cvs rdiff -u -r1.7 -r1.8 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.13 pkgsrc/converters/p5-JSON-PP/Makefile:1.14
--- pkgsrc/converters/p5-JSON-PP/Makefile:1.13  Sun Sep 17 08:13:27 2017
+++ pkgsrc/converters/p5-JSON-PP/Makefile       Fri Nov 24 13:20:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/09/17 08:13:27 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/11/24 13:20:56 wiz Exp $
 
-DISTNAME=      JSON-PP-2.94
+DISTNAME=      JSON-PP-2.97000
 PKGNAME=       p5-${DISTNAME}
 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.7 pkgsrc/converters/p5-JSON-PP/distinfo:1.8
--- pkgsrc/converters/p5-JSON-PP/distinfo:1.7   Sun Sep 17 08:13:27 2017
+++ pkgsrc/converters/p5-JSON-PP/distinfo       Fri Nov 24 13:20:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/09/17 08:13:27 wiz Exp $
+$NetBSD: distinfo,v 1.8 2017/11/24 13:20:56 wiz Exp $
 
-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
+SHA1 (JSON-PP-2.97000.tar.gz) = 1f6e26b3c0c41737b49caa550e7b17f24c0b0b72
+RMD160 (JSON-PP-2.97000.tar.gz) = 933898ab2d15d7870e77ce77a878f1be8390ab11
+SHA512 (JSON-PP-2.97000.tar.gz) = df79d8c6f3bd08e731979f53c35f7e3e20ffe1ec9cffe6587d7c75cc4e5aabf10578ac19f0336e7f2394bff6c331adb111981f908098962a86f66ae9ccd0121a
+Size (JSON-PP-2.97000.tar.gz) = 46856 bytes



Home | Main Index | Thread Index | Old Index