Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2023 20:45:39 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: 09b46a681713 - main - dns/djbdns-tools: Deprecate and set expiration date to 2023-06-30
Message-ID:  <202302272045.31RKjd24081199@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=09b46a68171312152af074f5bf8aa2336a87e797

commit 09b46a68171312152af074f5bf8aa2336a87e797
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-02-27 20:40:02 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-02-27 20:45:18 +0000

    dns/djbdns-tools: 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 several months ago.
    
    PR:             256450
---
 dns/djbdns-tools/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dns/djbdns-tools/Makefile b/dns/djbdns-tools/Makefile
index 9d8b6e9fec1b..754323c2281a 100644
--- a/dns/djbdns-tools/Makefile
+++ b/dns/djbdns-tools/Makefile
@@ -12,6 +12,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Resolver tools from djbdns package
 WWW=		https://cr.yp.to/djbdns.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
+
 CONFLICTS=	djbdns
 
 PROGRAMS=	dnsip dnsipq dnsname dnstxt dnsmx dnsfilter \



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