diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-18 13:05:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-18 13:05:20 +0800 |
commit | bd1dd429667852139c165fc83521da77a8639674 (patch) | |
tree | 475afa594423abb953e61ed4e8a55c16bb7cfa79 /www | |
parent | 02a95167d9af0b335bf6ac823d34b2bd9e5a558d (diff) | |
download | freebsd-ports-gnome-bd1dd429667852139c165fc83521da77a8639674.tar.gz freebsd-ports-gnome-bd1dd429667852139c165fc83521da77a8639674.tar.zst freebsd-ports-gnome-bd1dd429667852139c165fc83521da77a8639674.zip |
- Update to 1.33
- Pet portlint
Changes: http://search.cpan.org/dist/Apache-Test/Changes
PR: ports/152327
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 31 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 5 |
2 files changed, 21 insertions, 15 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 1dd9529109b0..18a11cf868ea 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Test.pm wrapper with helpers for testing Apache -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes +PERL_CONFIGURE= yes +USE_APACHE= 1.3+ ## XXX: Need to fix this, www/mod_perl2 currently @2.0.4 contains A-T 1.29, ## XXX: but @@ -23,15 +25,20 @@ MAKE_JOBS_SAFE= yes IGNORE= is already included in mod_perl2 .endif -USE_APACHE=1.3+ - -PERL_CONFIGURE= yes - -MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \ - Apache::TestMB.3 Apache::TestMM.3 Apache::TestReport.3 \ - Apache::TestRequest.3 Apache::TestRun.3 Apache::TestRunPHP.3 \ - Apache::TestRunPerl.3 Apache::TestServer.3 \ - Apache::TestSmoke.3 Apache::TestTrace.3 \ - Apache::TestUtil.3 Bundle::ApacheTest.3 +MAN3= Apache::Test.3 \ + Apache::TestConfig.3 \ + Apache::TestConfigData.3 \ + Apache::TestMB.3 \ + Apache::TestMM.3 \ + Apache::TestReport.3 \ + Apache::TestRequest.3 \ + Apache::TestRun.3 \ + Apache::TestRunPHP.3 \ + Apache::TestRunPerl.3 \ + Apache::TestServer.3 \ + Apache::TestSmoke.3 \ + Apache::TestTrace.3 \ + Apache::TestUtil.3 \ + Bundle::ApacheTest.3 .include <bsd.port.mk> diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index daac86307835..c2873b25810a 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -1,3 +1,2 @@ -MD5 (Apache-Test-1.32.tar.gz) = e9249af12e427d58802f1715116aeba7 -SHA256 (Apache-Test-1.32.tar.gz) = b5067c9633a4acf8901ad5d74ca747020f0505c7f68348bf3af0c0e523457b81 -SIZE (Apache-Test-1.32.tar.gz) = 152894 +SHA256 (Apache-Test-1.33.tar.gz) = 37d17f2379ef86a7f1074922af57caa0d5f810ad1498c7a0d94a20bedc584d7d +SIZE (Apache-Test-1.33.tar.gz) = 153749 |