- Update to 2.231 (2.23.1)
Changelog (http://cpansearch.perl.org/src/MLEHMANN/JSON-XS-2.231/Changes): 2.231 Thu Nov 20 04:59:08 CET 2008 - work around 5.10.0 magic bugs where manipulating magic values (such as $1) would permanently damage them as perl would ignore the magicalness, by making a full copy of the string, reported by Dmitry Karasik. - work around spurious wanrings under older perl 5.8's. PR: ports/131321 Submitted by: "Cory R. King" <coryking_AT_mozimedia dot com>
This commit is contained in:
parent
92f9d78a13
commit
fcbd242355
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227861
2 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= JSON-XS
|
PORTNAME= JSON-XS
|
||||||
PORTVERSION= 2.23
|
PORTVERSION= 2.23.1
|
||||||
CATEGORIES= converters perl5
|
CATEGORIES= converters perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= clsung@FreeBSD.org
|
MAINTAINER= clsung@FreeBSD.org
|
||||||
COMMENT= JSON serialising/deserialising, done correctly and fast
|
COMMENT= JSON serialising/deserialising, done correctly and fast
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (JSON-XS-2.23.tar.gz) = e5bad5004706d82762cc1d0ec6ddc961
|
MD5 (JSON-XS-2.231.tar.gz) = 378e81be274f3aa17e358802a2010d3b
|
||||||
SHA256 (JSON-XS-2.23.tar.gz) = 4796d6e21d5d731c2a09ef22dac6921cefa1d8fb29faaedc77d583955a91a179
|
SHA256 (JSON-XS-2.231.tar.gz) = 25bbfcc97863a32b31c5fb712150d11ba5134013ab6f991abaf96f1348fffcb4
|
||||||
SIZE (JSON-XS-2.23.tar.gz) = 66190
|
SIZE (JSON-XS-2.231.tar.gz) = 66373
|
||||||
|
|
Loading…
Reference in a new issue