diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-23 14:05:45 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-23 14:05:45 +0000 |
commit | 099d07f7e052391a8057b0d83d02d88719fd56dd (patch) | |
tree | 7347f9e75df3d6b9a42d76b49402edfcb5e86a85 /www/p5-Apache-Test | |
parent | d1b537f3b95ad5939d5eec7c7f03dbb38ad64774 (diff) | |
download | ports-099d07f7e052391a8057b0d83d02d88719fd56dd.tar.gz ports-099d07f7e052391a8057b0d83d02d88719fd56dd.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 10dc36c5868d..c65616436f2c 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-Test -PORTVERSION= 1.13 +PORTVERSION= 1.15 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -47,7 +47,7 @@ post-patch: @${PERL} -pi.bak -e 's/PERLRUN/PERL/;' ${WRKSRC}/install-pl .endif .if ${PERL_LEVEL} < 500600 - @${PERL} -pi -e '$$_="" if /^use warnings/' \ + @${PERL} -pi -e 's/\b(?:use|no) warnings[^;]*;//g' \ ${WRKSRC}/lib/Apache/*.pm ${WRKSRC}/Makefile.PL ${WRKSRC}/install-pl .endif diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index 8bbe6e9c9cf7..b3a4694da111 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -1,2 +1,2 @@ -MD5 (Apache-Test-1.13.tar.gz) = 71282cd1f5d5499cd2e2126db01806fa -SIZE (Apache-Test-1.13.tar.gz) = 123809 +MD5 (Apache-Test-1.15.tar.gz) = 8665fcd0c647ec6ba04e30c87b476690 +SIZE (Apache-Test-1.15.tar.gz) = 128717 |