diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-04-15 20:46:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-04-15 20:46:18 +0000 |
commit | 507b586a4a2e15b124db95eebf3785dcfd61b11d (patch) | |
tree | 33ea0985e9543a59482bec3f48ae2faf20bc1b63 | |
parent | Update to 9.16.2. (diff) |
Fix EOL date.
Obtained from: https://www.isc.org/download/
-rw-r--r-- | dns/bind914/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind914/Makefile b/dns/bind914/Makefile index 3004f7c7c987..b7913a27cd1e 100644 --- a/dns/bind914/Makefile +++ b/dns/bind914/Makefile @@ -16,7 +16,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT DEPRECATED= End of life, please migrate to a newer version of BIND9 -EXPIRATION_DATE= 2020-05-31 +EXPIRATION_DATE= 2020-04-30 LIB_DEPENDS= libxml2.so:textproc/libxml2 RUN_DEPENDS= bind-tools>0:dns/bind-tools |