pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-MaybeXS Update to 1.003008



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3ea7bd47ec8
branches:  trunk
changeset: 357401:a3ea7bd47ec8
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Jan 19 14:16:34 2017 +0000

description:
Update to 1.003008
Update DEPENDS

Upstream changes:
1.003008 - 2016-10-03
 - added an INSTALLATION section to documentation, to clarify the use of
   dynamic prerequisites in Makefile.PL
 - minimize prereqs listed in META.json to avoid giving the appearance of XS
   prerequisites, and confusing static inspection tools such as metacpan.org.

1.003007 - 2016-09-11
 - no changes since 1.003006_001

1.003006_001 - 2016-06-28
 - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded
   values (in JSON::PP 2.27300)
 - we now always upgrade JSON::XS if it is installed and below version 3.0,
   due to changes in handling booleans
 - remove test dependency on Test::Without::Module (RT#115394)

diffstat:

 converters/p5-JSON-MaybeXS/Makefile |   9 +++------
 converters/p5-JSON-MaybeXS/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (40 lines):

diff -r dc73789731c8 -r a3ea7bd47ec8 converters/p5-JSON-MaybeXS/Makefile
--- a/converters/p5-JSON-MaybeXS/Makefile       Thu Jan 19 13:58:34 2017 +0000
+++ b/converters/p5-JSON-MaybeXS/Makefile       Thu Jan 19 14:16:34 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2016/06/08 19:22:20 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/19 14:16:34 wen Exp $
 
-DISTNAME=      JSON-MaybeXS-1.003005
+DISTNAME=      JSON-MaybeXS-1.003008
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5 converters
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=JSON/}
 
@@ -11,9 +10,7 @@
 COMMENT=       Use Cpanel::JSON::XS with a fallback to JSON::PP
 LICENSE=       ${PERL5_LICENSE}
 
-#DEPENDS+=     {perl>=5.17.10,p5-JSON-PP>=2.27202}:../../converters/p5-JSON-PP
-# actually test dependency
-BUILD_DEPENDS+=        p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module
+DEPENDS+=      {perl>=5.21.5,p5-JSON-PP>=2.27300}:../../converters/p5-JSON-PP
 
 PERL5_PACKLIST=                auto/JSON/MaybeXS/.packlist
 
diff -r dc73789731c8 -r a3ea7bd47ec8 converters/p5-JSON-MaybeXS/distinfo
--- a/converters/p5-JSON-MaybeXS/distinfo       Thu Jan 19 13:58:34 2017 +0000
+++ b/converters/p5-JSON-MaybeXS/distinfo       Thu Jan 19 14:16:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 01:43:51 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/01/19 14:16:34 wen Exp $
 
-SHA1 (JSON-MaybeXS-1.003005.tar.gz) = c384f9fb7d20d05a881ea29927d9cf1254dace9e
-RMD160 (JSON-MaybeXS-1.003005.tar.gz) = e69139ba24024d043d466fd9a0a34e669e1f0726
-SHA512 (JSON-MaybeXS-1.003005.tar.gz) = 101b5b693eabeaf4e8417d021b3d311b9c8669a0121b97af7781cfbdb3ba24b8aef80d15a3cf4d78b40e47230e9f1c4450c73741675ec6d5ea018c6b06ea49d7
-Size (JSON-MaybeXS-1.003005.tar.gz) = 10373 bytes
+SHA1 (JSON-MaybeXS-1.003008.tar.gz) = 182c04babfe6ebe027dd3fbd5b3aaf9a3a1fed87
+RMD160 (JSON-MaybeXS-1.003008.tar.gz) = 930ef3dc9d2897a96b93386ee3e74979a119febd
+SHA512 (JSON-MaybeXS-1.003008.tar.gz) = dd556082ea97cf2b7f492f4e0782b80b9d2810b3b5c13ca06958b8b0eaddd1ba34ea8047cbb332e56716ff4346a2044369386c331efe61830fa4e14075173eb9
+Size (JSON-MaybeXS-1.003008.tar.gz) = 11647 bytes



Home | Main Index | Thread Index | Old Index