pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-PP Update to 4.00
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e9ddfcb6a58
branches: trunk
changeset: 316604:3e9ddfcb6a58
user: wen <wen%pkgsrc.org@localhost>
date: Sun Dec 16 04:33:13 2018 +0000
description:
Update to 4.00
Upstream changes:
4.00 2018-12-07
- production release
3.99_01 2018-12-03
- BACKWARD INCOMPATIBILITY:
As JSON::XS 4.0 changed its policy and enabled allow_nonref
by default, JSON::PP also enabled allow_nonref by default
- implement allow_tags that was introduced by JSON::XS 3.0
- add boolean_values that was introduced by JSON::XS 4.0
- allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does
- allow PERL_JSON_PP_USE_B environmental variable to restore
old number detection behavior for compatibility
- various doc updates
diffstat:
converters/p5-JSON-PP/Makefile | 5 ++---
converters/p5-JSON-PP/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r c06019cc8bcd -r 3e9ddfcb6a58 converters/p5-JSON-PP/Makefile
--- a/converters/p5-JSON-PP/Makefile Sun Dec 16 04:29:50 2018 +0000
+++ b/converters/p5-JSON-PP/Makefile Sun Dec 16 04:33:13 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:43:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2018/12/16 04:33:13 wen Exp $
-DISTNAME= JSON-PP-2.97001
+DISTNAME= JSON-PP-4.00
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5 converters
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
diff -r c06019cc8bcd -r 3e9ddfcb6a58 converters/p5-JSON-PP/distinfo
--- a/converters/p5-JSON-PP/distinfo Sun Dec 16 04:29:50 2018 +0000
+++ b/converters/p5-JSON-PP/distinfo Sun Dec 16 04:33:13 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/12/30 13:16:03 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/12/16 04:33:13 wen Exp $
-SHA1 (JSON-PP-2.97001.tar.gz) = 7f047eee2dfefdeefeaa102500442ffa820d9d5e
-RMD160 (JSON-PP-2.97001.tar.gz) = 8cc1cd4fb854b044fbecdb7b4f5df4d4b5c46410
-SHA512 (JSON-PP-2.97001.tar.gz) = bb629873346e0ec789423a2aefd08f95f7ff2e105aec065f142263d9dd08eb1d2e55384aa7ba6c4a7964cd87e803c79c4a773558c885f94fb8a06b7f89473f02
-Size (JSON-PP-2.97001.tar.gz) = 47075 bytes
+SHA1 (JSON-PP-4.00.tar.gz) = 36a6a46abafadca572934ebe58ae192acfbe18bf
+RMD160 (JSON-PP-4.00.tar.gz) = 14fe3251067f3f0c98a5354ec65d9ecf3c252cd8
+SHA512 (JSON-PP-4.00.tar.gz) = e908d188cac8c90e91c097ceb5b9389d23b74ab8dc2c1f8809545a4817283b74307bfa30650c254bb3a4d8830c68005843de3d35e92c4af9935c7a868dacf759
+Size (JSON-PP-4.00.tar.gz) = 51856 bytes
Home |
Main Index |
Thread Index |
Old Index