diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-13 12:30:07 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-13 12:30:07 +0000 |
commit | 8ddb95b20bae8fedcc58f25d3f93d8410993490e (patch) | |
tree | 280055446ccc0b2e30cc2e56b219e252ada02824 /www | |
parent | 4b1d342b7da1927cef3f53456b56878e16bd43c9 (diff) | |
download | pkgsrc-8ddb95b20bae8fedcc58f25d3f93d8410993490e.tar.gz |
Update p5-Catalyst-Authentication-Store-DBIx-Class to 0.1503.
Changes from previous:
----------------------
0.1503 2011-12-08
* Change docs to show $c->config('Plugin::Authentication' => {...
rather than $c->config->{authentication}. The new key, and method
rather than hash access style are both preferred and recommended.
0.1502 2011-08-24
* Switch repository to git (fREW Schmidt)
0.1501 2011-06-17
* If use_userdata_from_session isn't set, then don't store more
fields than we need in the session -- only the fields we need to
load the object from the DB again.
0.1500 2010-11-16
* Allow specifying a fully loaded DBIC result in addition to resultsets
of which only the first row is considered.
0.1401 2010-11-16
* Fix call to ->load which was not passing $c
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile index 65b5e1d401d..aa53011d957 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/08/14 16:05:47 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/12/13 12:30:07 hiramatsu Exp $ -DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1400 +DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1503 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo b/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo index a079d44d144..6e0b799d115 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.4 2010/09/05 11:22:19 sno Exp $ +$NetBSD: distinfo,v 1.5 2011/12/13 12:30:07 hiramatsu Exp $ -SHA1 (Catalyst-Authentication-Store-DBIx-Class-0.1400.tar.gz) = 1c8c8446dbe9c871de5d49b9ddbb713d83a9a310 -RMD160 (Catalyst-Authentication-Store-DBIx-Class-0.1400.tar.gz) = 405e6ba854b9e9946a7776e3f28c4ac42059c84a -Size (Catalyst-Authentication-Store-DBIx-Class-0.1400.tar.gz) = 42840 bytes +SHA1 (Catalyst-Authentication-Store-DBIx-Class-0.1503.tar.gz) = 4317eb3979f4f9019f32ffef7beb18bd8d3be046 +RMD160 (Catalyst-Authentication-Store-DBIx-Class-0.1503.tar.gz) = 30c33863f8ac09b5dd10485d3c6cdcb74334890f +Size (Catalyst-Authentication-Store-DBIx-Class-0.1503.tar.gz) = 44778 bytes |