diff options
author | Tom Judge <tj@FreeBSD.org> | 2015-01-30 16:42:41 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2015-01-30 16:42:41 +0000 |
commit | ed99272a8b2e59c7993f8f5d849838a636232faa (patch) | |
tree | c84f6df2302a451416a87312daf398c9daa6f372 /devel | |
parent | - Add support to probe for and add chainloaded disks to the grub menus (diff) |
Update to 0.16.
Changes: http://cpansearch.perl.org/src/TOBYINK/JSON-Schema-0.016/Changes
Notes
Notes:
svn path=/head/; revision=378164
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-JSON-Schema/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-JSON-Schema/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-JSON-Schema/Makefile b/devel/p5-JSON-Schema/Makefile index db3678539c6c..35c065c9524c 100644 --- a/devel/p5-JSON-Schema/Makefile +++ b/devel/p5-JSON-Schema/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-Schema -PORTVERSION= 0.015 -PORTREVISION= 3 +PORTVERSION= 0.016 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +18,8 @@ BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \ p5-JSON-Hyper>=0:${PORTSDIR}/devel/p5-JSON-Hyper \ p5-HTTP-Link-Parser>=0:${PORTSDIR}/www/p5-HTTP-Link-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-autovivification>=0:${PORTSDIR}/devel/p5-autovivification + p5-autovivification>=0:${PORTSDIR}/devel/p5-autovivification \ + p5-match-simple>=0:${PORTSDIR}/devel/p5-match-simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/devel/p5-JSON-Schema/distinfo b/devel/p5-JSON-Schema/distinfo index 2e6da4c3ed84..182543ec520b 100644 --- a/devel/p5-JSON-Schema/distinfo +++ b/devel/p5-JSON-Schema/distinfo @@ -1,2 +1,2 @@ -SHA256 (JSON-Schema-0.015.tar.gz) = 193be1c648cf4f9d5b79a846035cc92c97f081887e5844f64ef9bbc7d6c4e3a1 -SIZE (JSON-Schema-0.015.tar.gz) = 63460 +SHA256 (JSON-Schema-0.016.tar.gz) = a3bc94872188000761fd67f18611de0f9629f0d6acce222e0390a6962669abfc +SIZE (JSON-Schema-0.016.tar.gz) = 23789 |