diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-29 18:04:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-29 18:04:32 +0800 |
commit | 6ead96bdce1c0aee9fb7735f1b28b4a7bb37c4d7 (patch) | |
tree | 73acfab89cd3fcc015bc1d73841fd5efccd8482d /www/p5-Catalyst-Plugin-Authentication | |
parent | 20022dbfe7a376e243ed1bee207f9f39abc199c9 (diff) | |
download | freebsd-ports-gnome-6ead96bdce1c0aee9fb7735f1b28b4a7bb37c4d7.tar.gz freebsd-ports-gnome-6ead96bdce1c0aee9fb7735f1b28b4a7bb37c4d7.tar.zst freebsd-ports-gnome-6ead96bdce1c0aee9fb7735f1b28b4a7bb37c4d7.zip |
- Update to 0.10019
- Sort TEST_DEPENDS
Changes: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 16 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/pkg-plist | 1 |
3 files changed, 12 insertions, 9 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index 14e776052d37..074748fbef2c 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -6,11 +6,10 @@ # PORTNAME= Catalyst-Plugin-Authentication -PORTVERSION= 0.10018 +PORTVERSION= 0.10019 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -19,14 +18,16 @@ COMMENT= Infrastructure plugin for the Catalyst authentication framework BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat + 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 RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ +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 \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst PORTSCOUT= skipv:0.100092 @@ -44,6 +45,7 @@ MAN3= Catalyst::Authentication::Credential::Password.3 \ Catalyst::Authentication::User.3 \ Catalyst::Authentication::User::Hash.3 \ Catalyst::Plugin::Authentication.3 \ + Catalyst::Plugin::Authentication::Credential::NoPassword.3 \ Catalyst::Plugin::Authentication::Credential::Password.3 \ Catalyst::Plugin::Authentication::Internals.3 \ Catalyst::Plugin::Authentication::Store::Minimal.3 \ diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index 8007016c7227..3f68f2017c69 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Authentication-0.10018.tar.gz) = bdddbbcd04bfab9ae7ee64474712dc2761897446fe45ab7c8cf0b7a85640d5fe -SIZE (Catalyst-Plugin-Authentication-0.10018.tar.gz) = 71470 +SHA256 (Catalyst-Plugin-Authentication-0.10019.tar.gz) = 6fe16b19f6e76dc3bc9b7a4ad7c78e3ae432423d3286b05c42b35f026d09461c +SIZE (Catalyst-Plugin-Authentication-0.10019.tar.gz) = 78732 diff --git a/www/p5-Catalyst-Plugin-Authentication/pkg-plist b/www/p5-Catalyst-Plugin-Authentication/pkg-plist index 8fc02c25ff29..8cf50edeeb9c 100644 --- a/www/p5-Catalyst-Plugin-Authentication/pkg-plist +++ b/www/p5-Catalyst-Plugin-Authentication/pkg-plist @@ -10,6 +10,7 @@ %%SITE_PERL%%/Catalyst/Authentication/User.pm %%SITE_PERL%%/Catalyst/Authentication/User/Hash.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication.pm +%%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/NoPassword.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Internals.pod %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm |