Updating package for CPAN distribution JSON-XS in converters/p5-JSON-XS

from 2.330nb2 (upstream: 2.33) to 2.340 (upstream: 2.34).

Upstream changes from 2.33:
2.34 Thu May 23 11:30:34 CEST 2013
	- work around bugs in perl 5.18 breaking more than 100
          widely used modules, without a fix in sight because
          p5pers don't care about CPAN anymore.
	- when canonicalising, only allocate up to 64 hash key
          pointers on the stack. for larger hashes, use the heap,
          to avoid using too much stackspace.
        - discuss the problem with setlocale (reported by a few victims).
This commit is contained in:
sno 2013-07-03 13:41:10 +00:00
parent 2b25785532
commit 175ca4f77a
2 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.23 2013/05/31 12:39:45 wiz Exp $
# $NetBSD: Makefile,v 1.24 2013/07/03 13:41:10 sno Exp $
DISTNAME= JSON-XS-2.33
DISTNAME= JSON-XS-2.34
PKGNAME= p5-${DISTNAME}0
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2012/08/23 12:29:43 wen Exp $
$NetBSD: distinfo,v 1.18 2013/07/03 13:41:10 sno Exp $
SHA1 (JSON-XS-2.33.tar.gz) = 1123f4e75f140dea9b32eaefa32b1d6e43ddda37
RMD160 (JSON-XS-2.33.tar.gz) = a4197bfc2566e93e07a60c912459bcea40f50606
Size (JSON-XS-2.33.tar.gz) = 74514 bytes
SHA1 (JSON-XS-2.34.tar.gz) = ff86aae36de4cfeb78593cef9a85fe7e0e9ad339
RMD160 (JSON-XS-2.34.tar.gz) = c437c0c9857bf5e9374156dc8b3788f3ab290615
Size (JSON-XS-2.34.tar.gz) = 75468 bytes