diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-05-22 22:43:23 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-05-22 22:43:23 +0800 |
commit | e3d3bc2a077f6af117235544ad1d4d9ce658f447 (patch) | |
tree | 81af5c6fdc72c816b39d28842eccf675375c5c1a /www | |
parent | 12423d574dba0018ceeeb547e0bb4a1a080bb4b1 (diff) | |
download | freebsd-ports-gnome-e3d3bc2a077f6af117235544ad1d4d9ce658f447.tar.gz freebsd-ports-gnome-e3d3bc2a077f6af117235544ad1d4d9ce658f447.tar.zst freebsd-ports-gnome-e3d3bc2a077f6af117235544ad1d4d9ce658f447.zip |
- Upgrade to 0.16.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Compile/Makefile | 11 | ||||
-rw-r--r-- | www/p5-CGI-Compile/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile index ac6b7a03fb56..2a223ad503cf 100644 --- a/www/p5-CGI-Compile/Makefile +++ b/www/p5-CGI-Compile/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: CGI::Compile -# Date created: 02 Apr 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= CGI-Compile -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -20,7 +15,9 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires + p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI +# Depending on Plack::Test causes cyclic dependencies. PERL_CONFIGURE= yes diff --git a/www/p5-CGI-Compile/distinfo b/www/p5-CGI-Compile/distinfo index c87f203322d2..446ced05a432 100644 --- a/www/p5-CGI-Compile/distinfo +++ b/www/p5-CGI-Compile/distinfo @@ -1,2 +1,2 @@ -SHA256 (CGI-Compile-0.15.tar.gz) = c06a46a5f6fc5426fa79c963529c296c76123048a5482d8dd88b921623be5d69 -SIZE (CGI-Compile-0.15.tar.gz) = 23864 +SHA256 (CGI-Compile-0.16.tar.gz) = 45ec5913d7f94616c46719186d9578e9a978b5e191c0a0f7614f1b60313a3312 +SIZE (CGI-Compile-0.16.tar.gz) = 24981 |