diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-11-10 22:37:46 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-11-10 22:37:46 +0000 |
commit | 731463268ae78d5510b7d1819da0c17417aaf069 (patch) | |
tree | d13f7922617dac40c6f6700da2fc0e4e07d7eb83 /www/p5-Catalyst-Plugin-Authentication | |
parent | 9e8d9bd6dc76ecd8c5e46a280891e507fec9cffe (diff) | |
download | pkgsrc-731463268ae78d5510b7d1819da0c17417aaf069.tar.gz |
- updated to 0.10008
- took maintainership
Changelog:
0.10007 2008-10-23
- Updating config to allow for inclusion of realm ref's in the main
config hash rather than in a subref called 'realms'
0.10007 2008-08-17
- Update tests prereqs to include Test::Exception (RT #36339)
- Some documentation fixes (including RT #36062)
- Compatibility fix where the use of new style config and old
style Authentication::Store::Minimal would cause a crash
(Reported & fixed by Jos Boumans C<kane@cpan.org>)
- Documentation update on Password - to indicate proper field naming
- Decouple Authentication system from session. The realm class
now allows complete control over how a user is persisted across
requests.
- pod fixes (RT #36062, RT #36063)
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index 749a318b10f..c7db2340ebf 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:19:06 he Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/10 22:37:46 rhaen Exp $ -DISTNAME= Catalyst-Plugin-Authentication-0.10007 +DISTNAME= Catalyst-Plugin-Authentication-0.10008 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authentication/ COMMENT= Infrastructure plugin for the Catalyst authentication framework @@ -15,9 +14,7 @@ DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist - PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index 0da0850ee27..33aaeb39366 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/09/11 11:19:36 he Exp $ +$NetBSD: distinfo,v 1.3 2008/11/10 22:37:46 rhaen Exp $ -SHA1 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 8d34489e1379e7466c8ca334803b2cc8858b2763 -RMD160 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 18743f94e4e8aeb6a69910984aca03dd86cd1be6 -Size (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 56405 bytes +SHA1 (Catalyst-Plugin-Authentication-0.10008.tar.gz) = a6e0e046821634e329b890a2f7a944b0c0007d10 +RMD160 (Catalyst-Plugin-Authentication-0.10008.tar.gz) = 53b4d3fb7ca6a3d662b6872ce970087c9fc09bf4 +Size (Catalyst-Plugin-Authentication-0.10008.tar.gz) = 56996 bytes |