diff options
author | skv <skv@FreeBSD.org> | 2003-12-08 17:46:43 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-12-08 17:46:43 +0000 |
commit | 8f8b51b2317c64519594254c1d34bc61d7915193 (patch) | |
tree | 8b9196c4c550d83dd177b13f0d1a2a2f014885d8 /www/p5-Apache-Test | |
parent | 8d43ab68c67f7fbc0d808ca1a07a6e11d97d64e1 (diff) | |
download | FreeBSD-ports-8f8b51b2317c64519594254c1d34bc61d7915193.zip FreeBSD-ports-8f8b51b2317c64519594254c1d34bc61d7915193.tar.gz |
Updated to 1.06
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index fde9b40..3028f39 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.03 +PORTVERSION= 1.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -24,7 +24,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestSmoke.3 \ +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 .include <bsd.port.pre.mk> diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index 859c8c1..1e59621 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -1 +1 @@ -MD5 (Apache-Test-1.03.tar.gz) = 8ed7fd0bb829bf7c16850aafd282ffbf +MD5 (Apache-Test-1.06.tar.gz) = 27c7096b027fa1d477b260c54d49c455 |