Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2024 00:17:51 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 04a35e4e55c9 - main - dns/dnrd: Deprecate and set expiration date to 2024-05-31
Message-ID:  <202405010017.4410Hpx5002759@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405010017.4410Hpx5002759>