diff options
author | sno <sno@pkgsrc.org> | 2010-09-05 11:22:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-05 11:22:19 +0000 |
commit | 24c99c6eca859b4ab58b56fb2662f621d4fdabc0 (patch) | |
tree | 311375bf0562574b951f99774cc4a16945cc5cbc /www | |
parent | 412d8c190a4f462c70c4c841d8301e21159241b5 (diff) | |
download | pkgsrc-24c99c6eca859b4ab58b56fb2662f621d4fdabc0.tar.gz |
Updating www/p5-Catalyst-Authentication-Store-DBIx-Class from 0.1083nb1 to
0.1400
pkgsrc changes:
- adjusting dependencies
Upstream changes:
0.1400 2010-09-01
* Make can() work as well as AUTOLOADing.
0.1300 2010-06-16
* Support columns with accessors that aren't the column name.
* Fix some documentation typos.
* Stop failing horribly when running the tests in parallel.
* Default to not running pod tests for users, even if the
required modules for that are available.
0.1200 2010-04-10
Release 0.1100 as a stable version without further modifications.
0.1100 2010-03-29 - development release
Support compound primary keys for looking up users.
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, 13 insertions, 9 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile index 384ca21664c..e401f0ecd23 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2010/08/21 16:36:38 seb Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/05 11:22:19 sno Exp $ -DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1083 +DISTNAME= Catalyst-Authentication-Store-DBIx-Class-0.1400 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -13,8 +13,12 @@ LICENSE= ${PERL5_LICENSE} 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-9]*:../../www/p5-Catalyst-Runtime -DEPENDS+= p5-DBIx-Class>=0:../../databases/p5-DBIx-Class +DEPENDS+= p5-Catalyst-Runtime>=5.80000:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-DBIx-Class>=0.08000:../../databases/p5-DBIx-Class +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean PERL5_PACKLIST= auto/Catalyst/Authentication/Store/DBIx/Class/.packlist PERL5_MODULE_TYPE= Module::Install diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo b/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo index dbb538af11b..a079d44d144 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.3 2010/03/10 11:10:13 sno Exp $ +$NetBSD: distinfo,v 1.4 2010/09/05 11:22:19 sno Exp $ -SHA1 (Catalyst-Authentication-Store-DBIx-Class-0.1083.tar.gz) = 05257d9b1ea0d332563c9a373ea3c0c3468f1bca -RMD160 (Catalyst-Authentication-Store-DBIx-Class-0.1083.tar.gz) = 84f13728abbbb15f9db4c2847290b20843b1e3f4 -Size (Catalyst-Authentication-Store-DBIx-Class-0.1083.tar.gz) = 38926 bytes +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 |