diff options
author | clsung <clsung@FreeBSD.org> | 2009-02-09 11:59:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-02-09 11:59:12 +0800 |
commit | 899f3c998c31878b54d758ad93f5d61c7bcef0ff (patch) | |
tree | 0bd00fc9810c75f7518bc764b244b5aaecf91b53 /converters | |
parent | 9c721a768d6941f5e5be9f2b9f725eb4ef056e08 (diff) | |
download | freebsd-ports-gnome-899f3c998c31878b54d758ad93f5d61c7bcef0ff.tar.gz freebsd-ports-gnome-899f3c998c31878b54d758ad93f5d61c7bcef0ff.tar.zst freebsd-ports-gnome-899f3c998c31878b54d758ad93f5d61c7bcef0ff.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>
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 |