diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-11-10 22:41:10 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-11-10 22:41:10 +0000 |
commit | 6f9b8693a641b56757418fa405a36c4a61b8788b (patch) | |
tree | 14f1b7b517c1779e3429300e5d32b9a5d279eedd /www | |
parent | a4540e8c06c8fa4bf8b73a91d5ea15ef8c17d5cd (diff) | |
download | pkgsrc-6f9b8693a641b56757418fa405a36c4a61b8788b.tar.gz |
- updated to 0.1082
- took maintainership
ChangeLog:
0.108 2008-09-25
Adding SimpleDB realm to simplify basic auth configuration
Changing user_class to user_model, per req. by mst to avoid confusing newbies.
0.107 2008-09-29
Fix the typo in exception during authenticate
Doc fixes and clarifications
Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL
0.105 2008-03-19
Throw an exception if no fields are provided during authenticate
- better than retrieving a random user.
- still possible to do an empty search by using searchargs
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile | 14 | ||||
-rw-r--r-- | www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo | 8 |
2 files changed, 10 insertions, 12 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile index 4698ff4552b..9b34c77cd06 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile @@ -1,22 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:06 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/10 22:41:10 rhaen Exp $ -DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.104 +DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1082 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Authentication::Store::DBIx::Class +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Catalyst-Authentication-Store-DBIx-Class/ COMMENT= Storage class for Catalyst Authentication using DBIx::Class -DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10005:../../www/p5-Catalyst-Plugin-Authentication +DEPENDS+= p5-Catalyst-Model-DBIC-Schema>=0.18:../../databases/p5-Catalyst-Model-DBIC-Schema +DEPENDS+= p5-Catalyst-Plugin-Authentication>=0.10008:../../www/p5-Catalyst-Plugin-Authentication DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime DEPENDS+= p5-DBIx-Class>=0:../../databases/p5-DBIx-Class -USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Authentication/Store/DBIx/Class/.packlist - PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo b/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo index da4ee3e3e7c..9dbc36116f1 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:15:21 abs Exp $ +$NetBSD: distinfo,v 1.2 2008/11/10 22:41:10 rhaen Exp $ -SHA1 (Catalyst-Authentication-Store-DBIx-Class-0.104.tar.gz) = 10041c8a7161f2162e348e067235fb638ec7f56f -RMD160 (Catalyst-Authentication-Store-DBIx-Class-0.104.tar.gz) = 21f5ac47620b2e1dfa429947b590f024fd24d6e4 -Size (Catalyst-Authentication-Store-DBIx-Class-0.104.tar.gz) = 33927 bytes +SHA1 (Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz) = ea63d54c6c5a5a1224d2913a795c68b537ea3733 +RMD160 (Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz) = f30a43d67abf92aaeae78eb534ab9611e28ee010 +Size (Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz) = 38020 bytes |