diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-08-28 00:03:42 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-08-28 00:03:42 +0000 |
commit | b81a362e33d7ec20d8d22627d4f17c55591934da (patch) | |
tree | d6d61d5cfeaf33fdaaad8f0f664103476a497df6 /dns | |
parent | bbdb8e2a32a7598e77e1084469ab262eb8875549 (diff) | |
download | ports-b81a362e33d7ec20d8d22627d4f17c55591934da.tar.gz ports-b81a362e33d7ec20d8d22627d4f17c55591934da.zip |
Notes
Diffstat (limited to 'dns')
-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 |