Index: head/www/p5-Catalyst-Plugin-Authentication/Makefile =================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/Makefile (revision 169098) +++ head/www/p5-Catalyst-Plugin-Authentication/Makefile (revision 169099) @@ -1,36 +1,36 @@ # Ports collection makefile for: p5-Catalyst-Plugin-Authentication # Date created: Dec 12, 2005 # Whom: Lars Balker Rasmussen # # $FreeBSD$ # PORTNAME= Catalyst-Plugin-Authentication -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Catalyst PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Infrastructure plugin for the Catalyst authentication framework BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Authentication.3 \ Catalyst::Plugin::Authentication::Credential::Password.3 \ Catalyst::Plugin::Authentication::Store.3 \ Catalyst::Plugin::Authentication::Store::Minimal.3 \ Catalyst::Plugin::Authentication::Store::Minimal::Backend.3 \ Catalyst::Plugin::Authentication::User.3 \ Catalyst::Plugin::Authentication::User::Hash.3 .include .if ${PERL_LEVEL} < 500801 IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again .endif .include Property changes on: head/www/p5-Catalyst-Plugin-Authentication/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/www/p5-Catalyst-Plugin-Authentication/distinfo =================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/distinfo (revision 169098) +++ head/www/p5-Catalyst-Plugin-Authentication/distinfo (revision 169099) @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Authentication-0.07.tar.gz) = dc40bbf9c3b0aa9a3432e80878f1f4ff -SHA256 (Catalyst-Plugin-Authentication-0.07.tar.gz) = bb6104ff59580d2fb51b3272277c2920f7f8572faaebb4a36c08ab8fd1f644c8 -SIZE (Catalyst-Plugin-Authentication-0.07.tar.gz) = 17628 +MD5 (Catalyst-Plugin-Authentication-0.08.tar.gz) = 841d9a378cfa8e51077700b422b7dc5a +SHA256 (Catalyst-Plugin-Authentication-0.08.tar.gz) = f57b8e5ebcf3e508b5c795fa56c682764a3a9ea1f6cf76ef1549480698567f7a +SIZE (Catalyst-Plugin-Authentication-0.08.tar.gz) = 16208 Property changes on: head/www/p5-Catalyst-Plugin-Authentication/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/p5-Catalyst-Plugin-Authentication/pkg-plist =================================================================== --- head/www/p5-Catalyst-Plugin-Authentication/pkg-plist (revision 169098) +++ head/www/p5-Catalyst-Plugin-Authentication/pkg-plist (revision 169099) @@ -1,14 +1,18 @@ %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store.pod %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential/Password.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal/Backend.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User/Hash.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication/User.pm %%SITE_PERL%%/Catalyst/Plugin/Authentication.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication/.packlist @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store/Minimal @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Store @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/User @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication/Credential @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Authentication @dirrmtry %%SITE_PERL%%/Catalyst/Plugin @dirrmtry %%SITE_PERL%%/Catalyst +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Authentication +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/ Property changes on: head/www/p5-Catalyst-Plugin-Authentication/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property