diff options
author | rhaen <rhaen@pkgsrc.org> | 2013-01-27 07:57:23 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2013-01-27 07:57:23 +0000 |
commit | 6224035b1b6d96272296dd595d5f3f35d649e866 (patch) | |
tree | ffdbc6ddf8a9c37a10b800ba6d47f75a44339a5e | |
parent | e1f5d65341633cf4328b4790c26a398f7aee4f51 (diff) | |
download | pkgsrc-6224035b1b6d96272296dd595d5f3f35d649e866.tar.gz |
- Updated to 0.10022
ChangeLog:
0.10022 08 Jan 2013
- Fix NoPasswd store (skaufman)
0.10021 30 June 2012
- Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast,
fixing undeclared dependency on Class::Accessor::Fast.
- Change Catalyst::Authentication::Realm to use String::RewritePrefix
rather than doing namespace mangling manually.
- Fix whitespace and tabs, add Test::EOL and Test::NoTabs
- Document optional methods in stores needed for auto_create_user
and auto_update_user in realms.
- Clarify support channels
- Note primary maintainer in docs.
- Add x_authority metadata.
- Get the NAME right by making it 1 line, due to crappy parsing
in EU::MM (RT#77028)
0.10020 05 May 2012
- Allow user_class to be configured for Catalyst::Authentication::Store::Minimal
(Jochen Lutz <jlu@akk.org>)
0.10019 14 April 2012
- Upgrade code to use Moose compatibility layer (jnap)
- Added some rules to .gitignore for people using macs (jnap)
- Updated copyright info
- Catalyst::Plugin::Authentication::Credential::NoPassword added
(Okko)
- Convert repository to git (fREW Schmidt)
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index b7cab682129..c12362849b9 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2012/10/28 06:30:32 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/01/27 07:57:23 rhaen Exp $ -DISTNAME= Catalyst-Plugin-Authentication-0.10018 +DISTNAME= Catalyst-Plugin-Authentication-0.10022 PKGNAME= p5-${DISTNAME}0 -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index 17030f88787..bf712135880 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2011/08/23 10:15:52 abs Exp $ +$NetBSD: distinfo,v 1.11 2013/01/27 07:57:23 rhaen Exp $ -SHA1 (Catalyst-Plugin-Authentication-0.10018.tar.gz) = fd11745b4d6a692ec5a1e89ca230de042b3fc37f -RMD160 (Catalyst-Plugin-Authentication-0.10018.tar.gz) = 21a1dcab6ac3d369248a7ffd280401e6557270ac -Size (Catalyst-Plugin-Authentication-0.10018.tar.gz) = 71470 bytes +SHA1 (Catalyst-Plugin-Authentication-0.10022.tar.gz) = 203a26a12c6565d4a444326b54592460241538d5 +RMD160 (Catalyst-Plugin-Authentication-0.10022.tar.gz) = ea1fd47deb638ac1b6295d9a21570999e29b9957 +Size (Catalyst-Plugin-Authentication-0.10022.tar.gz) = 79498 bytes |