aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Admin-Config/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-01-22 22:04:16 +0800
committertobez <tobez@FreeBSD.org>2002-01-22 22:04:16 +0800
commitaddee0ef534fbbafa85b22a3a3a598ec633c50c4 (patch)
treedf8d382ddcef2afe111158da80a2d65821f62e7b /www/p5-Apache-Admin-Config/Makefile
parent3bd006c0807c1e5d89769ef384ec93179437462c (diff)
downloadfreebsd-ports-graphics-addee0ef534fbbafa85b22a3a3a598ec633c50c4.tar.gz
freebsd-ports-graphics-addee0ef534fbbafa85b22a3a3a598ec633c50c4.tar.zst
freebsd-ports-graphics-addee0ef534fbbafa85b22a3a3a598ec633c50c4.zip
Update to 0.15.
Diffstat (limited to 'www/p5-Apache-Admin-Config/Makefile')
-rw-r--r--www/p5-Apache-Admin-Config/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/p5-Apache-Admin-Config/Makefile b/www/p5-Apache-Admin-Config/Makefile
index 7eb0dde48ea..19a1e68fa46 100644
--- a/www/p5-Apache-Admin-Config/Makefile
+++ b/www/p5-Apache-Admin-Config/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Apache-Admin-Config
-PORTVERSION= 0.12
-PORTREVISION= 2
+PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
@@ -24,8 +23,5 @@ 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/;' \
- -e 's/return \$$self unless/return overload::StrVal(\$$self) unless/' \
- ${WRKSRC}/lib/Apache/Admin/Config.pm
.include <bsd.port.mk>