Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 16:42:41 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r535306 - in branches/2020Q2: . dns dns/bind914 dns/dnsperf net/samba410
Message-ID:  <202005151642.04FGgfA6028982@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri May 15 16:42:41 2020
New Revision: 535306
URL: https://svnweb.freebsd.org/changeset/ports/535306

Log:
  Remove expired ports:
  
  dns/dnsperf: depends on expired dns/bind914, not compatible with dns/bind916
  2020-04-30 dns/bind914: End of life, please migrate to a newer version of BIND9

Deleted:
  branches/2020Q2/dns/bind914/
  branches/2020Q2/dns/dnsperf/
Modified:
  branches/2020Q2/MOVED
  branches/2020Q2/dns/Makefile   (contents, props changed)
  branches/2020Q2/net/samba410/Makefile   (contents, props changed)

Modified: branches/2020Q2/MOVED
==============================================================================
--- branches/2020Q2/MOVED	Fri May 15 16:31:25 2020	(r535305)
+++ branches/2020Q2/MOVED	Fri May 15 16:42:41 2020	(r535306)
@@ -14521,3 +14521,5 @@ databases/mongodb34-tools|databases/mongodb36-tools|20
 databases/py-pypuppetdb03|databases/py-pypuppetdb|2020-04-01|Has expired: Use databases/py-pypuppetdb instead
 www/py-puppetboard02|www/py-puppetboard|2020-04-01|Has expired: Use www/py-puppetboard instead
 www/py-puppetboard03|www/py-puppetboard|2020-04-01|Has expired: Use www/py-puppetboard instead
+dns/dnsperf||2020-05-15|Removed, depends on expired dns/bind914, not compatible with dns/bind916
+dns/bind914|dns/bind916|2020-05-15|Has expired: End of life, please migrate to a newer version of BIND9

Modified: branches/2020Q2/dns/Makefile
==============================================================================
--- branches/2020Q2/dns/Makefile	Fri May 15 16:31:25 2020	(r535305)
+++ branches/2020Q2/dns/Makefile	Fri May 15 16:42:41 2020	(r535306)
@@ -12,7 +12,6 @@
     SUBDIR += bind-tools
     SUBDIR += bind9-devel
     SUBDIR += bind911
-    SUBDIR += bind914
     SUBDIR += bind916
     SUBDIR += bindgraph
     SUBDIR += bundy
@@ -50,7 +49,6 @@
     SUBDIR += dnsmasq
     SUBDIR += dnsmasq-devel
     SUBDIR += dnsmax-perl
-    SUBDIR += dnsperf
     SUBDIR += dnsproxy
     SUBDIR += dnsrecon
     SUBDIR += dnsreflector

Modified: branches/2020Q2/net/samba410/Makefile
==============================================================================
--- branches/2020Q2/net/samba410/Makefile	Fri May 15 16:31:25 2020	(r535305)
+++ branches/2020Q2/net/samba410/Makefile	Fri May 15 16:42:41 2020	(r535306)
@@ -100,7 +100,7 @@ OPTIONS_SINGLE_GSSAPI=		GSSAPI_BUILTIN GSSAPI_MIT
 OPTIONS_SINGLE_ZEROCONF=	ZEROCONF_NONE AVAHI MDNSRESPONDER
 
 OPTIONS_RADIO=			DNS
-OPTIONS_RADIO_DNS=		NSUPDATE BIND911 BIND914
+OPTIONS_RADIO_DNS=		NSUPDATE BIND911
 # Make those default options
 OPTIONS_DEFAULT=		AD_DC ADS DEBUG DOCS FAM LDAP \
 				QUOTAS SYSLOG UTMP PROFILE \
@@ -135,7 +135,6 @@ ZEROCONF_NONE_DESC=		Zeroconf support is absent
 
 DNS_DESC=			DNS frontend
 BIND911_DESC=			Use Bind 9.11 as AD DC DNS server frontend
-BIND914_DESC=			Use Bind 9.14 as AD DC DNS server frontend
 NSUPDATE_DESC=			Use samba NSUPDATE utility for AD DC
 ##############################################################################
 # XXX: Unconditional dependencies which can't be switched off(if present in
@@ -297,7 +296,6 @@ MDNSRESPONDER_LIB_DEPENDS=	libdns_sd.so:net/mDNSRespon
 MDNSRESPONDER_VARS=		SAMBA4_SERVICES+=mdnsd
 ##############################################################################
 BIND911_RUN_DEPENDS=		bind911>=9.11.0.0:dns/bind911
-BIND914_RUN_DEPENDS=		bind914>=9.14.0.0:dns/bind914
 NSUPDATE_RUN_DEPENDS=		samba-nsupdate:dns/samba-nsupdate
 ##############################################################################
 DEBUG_CONFIGURE_ON=		--verbose --enable-debug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005151642.04FGgfA6028982>