diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-31 18:50:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-31 18:50:17 +0800 |
commit | 787a1b844e89d29cc8701869dfad18022ef19d1b (patch) | |
tree | 8127f43240c2c8dc278f95a5052b1a4e633501d3 /www | |
parent | bee9f940677d9d149cf416987164a81818eab6d9 (diff) | |
download | freebsd-ports-gnome-787a1b844e89d29cc8701869dfad18022ef19d1b.tar.gz freebsd-ports-gnome-787a1b844e89d29cc8701869dfad18022ef19d1b.tar.zst freebsd-ports-gnome-787a1b844e89d29cc8701869dfad18022ef19d1b.zip |
- Update to 5.80033
- Use CPAN :id subdir macro
Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 14 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/distinfo | 4 |
2 files changed, 7 insertions, 11 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index 377ad82e8f6d..348d202d5840 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -6,11 +6,10 @@ # PORTNAME= Catalyst-Runtime -PORTVERSION= 5.80032 -PORTREVISION= 1 +PORTVERSION= 5.80033 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/B/BO/BOBTFISH/ +MASTER_SITE_SUBDIR= CPAN:BOBTFISH PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -19,7 +18,6 @@ COMMENT= The Elegant MVC Web Application Framework (Runtime) RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ p5-CGI-Simple>=1.109:${PORTSDIR}/www/p5-CGI-Simple \ p5-Class-C3-Adopt-NEXT>=0.07:${PORTSDIR}/devel/p5-Class-C3-Adopt-NEXT \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ @@ -46,8 +44,9 @@ RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean \ p5-namespace-clean>=0.13:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable + +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= 5.8.6+ @@ -101,9 +100,6 @@ MAN3= Catalyst.3 \ post-install: @${CAT} ${PKGDIR}/pkg-message -post-extract: - @${PERL} -i.bak -ne 'print unless m,^feature, .. m,;$$,' ${WRKSRC}/Makefile.PL - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501001 diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo index cee3af7edccc..fa09d26f030e 100644 --- a/www/p5-Catalyst-Runtime/distinfo +++ b/www/p5-Catalyst-Runtime/distinfo @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Runtime-5.80032.tar.gz) = 5d48f199d710e0456bf82eca0a7c2b8d19c62c754b5da435b11c52d01d4c0618 -SIZE (Catalyst-Runtime-5.80032.tar.gz) = 254445 +SHA256 (Catalyst-Runtime-5.80033.tar.gz) = 82425e03f288b603fe816ccdf69172fd7fec429990ab2152080ab06d3315a4e0 +SIZE (Catalyst-Runtime-5.80033.tar.gz) = 257177 |