Update to 0.07
This commit is contained in:
parent
e20e8344ca
commit
9f5eae9322
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219116
2 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue