From d20b28d5495100ed8b93b69253b3fdc002448053 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 27 Feb 2023 21:43:22 +0100 Subject: [PATCH] dns/libdjbdns: Deprecate and set expiration date to 2023-06-30 Project hasn't been centrally managed since last release in 2001 and there are various third party patches to keep it somewhat relevant with todays standards. Port has also been unmaintained since last maintainer stepped down in 2008. --- dns/libdjbdns/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/libdjbdns/Makefile b/dns/libdjbdns/Makefile index 40cc285d2ee3..e44f1064ac98 100644 --- a/dns/libdjbdns/Makefile +++ b/dns/libdjbdns/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Public domain DNS client library WWW= https://cr.yp.to/djbdns/dns.html +DEPRECATED= No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years +EXPIRATION_DATE=2023-06-30 + USES= gmake USE_LDCONFIG= yes