diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-07-12 09:37:39 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-07-12 09:37:39 +0000 |
commit | de15576af299c696d6fb53c1240da288255de400 (patch) | |
tree | 516937738cae3b5eb8a070e96ba754836afcbf54 /www/p5-Catalyst-Plugin-Authentication | |
parent | 3537e584e63203c9eb8878a1f5d6bf4b37a4da0e (diff) | |
download | ports-de15576af299c696d6fb53c1240da288255de400.tar.gz ports-de15576af299c696d6fb53c1240da288255de400.zip |
Update to 0.10000
Notes
Notes:
svn path=/head/; revision=195468
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/pkg-plist | 3 |
4 files changed, 12 insertions, 10 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index eae1535e7e8e..e8626c4e2109 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Authentication -PORTVERSION= 0.09 +PORTVERSION= 0.10000 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Catalyst @@ -24,9 +24,10 @@ PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Authentication.3 \ Catalyst::Plugin::Authentication::Credential::Password.3 \ + Catalyst::Plugin::Authentication::Internals.3 \ Catalyst::Plugin::Authentication::Store.3 \ Catalyst::Plugin::Authentication::Store::Minimal.3 \ - Catalyst::Plugin::Authentication::Store::Minimal::Backend.3 \ + Catalyst::Plugin::Authentication::Store::Old-Minimal.3 \ Catalyst::Plugin::Authentication::User.3 \ Catalyst::Plugin::Authentication::User::Hash.3 diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index 20ae50f7019a..fdc6662e52f9 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Authentication-0.09.tar.gz) = 59be3895b1c79609545d5472ec4e4bb5 -SHA256 (Catalyst-Plugin-Authentication-0.09.tar.gz) = 6d246e174c4c62506692a6604acc8d8eb73329f40a3f8932ee41d7653dfe4bef -SIZE (Catalyst-Plugin-Authentication-0.09.tar.gz) = 17914 +MD5 (Catalyst-Plugin-Authentication-0.10000.tar.gz) = a84a84454682a34feb3a30251745db59 +SHA256 (Catalyst-Plugin-Authentication-0.10000.tar.gz) = 5fcffbb70fb7bdc95c1366fe9064954f6b281299cb537a5d986690da4c8482a7 +SIZE (Catalyst-Plugin-Authentication-0.10000.tar.gz) = 33183 diff --git a/www/p5-Catalyst-Plugin-Authentication/pkg-descr b/www/p5-Catalyst-Plugin-Authentication/pkg-descr index 501122c960fd..63693967b263 100644 --- a/www/p5-Catalyst-Plugin-Authentication/pkg-descr +++ b/www/p5-Catalyst-Plugin-Authentication/pkg-descr @@ -1,6 +1,6 @@ -The authentication plugin provides generic user support. It is the basis -for both authentication (checking the user is who they claim to be), and -authorization (allowing the user to do what the system authorises them -to do). +The authentication plugin provides generic user support for Catalyst +apps. It is the basis for both authentication (checking the user is who +they claim to be), and authorization (allowing the user to do what the +system authorises them to do). WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/ diff --git a/www/p5-Catalyst-Plugin-Authentication/pkg-plist b/www/p5-Catalyst-Plugin-Authentication/pkg-plist index 8117b058acc8..b008a4fb02b3 100644 --- a/www/p5-Catalyst-Plugin-Authentication/pkg-plist +++ b/www/p5-Catalyst-Plugin-Authentication/pkg-plist @@ -1,7 +1,8 @@ +%%SITE_PERL%%/Catalyst/Plugin/Authentication/Internals.pod %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store.pod %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm -%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal/Backend.pm +%%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Old-Minimal.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User/Hash.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication.pm |