Index: head/www/p5-Catalyst-Plugin-Session/Makefile =================================================================== --- head/www/p5-Catalyst-Plugin-Session/Makefile (revision 169100) +++ head/www/p5-Catalyst-Plugin-Session/Makefile (revision 169101) @@ -1,40 +1,41 @@ # Ports collection makefile for: p5-Catalyst-Plugin-Session # Date created: Nov 16, 2005 # Whom: Lars Balker Rasmussen # # $FreeBSD$ # PORTNAME= Catalyst-Plugin-Session -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/N/NU/NUFFIN PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Generic Catalyst Session plugin BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Digest>=0:${PORTSDIR}/security/p5-Digest \ p5-Object-Signature>=0:${PORTSDIR}/devel/p5-Object-Signature \ p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session.3 \ Catalyst::Plugin::Session::State.3 \ Catalyst::Plugin::Session::Store.3 \ Catalyst::Plugin::Session::Store::Dummy.3 \ - Catalyst::Plugin::Session::Test::Store.3 + Catalyst::Plugin::Session::Test::Store.3 \ + Catalyst::Plugin::Session::Tutorial.3 post-extract: - @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Build.PL + @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL .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-Session/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/www/p5-Catalyst-Plugin-Session/distinfo =================================================================== --- head/www/p5-Catalyst-Plugin-Session/distinfo (revision 169100) +++ head/www/p5-Catalyst-Plugin-Session/distinfo (revision 169101) @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Session-0.05.tar.gz) = f5b5ed59820e7b7dbf13b364e96fed5d -SHA256 (Catalyst-Plugin-Session-0.05.tar.gz) = d69d5a92f903bc9b3bc6d30912d85037a8dbc2f298548111b39f81f31e4b444b -SIZE (Catalyst-Plugin-Session-0.05.tar.gz) = 15497 +MD5 (Catalyst-Plugin-Session-0.06.tar.gz) = 88569c333228c6f2489ea6866d40202c +SHA256 (Catalyst-Plugin-Session-0.06.tar.gz) = 6ffb0ea7fc5ebbe57f46c288c575e2498355e7e2e397e582e6b210ae8020f049 +SIZE (Catalyst-Plugin-Session-0.06.tar.gz) = 19109 Property changes on: head/www/p5-Catalyst-Plugin-Session/distinfo ___________________________________________________________________ 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-Session/pkg-plist =================================================================== --- head/www/p5-Catalyst-Plugin-Session/pkg-plist (revision 169100) +++ head/www/p5-Catalyst-Plugin-Session/pkg-plist (revision 169101) @@ -1,10 +1,15 @@ %%SITE_PERL%%/Catalyst/Plugin/Session.pm %%SITE_PERL%%/Catalyst/Plugin/Session/State.pm %%SITE_PERL%%/Catalyst/Plugin/Session/Store.pm %%SITE_PERL%%/Catalyst/Plugin/Session/Store/Dummy.pm %%SITE_PERL%%/Catalyst/Plugin/Session/Test/Store.pm +%%SITE_PERL%%/Catalyst/Plugin/Session/Tutorial.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session/.packlist @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Test @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session/Store @dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Session @dirrmtry %%SITE_PERL%%/Catalyst/Plugin @dirrmtry %%SITE_PERL%%/Catalyst +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Session +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst Property changes on: head/www/p5-Catalyst-Plugin-Session/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property