git: d20b28d54951 - main - dns/libdjbdns: Deprecate and set expiration date to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Feb 2023 20:45:41 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d20b28d5495100ed8b93b69253b3fdc002448053 commit d20b28d5495100ed8b93b69253b3fdc002448053 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-02-27 20:43:22 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-02-27 20:45:18 +0000 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