Date: Sat, 4 May 2024 10:02:23 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: a7543b63035a - main - dns/crossip: Deprecate and set expiration date to 2024-05-31 Message-ID: <202405041002.444A2NuL018966@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=a7543b63035a856e10a659c9890df0a8b32c2a73 commit a7543b63035a856e10a659c9890df0a8b32c2a73 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-04 09:30:41 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-04 10:01:29 +0000 dns/crossip: Deprecate and set expiration date to 2024-05-31 Obsolete client, redirect users to dns/dnsmax-perl PR: 278674 Reviewed by: Dan Smith <dan@algenta.com> (maintainer) --- dns/crossip/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dns/crossip/Makefile b/dns/crossip/Makefile index f4c815f3397b..0e172ba3e075 100644 --- a/dns/crossip/Makefile +++ b/dns/crossip/Makefile @@ -8,6 +8,9 @@ MAINTAINER= dan@algenta.com COMMENT= Java DNS update client for the ThatIP protocol WWW= https://www.thatip.com/ +DEPRECATED= Obsolete, use dns/dnsmax-perl +EXPIRATION_DATE=2022-05-31 + LICENSE= GPLv2 USES= zip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405041002.444A2NuL018966>