svn commit: r526552 - in head/dns: bind9-devel bind911 bind914

Mathieu Arnold mat at FreeBSD.org
Thu Feb 20 09:09:02 UTC 2020


Author: mat
Date: Thu Feb 20 09:09:00 2020
New Revision: 526552
URL: https://svnweb.freebsd.org/changeset/ports/526552

Log:
  Add forgotten CONFLICTS lines.

Modified:
  head/dns/bind9-devel/Makefile   (contents, props changed)
  head/dns/bind911/Makefile   (contents, props changed)
  head/dns/bind914/Makefile   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Thu Feb 20 09:07:53 2020	(r526551)
+++ head/dns/bind9-devel/Makefile	Thu Feb 20 09:09:00 2020	(r526552)
@@ -83,7 +83,7 @@ EXTRA_PATCHES=		${PATCHDIR}/extrapatch-no-bind-tools
 PORTDOCS=	*
 
 # XXX: Add -devel
-CONFLICTS=	bind911 bind912 bind913 bind914
+CONFLICTS=	bind911 bind912 bind913 bind914 bind916
 .endif	# BIND_TOOLS_SLAVE
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Thu Feb 20 09:07:53 2020	(r526551)
+++ head/dns/bind911/Makefile	Thu Feb 20 09:09:00 2020	(r526552)
@@ -42,7 +42,7 @@ CONFIGURE_ARGS=	--localstatedir=/var --disable-linux-c
 		--sysconfdir=${ETCDIR}
 ETCDIR=		${PREFIX}/etc/namedb
 
-CONFLICTS=	bind912 bind913 bind914 bind9-devel
+CONFLICTS=	bind912 bind913 bind914 bind916 bind9-devel
 
 SUB_FILES=	pkg-message named.conf
 USE_RC_SUBR=	named

Modified: head/dns/bind914/Makefile
==============================================================================
--- head/dns/bind914/Makefile	Thu Feb 20 09:07:53 2020	(r526551)
+++ head/dns/bind914/Makefile	Thu Feb 20 09:09:00 2020	(r526552)
@@ -66,7 +66,7 @@ EXTRA_PATCHES=	${PATCHDIR}/extrapatch-no-bind-tools
 
 PORTDOCS=	*
 
-CONFLICTS=	bind911 bind912 bind13 bind9-devel
+CONFLICTS=	bind911 bind912 bind13 bind916 bind9-devel
 .endif	# BIND_TOOLS_SLAVE
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list