svn commit: r526551 - head/dns/bind9-devel

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


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

Log:
  Add a couple of things here to ease future new releases.

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

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Thu Feb 20 09:07:49 2020	(r526550)
+++ head/dns/bind9-devel/Makefile	Thu Feb 20 09:07:53 2020	(r526551)
@@ -18,6 +18,7 @@ MASTER_SITES=	LOCAL/mat/bind
 .if defined(BIND_TOOLS_SLAVE)
 PKGNAMESUFFIX=	-tools
 .else
+# XXX: correct SUFFIX.
 PKGNAMESUFFIX=	9-devel
 .endif
 # XXX: correct DISTNAME.
@@ -29,6 +30,11 @@ COMMENT=	Command line tools from BIND: delv, dig, host
 .else
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
 .endif
+
+# Uncomment when bind9xx comes of age. +3 years if ESV, +1year otherwise, see
+# https://kb.isc.org/docs/aa-00896
+# DEPRECATED=	End of life, please migrate to a newer version of BIND9
+# EXPIRATION_DATE=	XXX-12-31
 
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT


More information about the svn-ports-all mailing list