diff options
-rw-r--r-- | dns/bind8/Makefile | 2 | ||||
-rw-r--r-- | dns/bind84/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index bf2ac2cbbca3..21b2defda56e 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -26,6 +26,8 @@ COMMENT= The Berkeley Internet Name Domain, an implementation of DNS CONFLICTS= bind84-8.* bind9* host-* zh-bind-8.* +FORBIDDEN= EOL - http://www.isc.org/sw/bind/bind8-eol.php + OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ REPLACE_BASE_INCLUDES "Replace includes as well as binaries" off diff --git a/dns/bind84/Makefile b/dns/bind84/Makefile index 70441c86ee42..af55e1ff4410 100644 --- a/dns/bind84/Makefile +++ b/dns/bind84/Makefile @@ -26,6 +26,9 @@ COMMENT= The Berkeley Internet Name Domain, an implementation of DNS CONFLICTS= bind-8.* bind9* host-* zh-bind-8.* +DEPRECATED= EOL - http://www.isc.org/sw/bind/bind8-eol.php +EXPIRATION_DATE= 2007-11-30 + OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ REPLACE_BASE_INCLUDES "Replace includes as well as binaries" off |