diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-01-16 12:25:51 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-01-16 12:25:51 +0000 |
commit | bb0f1b323ccd6ac78e90e6f4511a1b3e835b2115 (patch) | |
tree | fc58b1db78e7a736c640a6edbc10ca49d7bda958 /www | |
parent | 7263028daf174320de7aeea4c12cfa2dcfe99a9d (diff) | |
download | ports-bb0f1b323ccd6ac78e90e6f4511a1b3e835b2115.tar.gz ports-bb0f1b323ccd6ac78e90e6f4511a1b3e835b2115.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 3028f39fdf31..7865f9a87f28 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.06 +PORTVERSION= 1.07 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -25,8 +25,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestMM.3 \ - Apache::TestRequest.3 Apache::TestRun.3 Apache::TestSmoke.3 \ - Apache::TestTrace.3 Apache::TestUtil.3 Bundle::ApacheTest.3 + Apache::TestReport.3 Apache::TestRequest.3 Apache::TestRun.3 \ + Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ + Bundle::ApacheTest.3 .include <bsd.port.pre.mk> diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index 1e59621715c9..36d7216c1ae6 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -1 +1 @@ -MD5 (Apache-Test-1.06.tar.gz) = 27c7096b027fa1d477b260c54d49c455 +MD5 (Apache-Test-1.07.tar.gz) = 2062ae46146fbf4d218cd07ecc6fc457 |