Date: Tue, 7 Nov 2017 15:48:20 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453668 - in head/dns: bind910 bind99 Message-ID: <201711071548.vA7FmK01048043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711071548.vA7FmK01048043>