git: 687d3153fa5a - main - dns/bind911: fix expiration date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Feb 2022 13:26:04 UTC
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=687d3153fa5afe5ab1f07bb63c27e48d2f0a7ff5
commit 687d3153fa5afe5ab1f07bb63c27e48d2f0a7ff5
Author: Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2022-02-10 13:25:43 +0000
Commit: Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2022-02-10 13:25:43 +0000
dns/bind911: fix expiration date
---
dns/bind911/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index ffec40a785bc..6d2206b88fa9 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -15,7 +15,7 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
DEPRECATED= End of life, please migrate to a newer version of BIND9
-EXPIRATION_DATE= 2021-12-31
+EXPIRATION_DATE= 2022-03-31
LIB_DEPENDS= libxml2.so:textproc/libxml2
RUN_DEPENDS= bind-tools>0:dns/bind-tools