From owner-svn-ports-head@freebsd.org Fri Dec 9 15:40:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4EE5C6E2C4; Fri, 9 Dec 2016 15:40:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C79F1876; Fri, 9 Dec 2016 15:40:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB9FeWBM030148; Fri, 9 Dec 2016 15:40:32 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9FeWB5030144; Fri, 9 Dec 2016 15:40:32 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612091540.uB9FeWB5030144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 9 Dec 2016 15:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428221 - in head/dns: bind9-devel bind910 bind911 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 15:40:33 -0000 Author: mat Date: Fri Dec 9 15:40:32 2016 New Revision: 428221 URL: https://svnweb.freebsd.org/changeset/ports/428221 Log: Cleanup CONFLICTS. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind910/Makefile (contents, props changed) head/dns/bind911/Makefile (contents, props changed) head/dns/bind99/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Fri Dec 9 15:40:21 2016 (r428220) +++ head/dns/bind9-devel/Makefile Fri Dec 9 15:40:32 2016 (r428221) @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --disable-shared .endif ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS+= bind9*-9.[456789].* bind910-* bind911-* bind9*-sdb-9.[456789].* +CONFLICTS+= bind99 bind910 bind911 .if !defined(BIND_TOOLS_SLAVE) SUB_FILES= pkg-message @@ -118,9 +118,9 @@ GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable .if defined(BIND_TOOLS_SLAVE) -CONFLICTS+= bind910-9.10.* +CONFLICTS+= bind9-devel .else -CONFLICTS+= bind-tools-9.* +CONFLICTS+= bind-tools .endif # BIND_TOOLS_SLAVE SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Fri Dec 9 15:40:21 2016 (r428220) +++ head/dns/bind910/Makefile Fri Dec 9 15:40:32 2016 (r428221) @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-shared .endif ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS+= bind9*-9.[456789].* bind911-* bind9*-sdb-9.[456789].* +CONFLICTS+= bind99 bind911 bind9-devel .if !defined(BIND_TOOLS_SLAVE) SUB_FILES= pkg-message @@ -118,9 +118,9 @@ FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit QUERYTRACE_CONFIGURE_ENABLE= querytrace .if defined(BIND_TOOLS_SLAVE) -CONFLICTS+= bind910-9.10.* +CONFLICTS+= bind910 .else -CONFLICTS+= bind-tools-9.* +CONFLICTS+= bind-tools .endif # BIND_TOOLS_SLAVE SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Fri Dec 9 15:40:21 2016 (r428220) +++ head/dns/bind911/Makefile Fri Dec 9 15:40:32 2016 (r428221) @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-shared .endif ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS+= bind9*-9.[456789].* bind910-* bind9*-sdb-9.[456789].* +CONFLICTS+= bind99 bind910 bind9-devel .if !defined(BIND_TOOLS_SLAVE) SUB_FILES= pkg-message @@ -116,9 +116,9 @@ GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable .if defined(BIND_TOOLS_SLAVE) -CONFLICTS+= bind910-9.10.* +CONFLICTS+= bind911 .else -CONFLICTS+= bind-tools-9.* +CONFLICTS+= bind-tools .endif # BIND_TOOLS_SLAVE SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Fri Dec 9 15:40:21 2016 (r428220) +++ head/dns/bind99/Makefile Fri Dec 9 15:40:32 2016 (r428221) @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --localstatedir=/var --d --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind910-* bind911-* bind-tools-9.* +CONFLICTS= bind-tools bind9-devel bind910 bind911 SUB_FILES= pkg-message