diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-14 21:27:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-14 21:27:28 +0800 |
commit | 4b3e45d79993bc0eee063ada382d0c394957b9c1 (patch) | |
tree | 1989f9f5a403f989f2b27da91c3e617b0c8289c5 | |
parent | 2c8575dee282042e76e069e96bba0bde893b8158 (diff) | |
download | freebsd-ports-gnome-4b3e45d79993bc0eee063ada382d0c394957b9c1.tar.gz freebsd-ports-gnome-4b3e45d79993bc0eee063ada382d0c394957b9c1.tar.zst freebsd-ports-gnome-4b3e45d79993bc0eee063ada382d0c394957b9c1.zip |
- Update to 0.1082
PR: 129497
Submitted by; Denis Pokataev <catone@cpan.org>
Approved by: maintainer
3 files changed, 13 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile index e5877ac93d06..e4e5b0848936 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Authentication-Store-DBIx-Class -PORTVERSION= 0.106 +PORTVERSION= 0.1082 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,12 +16,14 @@ COMMENT= A storage class for Catalyst Authentication using DBIx::Class BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Plugin-Authentication>=0.10005:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication + p5-Catalyst-Plugin-Authentication>=0.10008:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ + p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Catalyst::Authentication::Store::DBIx::Class.3 \ - Catalyst::Authentication::Store::DBIx::Class::User.3 +MAN3= Catalyst::Authentication::Store::DBIx::Class.3 \ + Catalyst::Authentication::Store::DBIx::Class::User.3 \ + Catalyst::Authentication::Realm::SimpleDB.3 .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo b/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo index 9aff2d5dbe9d..a8126ae12cff 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Authentication-Store-DBIx-Class-0.106.tar.gz) = e6a6d09e4abda186ee8749b579b80822 -SHA256 (Catalyst-Authentication-Store-DBIx-Class-0.106.tar.gz) = 2d660948a763a18670bc3cb9f519306a9e4eb7f4a2d841ebe68e24af32084d7b -SIZE (Catalyst-Authentication-Store-DBIx-Class-0.106.tar.gz) = 35055 +MD5 (Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz) = c057bed16d46cd5ac73fdbd0d22b1643 +SHA256 (Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz) = d13201e128b953f5a2506a75103f0399377c5f041fb558283561b9c1319705e6 +SIZE (Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz) = 38020 diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/pkg-plist b/www/p5-Catalyst-Authentication-Store-DBIx-Class/pkg-plist index ad5353acd32b..7e2a62b2f332 100644 --- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/pkg-plist +++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/pkg-plist @@ -1,12 +1,16 @@ @comment $FreeBSD$ %%SITE_PERL%%/Catalyst/Authentication/Store/DBIx/Class.pm %%SITE_PERL%%/Catalyst/Authentication/Store/DBIx/Class/User.pm +%%SITE_PERL%%/Catalyst/Authentication/Realm/SimpleDB.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/DBIx/Class/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Realm/SimpleDB +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Realm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/DBIx/Class @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store/DBIx @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication/Store @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Authentication @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst +@dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Realm/ @dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store/DBIx/Class @dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store/DBIx @dirrmtry %%SITE_PERL%%/Catalyst/Authentication/Store |