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, and thus JSON, also enabled allow_nonref by default - updated backportPP with JSON::PP 3.99_01 - allow PERL_JSON_PP_USE_B environmental variable to restore old number detection behavior for compatibility
This commit is contained in:
parent
31716d36a0
commit
dab0559b3c
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.34 2018/08/22 09:43:07 wiz Exp $
|
# $NetBSD: Makefile,v 1.35 2018/12/16 04:28:56 wen Exp $
|
||||||
|
|
||||||
DISTNAME= JSON-2.97001
|
DISTNAME= JSON-4.00
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= www perl5 converters
|
CATEGORIES= www perl5 converters
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.24 2017/12/30 13:15:14 wiz Exp $
|
$NetBSD: distinfo,v 1.25 2018/12/16 04:28:56 wen Exp $
|
||||||
|
|
||||||
SHA1 (JSON-2.97001.tar.gz) = 6403801afb59e2f101f4c92db3a00f9fc0be85cd
|
SHA1 (JSON-4.00.tar.gz) = 8346e3fa0cc92a0f7109ef642e7a405bc241cfec
|
||||||
RMD160 (JSON-2.97001.tar.gz) = 3733e22f34e55d0f15e351158d3edb2807480c44
|
RMD160 (JSON-4.00.tar.gz) = 38c068ee317c145bf642b556a8170ee34f29903c
|
||||||
SHA512 (JSON-2.97001.tar.gz) = 42fe08c1d7b8f689592a28c17dd7853a90c4236e64a9be175a635af005da48e06c436e80dac905893e2232ca8efee3832f6ad51992fd4ca851f8f0fd796860df
|
SHA512 (JSON-4.00.tar.gz) = 6190c8904652f93f360fb620c04e4f3bd7af8bb76fee44cbb1d9917362cfb1431743e05f855265a7fba18fa5040c3fe96887b10e04719b3b9bf64c36589d735e
|
||||||
Size (JSON-2.97001.tar.gz) = 82790 bytes
|
Size (JSON-4.00.tar.gz) = 90081 bytes
|
||||||
|
|
Loading…
Reference in a new issue