summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Admin-Config
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-12-06 12:14:14 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-12-06 12:14:14 +0000
commite6d98464e8ec0284bb87606e353069c83d2fdd73 (patch)
tree17c8280ab85702e187ce4ad2253ad2b6498a1e40 /www/p5-Apache-Admin-Config
parentCorrect WWW. (diff)
Avoid the module to enter an endless loop under certain circumstances.
Yes, the fix was submitted to the module author. :-)
Notes
Notes: svn path=/head/; revision=51131
Diffstat (limited to 'www/p5-Apache-Admin-Config')
-rw-r--r--www/p5-Apache-Admin-Config/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Apache-Admin-Config/Makefile b/www/p5-Apache-Admin-Config/Makefile
index a2ad96847644..7eb0dde48ea6 100644
--- a/www/p5-Apache-Admin-Config/Makefile
+++ b/www/p5-Apache-Admin-Config/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Apache-Admin-Config
PORTVERSION= 0.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@@ -24,7 +24,8 @@ post-patch:
${PERL} -pi -e 's/(!\$$)/0 && $1/;' \
-e 's|(VERSION_FROM\s+=>\s+)(.*)(,.*)$$|$$1$$2$$3\nMAN3PODS=>{$$2=>q!\\\$$(INST_MAN3DIR)/${MAN3}!},|;' \
${WRKSRC}/Makefile.PL
- ${PERL} -pi -e 's/exists(\s+.*\[.*\])/defined$$1/' \
+ ${PERL} -pi -e 's/exists(\s+.*\[.*\])/defined$$1/;' \
+ -e 's/return \$$self unless/return overload::StrVal(\$$self) unless/' \
${WRKSRC}/lib/Apache/Admin/Config.pm
.include <bsd.port.mk>