git: c786f81ebd05 - main - dns/crossip: Fix EXPIRATION_DATE

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 04 May 2024 10:04:42 UTC
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