diff options
author | sno <sno@pkgsrc.org> | 2009-09-13 20:20:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-13 20:20:37 +0000 |
commit | f91bc659794b46aa5f3b1f82e41af7f8f2af80a5 (patch) | |
tree | 8700716feb349929f08364d6b42edeb94d0e5e0f /www/p5-Catalyst-Plugin-Authentication | |
parent | c9cd419d0044c9344fa888fff7123e0ff19d1f29 (diff) | |
download | pkgsrc-f91bc659794b46aa5f3b1f82e41af7f8f2af80a5.tar.gz |
Updating www/p5-Catalyst-Plugin-Authentication from 0.10013 to 0.10015
pkgsrc changes:
- Updating dependencies
- use bundled Module::Install (AuthorTests)
Upstream changes:
0.10015 Tue Sep 1 01:40:36 BST 2009
- Remove (undeclared) dependency on Class::Data::Inhertiable (RT#49086)
- Remove dependency on Test::MockObject
- Fix repository metadata in META.yml / Makefile.PL
- Make POD tests author side only.
0.10014 Tue Aug 25 15:42:57 BST 2009
- Don't always supply an "id" column in the authinfo passed to the store
class in ::Credential::Remote. This means that it works better with
the DBIC store. (t0m)
- Make auth_realms method ensure authentication is initialized
before calling methods which get created during auth initialization.
Fixes back compat cases where auth store is in the plugin list
before the authentication plugin. (t0m)
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 11 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index 279cc628c12..3e762b4c47f 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/07/07 21:43:25 sno Exp $ +# $NetBSD: Makefile,v 1.9 2009/09/13 20:20:37 sno Exp $ -DISTNAME= Catalyst-Plugin-Authentication-0.10013 +DISTNAME= Catalyst-Plugin-Authentication-0.10015 PKGNAME= p5-${DISTNAME}0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -16,11 +16,14 @@ DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat BUILD_DEPENDS+= p5-Catalyst-Plugin-Session-State-Cookie-[0-9]*:../../www/p5-Catalyst-Plugin-Session-State-Cookie +BUILD_DEPENDS+= p5-Class-MOP-[0-9]*:../../devel/p5-Class-MOP +BUILD_DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 +BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception -BUILD_DEPENDS+= p5-Test-MockObject>=0:../../devel/p5-Test-MockObject BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0.50:../../www/p5-Test-WWW-Mechanize-Catalyst -PERL5_MODULE_TYPE= Module::Install +#PERL5_MODULE_TYPE= Module::Install::Bundled +MAKE_PARAMS+= --skipdeps PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index 41784aaf309..8598aa62a31 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/07/07 21:43:25 sno Exp $ +$NetBSD: distinfo,v 1.8 2009/09/13 20:20:37 sno Exp $ -SHA1 (Catalyst-Plugin-Authentication-0.10013.tar.gz) = 08f81c399b16a1714686dc2d926f03dad6c5bfea -RMD160 (Catalyst-Plugin-Authentication-0.10013.tar.gz) = d5625f8c7574fc7db0d2ceb67e6b963e2993e99d -Size (Catalyst-Plugin-Authentication-0.10013.tar.gz) = 70048 bytes +SHA1 (Catalyst-Plugin-Authentication-0.10015.tar.gz) = b436e6ead762ded9282c9b33e7192474109c37b6 +RMD160 (Catalyst-Plugin-Authentication-0.10015.tar.gz) = 0a38213f6cc9e1378fa316cfb923ca52dc3d2d0a +Size (Catalyst-Plugin-Authentication-0.10015.tar.gz) = 66385 bytes |