Date: Sat, 4 May 2024 10:02:12 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: f8e2239f17dc - main - www/crawl: Deprecate and set expiration date to 2024-06-30 Message-ID: <202405041002.444A2CEq018488@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=f8e2239f17dc9ee011684c10b463a351b3587ef1 commit f8e2239f17dc9ee011684c10b463a351b3587ef1 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-04 08:30:26 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-04 10:01:27 +0000 www/crawl: Deprecate and set expiration date to 2024-06-30 Abandonware and obsolete, last release in 2003 and no longer developed. Redirect users to ftp/wget --- www/crawl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 141037a64133..0f294f7be5b9 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -10,6 +10,9 @@ 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 + LIB_DEPENDS= libevent.so:devel/libevent USES= bdb pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405041002.444A2CEq018488>