svn commit: r546291 - head/dns/bind9-devel

Mathieu Arnold mat at FreeBSD.org
Wed Aug 26 15:49:31 UTC 2020


Author: mat
Date: Wed Aug 26 15:49:30 2020
New Revision: 546291
URL: https://svnweb.freebsd.org/changeset/ports/546291

Log:
  Package filter-aaaa.so again.

Modified:
  head/dns/bind9-devel/Makefile   (contents, props changed)
  head/dns/bind9-devel/pkg-plist   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Wed Aug 26 15:17:45 2020	(r546290)
+++ head/dns/bind9-devel/Makefile	Wed Aug 26 15:49:30 2020	(r546291)
@@ -9,7 +9,7 @@ PORTREVISION=	0
 .else
 # XXX: correct version
 # dns/bind9xx here
-PORTREVISION=	1
+PORTREVISION=	2
 .endif
 CATEGORIES=	dns net
 # XXX: put the ISC master_site
@@ -262,8 +262,8 @@ post-install:
 	${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample
 	${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \
 		${STAGEDIR}${ETCDIR}/rndc.conf.sample
-# FIXME: these are strange.
-	@${RM} -rf ${STAGEDIR}/wrkdirs ${STAGEDIR}${PREFIX}/lib/bind
+# FIXME: this is strange.
+	@${RM} -rf ${STAGEDIR}/wrkdirs
 
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/dns/bind9-devel/pkg-plist
==============================================================================
--- head/dns/bind9-devel/pkg-plist	Wed Aug 26 15:17:45 2020	(r546290)
+++ head/dns/bind9-devel/pkg-plist	Wed Aug 26 15:49:30 2020	(r546291)
@@ -263,6 +263,7 @@ include/pk11/pk11.h
 include/pk11/result.h
 include/pk11/site.h
 include/pkcs11/pkcs11.h
+lib/bind/filter-aaaa.so
 lib/libbind9.so
 lib/libbind9.so.1701
 lib/libbind9.so.1701.0.2


More information about the svn-ports-head mailing list