diff options
author | erwin <erwin@FreeBSD.org> | 2013-03-12 16:07:01 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-03-12 16:07:01 +0800 |
commit | 70c02ef7200dd613c87891ddd00ec1e406a6f1a3 (patch) | |
tree | 02e314b8b65e1f9ffb61966ab5ac06424547bd4a /dns/bind96/Makefile | |
parent | fedea848580660ac5f1ac0cf9200ea3e4cd49daf (diff) | |
download | freebsd-ports-gnome-70c02ef7200dd613c87891ddd00ec1e406a6f1a3.tar.gz freebsd-ports-gnome-70c02ef7200dd613c87891ddd00ec1e406a6f1a3.tar.zst freebsd-ports-gnome-70c02ef7200dd613c87891ddd00ec1e406a6f1a3.zip |
Add a gentle reminder that Bind 9.6 will be EOL shortly
and recommend planning to move to newer versions before
June 2013.
http://www.isc.org/software/bind/versions
Diffstat (limited to 'dns/bind96/Makefile')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index bc4f0e30f160..7bb48dc8e908 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -22,6 +22,8 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random CONFLICTS= bind9*-9.[45789].* bind9*-sdb-9.[45789].* bind-tools-9.* +DEPRECATED= EOL in June 2013, consider moving to Bind 9.8 or 9.9 +EXPIRATION_DATE= 2013-06-30 OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL LINKS XML IDN REPLACE_BASE LARGE_FILE \ |