diff options
author | sno <sno@pkgsrc.org> | 2009-05-01 13:34:27 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-01 13:34:27 +0000 |
commit | db7a455745da667d56aefa4a8344cf342a0f573c (patch) | |
tree | f96fb0a45816f8174e36efbf673247aecd2b0994 /www/p5-Catalyst-Plugin-Authentication/Makefile | |
parent | 39dd215356133475fdf1ff5b1956fb05f99e003d (diff) | |
download | pkgsrc-db7a455745da667d56aefa4a8344cf342a0f573c.tar.gz |
PkgSrc changes:
- Updating package for p5 module of Catalyst::Plugin::Authentication
from 0.10009_1 to 0.10011
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.10011 Sun Mar 8 23:32:12 GMT 2009
- Update t/live_app_session.t to skip unless you have a newer, more
reliable version of TWMC (RT#43817)
- Change check for isa Catalyst::Plugin::Session to just check the
existance of a session method. (Edmund von der Burg)
0.10010
- Change from NEXT to MRO::Compat
- Chop a number off the versions to get back to the correct 0.10000
version scheme.
0.100092_01
- Add hook for failing user restore.
- Add test for this.
- Fix bug in Credential::Password with password_type: clear.
- Add test for this.
- Add mock object tests for Credential::Password with password_type:
clear.
0.100092
- Release new version, no changes since dev release.
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index 0b5fd477e86..020153c4e3a 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,18 +1,24 @@ -# $NetBSD: Makefile,v 1.5 2008/12/11 16:03:38 rhaen Exp $ +# $NetBSD: Makefile,v 1.6 2009/05/01 13:34:27 sno Exp $ -DISTNAME= Catalyst-Plugin-Authentication-0.100091 -PKGNAME= p5-${DISTNAME} +DISTNAME= Catalyst-Plugin-Authentication-0.10011 +PKGNAME= p5-${DISTNAME}0 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Authentication/ COMMENT= Infrastructure plugin for the Catalyst authentication framework +LICENSE= gnu-gpl-v2 # OR artistic +DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector -DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session +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-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_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist PKG_DESTDIR_SUPPORT= user-destdir |