diff options
-rw-r--r-- | dns/bind910/Makefile | 3 | ||||
-rw-r--r-- | dns/bind99/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 466b251cd956..9b65f8e26852 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -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 diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 69e14d4ee0dd..5490c9b5a352 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -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 |