diff options
author | tj <tj@FreeBSD.org> | 2015-01-31 00:42:41 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2015-01-31 00:42:41 +0800 |
commit | 851d6818e0d24919244e16dbae591e8e3451dea3 (patch) | |
tree | c84f6df2302a451416a87312daf398c9daa6f372 /devel | |
parent | 71370842147e1e94b2f58a29a9763fcfe2a40b53 (diff) | |
download | freebsd-ports-gnome-851d6818e0d24919244e16dbae591e8e3451dea3.tar.gz freebsd-ports-gnome-851d6818e0d24919244e16dbae591e8e3451dea3.tar.zst freebsd-ports-gnome-851d6818e0d24919244e16dbae591e8e3451dea3.zip |
Update to 0.16.
Changes: http://cpansearch.perl.org/src/TOBYINK/JSON-Schema-0.016/Changes
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 |