diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-18 09:31:57 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-18 09:45:59 +0200 |
commit | dfb6c2975dba4bf6a160ff91bb45b409e4bf1d51 (patch) | |
tree | 0b198ae8bb8cb62ae542f7d4f275040508656b67 /dns | |
parent | 3519f5936f3ffd2e7dff592f2bfd4108eed2dc56 (diff) | |
download | freebsd-ports-dfb6c2975dba4bf6a160ff91bb45b409e4bf1d51.zip |
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)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ares/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |