svn commit: r453668 - in head/dns: bind910 bind99

Mathieu Arnold mat at FreeBSD.org
Tue Nov 7 15:49:37 UTC 2017


Author: mat
Date: Tue Nov  7 15:48:20 2017
New Revision: 453668
URL: https://svnweb.freebsd.org/changeset/ports/453668

Log:
  Make a note that dns/bind99 and dns/bind910 will be unsupported in a few
  months.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile   (contents, props changed)
  head/dns/bind99/Makefile   (contents, props changed)

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Tue Nov  7 15:48:16 2017	(r453667)
+++ head/dns/bind910/Makefile	Tue Nov  7 15:48:20 2017	(r453668)
@@ -15,6 +15,9 @@ COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+DEPRECATED=	Going out of support, please migrate to dns/bind911
+EXPIRATION_DATE=	2018-06-30
+
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
 ISCVERSION=	9.10.6
 

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Tue Nov  7 15:48:16 2017	(r453667)
+++ head/dns/bind99/Makefile	Tue Nov  7 15:48:20 2017	(r453668)
@@ -15,6 +15,9 @@ COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+DEPRECATED=	Going out of support, please migrate to dns/bind911
+EXPIRATION_DATE=	2018-06-30
+
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
 ISCVERSION=	9.9.11
 


More information about the svn-ports-all mailing list