diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-26 21:12:15 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-26 21:12:15 +0000 |
commit | db5ebb8fd8869d44f81eb45b17ac629e99fd1d7d (patch) | |
tree | d26465894c5787595100a457b7a95614d2f2a05c /converters | |
parent | 3eede269876f2a0a5d0760708f2bd65c87e42d4e (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-JSON-XS/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index eaa7ad05a52e..cddf043465af 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -6,11 +6,11 @@ # PORTNAME= JSON-XS -PORTVERSION= 2.29 +PORTVERSION= 2.30 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -#DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/.$//} MAINTAINER= clsung@FreeBSD.org COMMENT= JSON serialising/deserialising, done correctly and fast @@ -19,6 +19,7 @@ RUN_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.0+ + MAN1= json_xs.1 MAN3= JSON::XS.3 JSON::XS::Boolean.3 diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo index 26f3fa2ad28d..e896fd8a183f 100644 --- a/converters/p5-JSON-XS/distinfo +++ b/converters/p5-JSON-XS/distinfo @@ -1,3 +1,2 @@ -MD5 (JSON-XS-2.29.tar.gz) = a9573011cb830213a6615ab2e6a64dbc -SHA256 (JSON-XS-2.29.tar.gz) = 7e170f186314ec67574ddf12ec7fb2cb611c9178e0b5a0999137cfc1b2e888be -SIZE (JSON-XS-2.29.tar.gz) = 72387 +SHA256 (JSON-XS-2.3.tar.gz) = f697d2372d362be72168ef855c62803f5a5ceb6e43a3132da7e9d9f50e10fd02 +SIZE (JSON-XS-2.3.tar.gz) = 72917 |