Date: Tue, 6 Jun 2023 07:25:38 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: 53aa46289116 - main - dns/mydns-ng: Deprecate and set expiration date to 2023-06-30 Message-ID: <202306060725.3567PcZq007696@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=53aa462891164b162c1763b82960bc2fdc172a53 commit 53aa462891164b162c1763b82960bc2fdc172a53 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-06 07:20:00 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-06 07:25:30 +0000 dns/mydns-ng: Deprecate and set expiration date to 2023-06-30 Abandonware, last release in 2010. Point users to dns/powerdns as it has a similar feature set PR: 271813 Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer) --- dns/mydns-ng/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 92ce2b417297..1b18d2463f43 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/mydns-ng/ LICENSE= GPLv2 +DEPRECATED= Abandonware, last release in 2010. Consider migrating to dns/powerdns +EXPIRATION_DATE=2023-06-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USES= iconv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306060725.3567PcZq007696>