Date: Sat, 4 May 2024 10:06:51 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: 674a92707bf7 - main - www/crawl: Fix EXPIRATION_DATE Message-ID: <202405041006.444A6pGx019976@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=674a92707bf7b4f4e136ec053bcd25869bdf8e1e commit 674a92707bf7b4f4e136ec053bcd25869bdf8e1e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-04 10:06:11 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-04 10:06:18 +0000 www/crawl: Fix EXPIRATION_DATE 2022-06-30 should be 2024-06-30 --- www/crawl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 0f294f7be5b9..6e896544f254 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -11,7 +11,7 @@ WWW= https://www.monkey.org/~provos/crawl/ LICENSE= BSD4CLAUSE DEPRECATED= Abandonware and obsolete, last release in 2003 and no longer developed. Consider using ftp/wget -EXPIRATION_DATE=2022-06-30 +EXPIRATION_DATE=2024-06-30 LIB_DEPENDS= libevent.so:devel/libevent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405041006.444A6pGx019976>