git: dfb6c2975dba - main - dns/ares: Deprecate and set expiration date to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Jun 2023 07:46:06 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfb6c2975dba4bf6a160ff91bb45b409e4bf1d51 commit dfb6c2975dba4bf6a160ff91bb45b409e4bf1d51 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-18 07:31:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-18 07:45:59 +0000 dns/ares: Deprecate and set expiration date to 2023-06-30 Deprecated upstream as of Mar 12, 2023 Reference: https://github.com/mit-athena/libares/commits/master PR: 271811 Approved by: zi (maintainer timeout, 2+ weeks) --- dns/ares/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/ares/Makefile b/dns/ares/Makefile index fc60622e9c5f..bc70e74c65e2 100644 --- a/dns/ares/Makefile +++ b/dns/ares/Makefile @@ -9,6 +9,9 @@ MAINTAINER= zi@FreeBSD.org COMMENT= Asynchronous DNS resolver library WWW= https://github.com/mit-athena/libares/ +DEPRECATED= Deprecated upstream as of March 12, 2023 +EXPIRATION_DATE=2023-06-30 + CONFLICTS= c-ares-1.* c-ares-config-1.* GNU_CONFIGURE= yes