diff options
author | skv <skv@FreeBSD.org> | 2006-08-10 19:03:37 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-08-10 19:03:37 +0800 |
commit | c5062c0535f3f8ee0b14aefbacd3b7c74a14cb4e (patch) | |
tree | 26d61202ffcfc1fd1e8523290945dfc524c8b491 /www | |
parent | 795c57be88393b1f26f9d393be435c804290edce (diff) | |
download | freebsd-ports-gnome-c5062c0535f3f8ee0b14aefbacd3b7c74a14cb4e.tar.gz freebsd-ports-gnome-c5062c0535f3f8ee0b14aefbacd3b7c74a14cb4e.tar.zst freebsd-ports-gnome-c5062c0535f3f8ee0b14aefbacd3b7c74a14cb4e.zip |
* Update to 1.28 [1]
* pass maintainership to perl@ (I do not use mod_perl-1.x anymore)
PR: ports/99138 [1]
Submitted by: aaron [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 10 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 443169f0dff6..1b5a2469eb71 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -6,17 +6,17 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- -MAINTAINER= skv@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Test.pm wrapper with helpers for testing Apache .if defined(WITH_MODPERL2) -IGNORE= This port is already included in mod_perl2 +IGNORE= is already included in mod_perl2 .else RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl @@ -33,7 +33,9 @@ MAN3= Apache::Test.3 Apache::TestConfig.3 Apache::TestConfigData.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.elif ${PERL_LEVEL} < 500800 EXTRA_PATCHES= ${PATCHDIR}/500503-Makefile.PL .endif diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index 2fc62894d372..0b542ee95768 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -1,3 +1,3 @@ -MD5 (Apache-Test-1.27.tar.gz) = 4a87aa4e388fe9dd3d19c71d3e414caf -SHA256 (Apache-Test-1.27.tar.gz) = c46ea511f8b0058311154b471929ab12ad8b01de8c81daf89deb90a579cd4287 -SIZE (Apache-Test-1.27.tar.gz) = 147015 +MD5 (Apache-Test-1.28.tar.gz) = 76ca771bb9d36b6215e7f418a7fd5e9a +SHA256 (Apache-Test-1.28.tar.gz) = 42b7edcddc47e9a231740a7949cea8462f8042f32d79db02a24c24786ea08e37 +SIZE (Apache-Test-1.28.tar.gz) = 149856 |