pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class - upda...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1caf9b8f1597
branches: trunk
changeset: 549909:1caf9b8f1597
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Mon Nov 10 22:41:10 2008 +0000
description:
- 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:
www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile | 14 ++++++--------
www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 12 deletions(-)
diffs (45 lines):
diff -r c941a5a59ff6 -r 1caf9b8f1597 www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
--- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile Mon Nov 10 22:39:16 2008 +0000
+++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile Mon Nov 10 22:41:10 2008 +0000
@@ -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@localhost
-HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Authentication::Store::DBIx::Class
+MAINTAINER= rhaen%NetBSD.org@localhost
+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 -r c941a5a59ff6 -r 1caf9b8f1597 www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo
--- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo Mon Nov 10 22:39:16 2008 +0000
+++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo Mon Nov 10 22:41:10 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index