aboutsummaryrefslogtreecommitdiff
path: root/dns/bind920/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind920/Makefile')
-rw-r--r--dns/bind920/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/dns/bind920/Makefile b/dns/bind920/Makefile
index b60943aa0254..e28aac9e1c14 100644
--- a/dns/bind920/Makefile
+++ b/dns/bind920/Makefile
@@ -1,14 +1,14 @@
# pkg-help formatted with fmt 59 63
PORTNAME= bind
-DISTVERSION= 9.20.11
+DISTVERSION= 9.20.15
.if defined(BIND_TOOLS_SLAVE)
# dns/bind-tools here
-PORTREVISION= 0
+PORTREVISION= 1
.else
# XXX: correct version
# dns/bind920 here
-PORTREVISION= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net
MASTER_SITES= ISC/bind9/${DISTVERSION}
@@ -29,7 +29,7 @@ WWW= https://www.isc.org/bind/
# Uncomment when bind922 comes of age. +3 years if ESV, +1year otherwise, see
# https://kb.isc.org/docs/aa-00896
# DEPRECATED= End of life, please migrate to a newer version of BIND9
-# EXPIRATION_DATE= XXX-12-31
+# EXPIRATION_DATE= 2028-06-30
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
@@ -220,6 +220,7 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/primary
${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample
${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/lib/bind/*.so
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/arm
@@ -231,6 +232,7 @@ do-install:
for dir in bin lib doc/man; do \
(cd ${INSTALL_WRKSRC}/$$dir && ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) ; \
done
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/bind-tools/*.so
@${RM} -r ${STAGEDIR}${PREFIX}/include
.endif # BIND_TOOLS_SLAVE