svn commit: r326606 - head/www/p5-Catalyst-Plugin-Authentication
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 10:20:06 UTC 2013
Author: sunpoet
Date: Sat Sep 7 10:20:04 2013
New Revision: 326606
URL: http://svnweb.freebsd.org/changeset/ports/326606
Log:
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
- Sort PLIST
Modified:
head/www/p5-Catalyst-Plugin-Authentication/Makefile
head/www/p5-Catalyst-Plugin-Authentication/pkg-plist (contents, props changed)
Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Authentication/Makefile Sat Sep 7 10:19:59 2013 (r326605)
+++ head/www/p5-Catalyst-Plugin-Authentication/Makefile Sat Sep 7 10:20:04 2013 (r326606)
@@ -3,6 +3,7 @@
PORTNAME= Catalyst-Plugin-Authentication
PORTVERSION= 0.10023
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= www perl5
MASTER_SITES= CPAN
@@ -17,9 +18,10 @@ BUILD_DEPENDS= p5-Catalyst-Plugin-Sessio
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Emulate-Class-Accessor-Fast>=0:${PORTSDIR}/devel/p5-MooseX-Emulate-Class-Accessor-Fast \
- p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
+ p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \
+ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
+ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
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-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
Modified: head/www/p5-Catalyst-Plugin-Authentication/pkg-plist
==============================================================================
--- head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Sat Sep 7 10:19:59 2013 (r326605)
+++ head/www/p5-Catalyst-Plugin-Authentication/pkg-plist Sat Sep 7 10:20:04 2013 (r326606)
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist
%%SITE_PERL%%/Catalyst/Authentication/Credential/NoPassword.pm
%%SITE_PERL%%/Catalyst/Authentication/Credential/Password.pm
%%SITE_PERL%%/Catalyst/Authentication/Credential/Remote.pm
@@ -16,6 +15,10 @@
%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm
%%SITE_PERL%%/Catalyst/Plugin/Authentication/User.pm
%%SITE_PERL%%/Catalyst/Plugin/Authentication/User/Hash.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/User
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential
@@ -27,6 +30,3 @@
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Credential
@dirrmtry %%SITE_PERL%%/Catalyst/Authentication
@dirrmtry %%SITE_PERL%%/Catalyst
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
More information about the svn-ports-all
mailing list