diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-10 06:35:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-10 06:35:34 +0800 |
commit | 53c9967fc753b498aa6be660938be19667d1ff8f (patch) | |
tree | c8ae29c5f346e217528efceea6ffb0835002dc29 | |
parent | fdcc72a394679e060a085c54a2eca23802e80678 (diff) | |
download | freebsd-ports-gnome-53c9967fc753b498aa6be660938be19667d1ff8f.tar.gz freebsd-ports-gnome-53c9967fc753b498aa6be660938be19667d1ff8f.tar.zst freebsd-ports-gnome-53c9967fc753b498aa6be660938be19667d1ff8f.zip |
- Update to 1.13
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/Catalyst-Action-REST/Changes
-rw-r--r-- | www/p5-Catalyst-Action-REST/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Action-REST/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile index 15e259eb5a51..9a04aeddca61 100644 --- a/www/p5-Catalyst-Action-REST/Makefile +++ b/www/p5-Catalyst-Action-REST/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Action-REST -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80030:${PORTSDIR}/www/p5-Catalyst-Runtime p5-libwww>=2.033:${PORTSDIR}/www/p5-libwww \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires USES= perl5 USE_PERL5= configure diff --git a/www/p5-Catalyst-Action-REST/distinfo b/www/p5-Catalyst-Action-REST/distinfo index b5f814ecfafe..827e600efd22 100644 --- a/www/p5-Catalyst-Action-REST/distinfo +++ b/www/p5-Catalyst-Action-REST/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Action-REST-1.12.tar.gz) = 1f854e3469bdd47e6948d1c46204304ca907672fffdb102a3f8de310adb1951a -SIZE (Catalyst-Action-REST-1.12.tar.gz) = 65663 +SHA256 (Catalyst-Action-REST-1.13.tar.gz) = 65c5977c58c3c680903b5b71e96efc36ea2e2ce244a30122e526a4296db7bb9a +SIZE (Catalyst-Action-REST-1.13.tar.gz) = 68142 |