aboutsummaryrefslogtreecommitdiff
path: root/dns/dnswall
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /dns/dnswall
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
downloadports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz
ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip
Notes
Diffstat (limited to 'dns/dnswall')
-rw-r--r--dns/dnswall/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index c59bfc999a2a..57f4a403c27b 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dnswall
PORTVERSION= 0.1.4
+PORTREVISION= 1
CATEGORIES= dns security
MASTER_SITES= GOOGLE_CODE CRITICAL
@@ -26,8 +27,8 @@ PORTDOCS= README
PLIST_FILES= bin/dnswall
post-patch:
- @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4
- @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|1.10|1.10.3|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am
.endif