diff options
author | clsung <clsung@FreeBSD.org> | 2008-04-01 19:18:51 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-04-01 19:18:51 +0800 |
commit | a04897584502e23e74faa9ced06276731f4cf7f2 (patch) | |
tree | 6a7dee476d527438c8308e4224ec3d3e775f1211 /converters | |
parent | 9e9d8f5d06220b3bdf0f325201222db3c68ba4f1 (diff) | |
download | freebsd-ports-gnome-a04897584502e23e74faa9ced06276731f4cf7f2.tar.gz freebsd-ports-gnome-a04897584502e23e74faa9ced06276731f4cf7f2.tar.zst freebsd-ports-gnome-a04897584502e23e74faa9ced06276731f4cf7f2.zip |
- Update to 1.16
Changes: http://search.cpan.org/dist/JSON-Any/Changes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-JSON-Any/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index 66ace50581ba..c926b3ceeaa1 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -6,7 +6,7 @@ # PORTNAME= JSON-Any -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PERIGRIN @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl Wrapper Class for the various JSON classes +RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= JSON::Any.3 diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo index c84f5ec18d75..cf77be46d3a3 100644 --- a/converters/p5-JSON-Any/distinfo +++ b/converters/p5-JSON-Any/distinfo @@ -1,3 +1,3 @@ -MD5 (JSON-Any-1.15.tar.gz) = b0d0636de5635d3af24aac32ca8ce2c6 -SHA256 (JSON-Any-1.15.tar.gz) = 372d2ec811916436f9dcee876fc9f281b44865261a18169613b7ee96be1d8ae9 -SIZE (JSON-Any-1.15.tar.gz) = 23556 +MD5 (JSON-Any-1.16.tar.gz) = 37325d39aa62b291d05b9e90d2df12a0 +SHA256 (JSON-Any-1.16.tar.gz) = 78f7d36cbbc26b0aa64cf7f645fb2b6e1e6ad8ba9430f75c51c109a7bc491423 +SIZE (JSON-Any-1.16.tar.gz) = 23972 |