diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-16 05:12:36 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-16 05:12:36 +0800 |
commit | 83adbbfe57ecaf1fd2ae725a52281e7a0c1fce7d (patch) | |
tree | afd9a6056f5919432c91fdabde5bfbd002e6e9d7 /www | |
parent | 510fb310b49f40b37da7c89ed34aeff9332cbdb4 (diff) | |
download | freebsd-ports-gnome-83adbbfe57ecaf1fd2ae725a52281e7a0c1fce7d.tar.gz freebsd-ports-gnome-83adbbfe57ecaf1fd2ae725a52281e7a0c1fce7d.tar.zst freebsd-ports-gnome-83adbbfe57ecaf1fd2ae725a52281e7a0c1fce7d.zip |
- Update to 0.10
- 'hack' around AutoInstall brokenness
- Portlint
PR: ports/135107
Approved by: maintainer timeout (lbr; 2 weeks 1 day)
Submitted by: pgollucci@ (myself)
Discussed with: tobez
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile index 975818491453..70f04db4b0c8 100644 --- a/www/p5-Catalyst-Action-RenderView/Makefile +++ b/www/p5-Catalyst-Action-RenderView/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Action-RenderView -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Sensible default end action for Catalyst -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Data-Visitor>=0.08:${PORTSDIR}/devel/p5-Data-Visitor \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN3= Catalyst::Action::RenderView.3 post-extract: - @${PERL} -ne 'print unless /^test_requires/' ${WRKSRC}/Makefile.PL + @${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo index 89fde1ae1622..33da488519cd 100644 --- a/www/p5-Catalyst-Action-RenderView/distinfo +++ b/www/p5-Catalyst-Action-RenderView/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Action-RenderView-0.09.tar.gz) = 9a964d2c8d5cee6c82efc97e11565c3d -SHA256 (Catalyst-Action-RenderView-0.09.tar.gz) = c9a1c863ca475fcd2208861e514982023c5bece902e34afe4797db275d5b7d19 -SIZE (Catalyst-Action-RenderView-0.09.tar.gz) = 22240 +MD5 (Catalyst-Action-RenderView-0.10.tar.gz) = 7e9981fdaf84e114a2ee2265771450cd +SHA256 (Catalyst-Action-RenderView-0.10.tar.gz) = e552ebf7167fcffbddc394e5f04c352e526b3cadb4347a171eec5783265c6362 +SIZE (Catalyst-Action-RenderView-0.10.tar.gz) = 23843 |