Date: Sat, 6 Jan 2024 21:17:56 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: 51697a2c5a39 - main - www/cgichk: Deprecate and set expiration date to 2024-02-29 Message-ID: <202401062117.406LHutM051416@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=51697a2c5a397eb1e7a21a4c42a5d43a964def25 commit 51697a2c5a397eb1e7a21a4c42a5d43a964def25 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-01-06 21:04:59 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-01-06 21:17:51 +0000 www/cgichk: Deprecate and set expiration date to 2024-02-29 Deprecated utility that checks a list of URLs and lacks HTTPS support Return port to pool Reference: https://github.com/BytesTemplarLegacy/cgichk Approved by: portmgr --- www/cgichk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/cgichk/Makefile b/www/cgichk/Makefile index 70cb26d0acfd..d39d29b52ec8 100644 --- a/www/cgichk/Makefile +++ b/www/cgichk/Makefile @@ -6,10 +6,12 @@ MASTER_SITES= https://BSDforge.com/projects/source/www/cgichk/ LICENSE= GPLv2 -MAINTAINER= portmaster@BSDforge.com +MAINTAINER= ports@FreeBSD.org COMMENT= Web site vulnerability scanner BROKEN= Unfetchable +DEPRECATED= Deprecated utility that checks a list of URLs and lacks HTTPS support +EXPIRATION_DATE=2024-02-29 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= cgichk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401062117.406LHutM051416>