diff options
author | sno <sno> | 2010-01-26 09:41:47 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-26 09:41:47 +0000 |
commit | 603dd68a9ee02b6113c98248d63adb110a37fa3f (patch) | |
tree | 1e8182cf7b4f02c139c024608d0d9e16d0c9bb17 /www/p5-Catalyst-Plugin-Authentication | |
parent | 733f75ce92e55ced5d93c80b9ab863af18cfe312 (diff) | |
download | pkgsrc-603dd68a9ee02b6113c98248d63adb110a37fa3f.tar.gz |
Updating www/p5-Catalyst-Plugin-Authentication from 0.10015nb1 to 0.10016
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.10016 22 Jan 2010
- Move root actions out of applcation class in tests to remove
warnings in the latest Catalyst.
- Add AUTOLOAD method to the default user class so that methods are
delegated down onto the underlieing user object retrieved from
the store (if present)
- Fix typos in documentation (RT#49476)
- Fix compatibilty with Catalyst 5.70 (RT#50466)
- Various documentation improvements
- Fix Realm::Processive's authinfo_mungle option (RT#47106)
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index ab1c225af62..03f827af204 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2009/09/24 06:50:19 sno Exp $ +# $NetBSD: Makefile,v 1.11 2010/01/26 09:41:47 sno Exp $ -DISTNAME= Catalyst-Plugin-Authentication-0.10015 +DISTNAME= Catalyst-Plugin-Authentication-0.10016 PKGNAME= p5-${DISTNAME}0 -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -21,6 +21,7 @@ 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+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0.50:../../www/p5-Test-WWW-Mechanize-Catalyst #PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index 8598aa62a31..a032942b628 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2009/09/13 20:20:37 sno Exp $ +$NetBSD: distinfo,v 1.9 2010/01/26 09:41:47 sno Exp $ -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 +SHA1 (Catalyst-Plugin-Authentication-0.10016.tar.gz) = d4033e8df9fac2cbec2b8f3e64f06f87e1fb8da2 +RMD160 (Catalyst-Plugin-Authentication-0.10016.tar.gz) = d5348aed45871a54d9ebe5b8b0038b9e4ac7f3b1 +Size (Catalyst-Plugin-Authentication-0.10016.tar.gz) = 67534 bytes |