diff options
author | mat <mat@FreeBSD.org> | 2014-07-12 00:03:10 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-07-12 00:03:10 +0800 |
commit | 8e40ea91c52266b340aca0b279eeb8f8ae454ab5 (patch) | |
tree | 7cd0831f0e3b5f1d693e7550537c849e40dfd35e /dns | |
parent | 7e6734341c6460b9ac95fc7b72f4e99a45727cd8 (diff) | |
download | freebsd-ports-gnome-8e40ea91c52266b340aca0b279eeb8f8ae454ab5.tar.gz freebsd-ports-gnome-8e40ea91c52266b340aca0b279eeb8f8ae454ab5.tar.zst freebsd-ports-gnome-8e40ea91c52266b340aca0b279eeb8f8ae454ab5.zip |
Add the expiration date of BIND 9.8.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index d3e557019c2b..af7e6ee3de23 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 98 @@ -28,6 +28,9 @@ CPE_VERSION= ${ISCVERSION:C/-.*//} CPE_UPDATE= ${ISCVERSION:C/.*-//:tl} .endif +DEPRECATED= Will be EOL as of September 2014. +EXPIRATION_DATE= 2014-09-01 + LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes |