diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2008-08-24 21:19:50 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2008-08-24 21:19:50 +0000 |
commit | 9f5eae93229a7b294b6a92af73fac5be6951f5f5 (patch) | |
tree | 711cff819b1d0e991c52dc1343610825ccbb07fc /www/p5-Catalyst-Plugin-Authorization-Roles | |
parent | e20e8344ca42839c3a1b30044bb7cda40d8dbd5e (diff) | |
download | ports-9f5eae93229a7b294b6a92af73fac5be6951f5f5.tar.gz ports-9f5eae93229a7b294b6a92af73fac5be6951f5f5.zip |
Update to 0.07
Notes
Notes:
svn path=/head/; revision=219116
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authorization-Roles')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-Roles/Makefile | 10 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-Roles/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile index 453551fe8f3f..48beb5271137 100644 --- a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Authorization-Roles -PORTVERSION= 0.05 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,17 +14,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Role based authorization for Catalyst -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ +RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + p5-Catalyst-Plugin-Authentication>=0.10003:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \ p5-UNIVERSAL-isa>=0.05:${PORTSDIR}/devel/p5-UNIVERSAL-isa -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.1+ MAN3= Catalyst::Plugin::Authorization::Roles.3 post-extract: - @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Build.PL + @${REINPLACE_CMD} -e '/^test_requires/d' ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Plugin-Authorization-Roles/distinfo b/www/p5-Catalyst-Plugin-Authorization-Roles/distinfo index 7c132cb841a0..b21d804eaec6 100644 --- a/www/p5-Catalyst-Plugin-Authorization-Roles/distinfo +++ b/www/p5-Catalyst-Plugin-Authorization-Roles/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 5a1a3ced578428136f74827503aeabcf -SHA256 (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 2aa2eb127b38e90c7816b1507ed415f86d469efd341753624508c8e58a07ed19 -SIZE (Catalyst-Plugin-Authorization-Roles-0.05.tar.gz) = 5282 +MD5 (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = afef214de7c8084c59fad8a07a640059 +SHA256 (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = 8bac31ad037c80a90b01bd213c74ca011df8f2990e1929f375e01ab00efb681d +SIZE (Catalyst-Plugin-Authorization-Roles-0.07.tar.gz) = 22432 |