aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-05-04 10:03:30 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-05-04 10:04:00 +0000
commitc786f81ebd058d4f72e45d3d10fe01c64d061821 (patch)
tree7ccc689a38afe7ad55831b996fb8f6b066b7c0eb
parenta934f7648a844e697fe8669561b3fb6d9098cc9d (diff)
downloadports-c786f81ebd058d4f72e45d3d10fe01c64d061821.tar.gz
ports-c786f81ebd058d4f72e45d3d10fe01c64d061821.zip
dns/crossip: Fix EXPIRATION_DATE
2022-05-31 should be 2024-05-31
-rw-r--r--dns/crossip/Makefile2
1 files changed, 1 insertions, 1 deletions
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