Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 07:25:37 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: 04ec37e0b606 - main - dns/mydns: Deprecate and set expiration date to 2023-06-30
Message-ID:  <202306060725.3567PbUg007674@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=04ec37e0b60604bf418454e9c35c6c732ce9444b

commit 04ec37e0b60604bf418454e9c35c6c732ce9444b
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-06-06 07:17:56 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-06-06 07:25:30 +0000

    dns/mydns: Deprecate and set expiration date to 2023-06-30
    
    Abandonware, last release in 2006. Point users to dns/powerdns as it
    has a similar feature set
    
    PR:             271812
    Reviewed by:    ale (maintainer)
---
 dns/mydns/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 13c0eabdc369..00b75414b096 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -10,6 +10,9 @@ WWW=		http://mydns.bboy.net/
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Abandonware, last release in 2006. Consider migrating to dns/powerdns
+EXPIRATION_DATE=2023-06-30
+
 OPTIONS_DEFINE=	ALIAS OPENSSL PGSQL NLS DOCS NLS
 
 GNU_CONFIGURE=	yes



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