diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:31:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:31:16 +0000 |
commit | e1198e81340c03c69a990dd42e4b60473fc429ad (patch) | |
tree | 79265afa32a181614acbeb00578f841267b42b7c /www | |
parent | e55cee55189c3898be3a3656f2371aca9f055cba (diff) | |
download | ports-e1198e81340c03c69a990dd42e4b60473fc429ad.tar.gz ports-e1198e81340c03c69a990dd42e4b60473fc429ad.zip |
- Update to 0.16
- Use TEST_DEPENDS
- Sort PLIST
Changes: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-ACL/Changes
Notes
Notes:
svn path=/head/; revision=376773
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-ACL/Makefile | 12 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-ACL/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-ACL/pkg-plist | 4 |
3 files changed, 9 insertions, 11 deletions
diff --git a/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile b/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile index fded430e7f88..f32df0a1a273 100644 --- a/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Authorization-ACL -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,18 +13,17 @@ COMMENT= ACL support for Catalyst applications LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ +BUILD_DEPENDS= p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Catalyst-Plugin-Authorization-Roles>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \ - p5-Catalyst-Runtime>=5.80013:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Throwable>=0:${PORTSDIR}/devel/p5-Class-Throwable \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple \ p5-Tree-Simple-VisitorFactory>=0:${PORTSDIR}/devel/p5-Tree-Simple-VisitorFactory \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -BUILD_DEPENDS:= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst diff --git a/www/p5-Catalyst-Plugin-Authorization-ACL/distinfo b/www/p5-Catalyst-Plugin-Authorization-ACL/distinfo index e1297ca69e31..9162a8a63bad 100644 --- a/www/p5-Catalyst-Plugin-Authorization-ACL/distinfo +++ b/www/p5-Catalyst-Plugin-Authorization-ACL/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Authorization-ACL-0.15.tar.gz) = 28291fe9d616e8614fb2f46a52d2d08850b062aff20e24fd97e25408111bf28a -SIZE (Catalyst-Plugin-Authorization-ACL-0.15.tar.gz) = 33366 +SHA256 (Catalyst-Plugin-Authorization-ACL-0.16.tar.gz) = 2a37e653482efd2c93b86c6a838941e056c5f94dd86c0f0b893d51933312837c +SIZE (Catalyst-Plugin-Authorization-ACL-0.16.tar.gz) = 23486 diff --git a/www/p5-Catalyst-Plugin-Authorization-ACL/pkg-plist b/www/p5-Catalyst-Plugin-Authorization-ACL/pkg-plist index 61ae439bed8c..d0aeec8c5b44 100644 --- a/www/p5-Catalyst-Plugin-Authorization-ACL/pkg-plist +++ b/www/p5-Catalyst-Plugin-Authorization-ACL/pkg-plist @@ -1,4 +1,4 @@ -%%SITE_PERL%%/Catalyst/Plugin/Authorization/ACL/Engine.pm %%SITE_PERL%%/Catalyst/Plugin/Authorization/ACL.pm -%%PERL5_MAN3%%/Catalyst::Plugin::Authorization::ACL::Engine.3.gz +%%SITE_PERL%%/Catalyst/Plugin/Authorization/ACL/Engine.pm %%PERL5_MAN3%%/Catalyst::Plugin::Authorization::ACL.3.gz +%%PERL5_MAN3%%/Catalyst::Plugin::Authorization::ACL::Engine.3.gz |