git: 674a92707bf7 - main - www/crawl: Fix EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 10:06:51 UTC
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