git: ef60c26d3f9e - main - security/cvechecker: mark as deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Aug 2026 20:38:24 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef60c26d3f9e166393120101c352e526e315a80b
commit ef60c26d3f9e166393120101c352e526e315a80b
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2026-08-24 20:32:44 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2026-08-24 20:32:44 +0000
security/cvechecker: mark as deprecated
This project has been declared EOL on Github on 2025-12-09 by its
author, after having received no commits for several years.
Removal of this port is planned before the end of September 2026.
---
security/cvechecker/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/security/cvechecker/Makefile b/security/cvechecker/Makefile
index 826d69d45c64..152be69ff221 100644
--- a/security/cvechecker/Makefile
+++ b/security/cvechecker/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cvechecker
DISTVERSIONPREFIX= v
DISTVERSION= 3.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MAINTAINER= se@FreeBSD.org
@@ -10,6 +10,9 @@ WWW= https://github.com/sjvermeu/cvechecker/wiki
LICENSE= GPLv3
+DEPRECATED= The project has been declared EOL by its author.
+EXPIRATION_DATE= 2026-09-28
+
LIB_DEPENDS= libargp.so:devel/argp-standalone \
libconfig.so:devel/libconfig
RUN_DEPENDS= bash:shells/bash