Date: Sat, 4 May 2024 10:04:42 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: c786f81ebd05 - main - dns/crossip: Fix EXPIRATION_DATE Message-ID: <202405041004.444A4gfH019554@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=c786f81ebd058d4f72e45d3d10fe01c64d061821 commit c786f81ebd058d4f72e45d3d10fe01c64d061821 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-04 10:03:30 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-04 10:04:00 +0000 dns/crossip: Fix EXPIRATION_DATE 2022-05-31 should be 2024-05-31 --- dns/crossip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/crossip/Makefile b/dns/crossip/Makefile index 0e172ba3e075..f95367353fcb 100644 --- a/dns/crossip/Makefile +++ b/dns/crossip/Makefile @@ -9,7 +9,7 @@ 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 +EXPIRATION_DATE=2024-05-31 LICENSE= GPLv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405041004.444A4gfH019554>