git: 04a35e4e55c9 - main - dns/dnrd: Deprecate and set expiration date to 2024-05-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 May 2024 00:17:51 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=04a35e4e55c9fe35c8c9e64e250a1972839a2ac3 commit 04a35e4e55c9fe35c8c9e64e250a1972839a2ac3 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-04-28 20:10:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-01 00:04:47 +0000 dns/dnrd: Deprecate and set expiration date to 2024-05-31 Abandonware that hasn't seen activity in a decade, redirect users to Unbound, dns/dnsmasq or dns/blocky --- dns/dnrd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile index b2fd07aeeab9..82f524fa4d77 100644 --- a/dns/dnrd/Makefile +++ b/dns/dnrd/Makefile @@ -11,6 +11,9 @@ WWW= https://dnrd.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandonware, last release in 2007 and last activity in 2010. Consider using Unbound, dns/dnsmasq or dns/blocky +EXPIRATION_DATE=2024-05-31 + USES= cpe gmake USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes