aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-16 05:10:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-16 05:10:48 +0000
commit05efbd53c3f21307b612984dfd8029766780ed6e (patch)
treedc292379b6a445591779a24ae564f8608576b364 /dns
parent31689742d2376f13096b58d1721213c01949390f (diff)
downloadports-05efbd53c3f21307b612984dfd8029766780ed6e.tar.gz
ports-05efbd53c3f21307b612984dfd8029766780ed6e.zip
- Update to 3.2.20
- Switch to options heler PR: 205290 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4578
Notes
Notes: svn path=/head/; revision=403837
Diffstat (limited to 'dns')
-rw-r--r--dns/nsd3/Makefile20
-rw-r--r--dns/nsd3/distinfo4
2 files changed, 9 insertions, 15 deletions
diff --git a/dns/nsd3/Makefile b/dns/nsd3/Makefile
index 207a3ec6ddc7..3d9f81455e0e 100644
--- a/dns/nsd3/Makefile
+++ b/dns/nsd3/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nsd
-PORTVERSION= 3.2.19
-PORTREVISION= 1
+PORTVERSION= 3.2.20
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
@@ -74,21 +73,12 @@ NSEC3PREHASH_CONFIGURE_ENABLE= full-prehash
MMAP_CONFIGURE_ENABLE= mmap
MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS}
RRL_CONFIGURE_ENABLE= ratelimit
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MZONE_STATS}
-. if !${PORT_OPTIONS:MBIND8_STATS}
-CONFIGURE_ARGS+= --enable-bind8-stats
-. endif
-CONFIGURE_ARGS+= --enable-zone-stats
-.endif
+ZONE_STATS_CONFIGURE_ENABLE= zone-stats
+ZONE_STATS_IMPLIES= BIND8_STATS
post-install:
${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \
${STAGEDIR}${PREFIX}/etc/nsd/nsd.conf.sample
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nsd \
${STAGEDIR}${PREFIX}/sbin/nsd-checkconf \
${STAGEDIR}${PREFIX}/sbin/nsd-notify \
@@ -96,4 +86,8 @@ post-install:
${STAGEDIR}${PREFIX}/sbin/nsd-xfer \
${STAGEDIR}${PREFIX}/sbin/zonec
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
+
.include <bsd.port.mk>
diff --git a/dns/nsd3/distinfo b/dns/nsd3/distinfo
index 5964a318f4d1..fbeb6e22834f 100644
--- a/dns/nsd3/distinfo
+++ b/dns/nsd3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nsd-3.2.19.tar.gz) = f80058d7044ac5c5574133e8bbb66c30a05810786a2455fe9f5e650e88a94a39
-SIZE (nsd-3.2.19.tar.gz) = 923467
+SHA256 (nsd-3.2.20.tar.gz) = cc3f04291a043d5350e67e1590003429ebf64975367858f70b3bf623ce609e16
+SIZE (nsd-3.2.20.tar.gz) = 925600