diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-02-09 03:59:12 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-02-09 03:59:12 +0000 |
commit | fcbd242355b1604aa68054abc529e5c0cc183f40 (patch) | |
tree | 0b2e1326a360b2998edd31b20810328a68095202 /converters | |
parent | 92f9d78a132a8d4070f75d94c3f5de89de066194 (diff) | |
download | ports-fcbd242355b1604aa68054abc529e5c0cc183f40.tar.gz ports-fcbd242355b1604aa68054abc529e5c0cc183f40.zip |
- 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>
Notes
Notes:
svn path=/head/; revision=227861
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index f4a373ce3c6e..cc12654a0a58 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -6,11 +6,11 @@ # PORTNAME= JSON-XS -PORTVERSION= 2.23 +PORTVERSION= 2.23.1 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= clsung@FreeBSD.org COMMENT= JSON serialising/deserialising, done correctly and fast diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo index 9f59f88830ce..32d954466f58 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,3 +1,3 @@ -MD5 (JSON-XS-2.23.tar.gz) = e5bad5004706d82762cc1d0ec6ddc961 -SHA256 (JSON-XS-2.23.tar.gz) = 4796d6e21d5d731c2a09ef22dac6921cefa1d8fb29faaedc77d583955a91a179 -SIZE (JSON-XS-2.23.tar.gz) = 66190 +MD5 (JSON-XS-2.231.tar.gz) = 378e81be274f3aa17e358802a2010d3b +SHA256 (JSON-XS-2.231.tar.gz) = 25bbfcc97863a32b31c5fb712150d11ba5134013ab6f991abaf96f1348fffcb4 +SIZE (JSON-XS-2.231.tar.gz) = 66373 |