Index: head/www/p5-HTTP-Router/Makefile =================================================================== --- head/www/p5-HTTP-Router/Makefile (revision 251478) +++ head/www/p5-HTTP-Router/Makefile (revision 251479) @@ -1,39 +1,38 @@ # New ports collection makefile for: HTTP::Router # Date created: 22 Jan 2009 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= HTTP-Router -PORTVERSION= 0.03 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Yet Another Path Router for HTTP RUN_DEPENDS= \ - p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Devel-Caller-Perl>0:${PORTSDIR}/devel/p5-Devel-Caller-Perl \ p5-Filter>0:${PORTSDIR}/devel/p5-Filter \ p5-Hash-AsObject>0:${PORTSDIR}/devel/p5-Hash-AsObject \ - p5-URI-Template-Restrict>=0.03:${PORTSDIR}/net/p5-URI-Template-Restrict \ + p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict \ p5-Lingua-EN-Inflect-Number>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Mouse>=0.21:${PORTSDIR}/devel/p5-Mouse \ - p5-MouseX-AttributeHelpers>=0.03:${PORTSDIR}/devel/p5-MouseX-AttributeHelpers \ p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate PERL_CONFIGURE= yes -MAN3= HTTP::Router.3 \ +MAN3= HTTP::README.3 \ + HTTP::Router.3 \ HTTP::Router::Debug.3 \ HTTP::Router::Declare.3 \ HTTP::Router::Match.3 \ HTTP::Router::Route.3 \ Test::HTTP::Router.3 .include Property changes on: head/www/p5-HTTP-Router/Makefile ___________________________________________________________________ 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-HTTP-Router/distinfo =================================================================== --- head/www/p5-HTTP-Router/distinfo (revision 251478) +++ head/www/p5-HTTP-Router/distinfo (revision 251479) @@ -1,3 +1,3 @@ -MD5 (HTTP-Router-0.03.tar.gz) = fe35f240cd15885d6bf0ec02e0cc1174 -SHA256 (HTTP-Router-0.03.tar.gz) = 6a2e81d8918ab9c51aaa849737408d9e0aab9903107d9b6e8cf390742c1db604 -SIZE (HTTP-Router-0.03.tar.gz) = 63693 +MD5 (HTTP-Router-0.05.tar.gz) = d9672e2346576b95bba29f370bf69cc4 +SHA256 (HTTP-Router-0.05.tar.gz) = 34f3e5baf36a822118578328f15cb77e8d9b137f108e4c1e4a10e4fbc1d32728 +SIZE (HTTP-Router-0.05.tar.gz) = 64912 Property changes on: head/www/p5-HTTP-Router/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-HTTP-Router/pkg-plist =================================================================== --- head/www/p5-HTTP-Router/pkg-plist (revision 251478) +++ head/www/p5-HTTP-Router/pkg-plist (revision 251479) @@ -1,13 +1,14 @@ +%%SITE_PERL%%/HTTP/README.pod %%SITE_PERL%%/HTTP/Router/Route.pm %%SITE_PERL%%/HTTP/Router/Debug.pm %%SITE_PERL%%/HTTP/Router/Declare.pm %%SITE_PERL%%/HTTP/Router/Match.pm %%SITE_PERL%%/HTTP/Router.pm %%SITE_PERL%%/Test/HTTP/Router.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Router/.packlist @dirrm %%SITE_PERL%%/HTTP/Router @dirrmtry %%SITE_PERL%%/Test/HTTP @dirrmtry %%SITE_PERL%%/Test @dirrmtry %%SITE_PERL%%/HTTP @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Router @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP Property changes on: head/www/p5-HTTP-Router/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property