diff options
author | skv <skv@FreeBSD.org> | 2004-10-23 22:05:45 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-10-23 22:05:45 +0800 |
commit | eee4630e049e23d435fb326c2ceac260dd889f0a (patch) | |
tree | 3acaf6d429f716e3945caded4106f189056fea50 /www/p5-Apache-Test | |
parent | 4529304c15952eacbb77d174e5ad97b53e3fff9c (diff) | |
download | freebsd-ports-gnome-eee4630e049e23d435fb326c2ceac260dd889f0a.tar.gz freebsd-ports-gnome-eee4630e049e23d435fb326c2ceac260dd889f0a.tar.zst freebsd-ports-gnome-eee4630e049e23d435fb326c2ceac260dd889f0a.zip |
Updated to 1.15
* unbreak build on perl 5.00503
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 |