Date: Sun, 18 Feb 2024 16:22:36 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: abc0edbe8af0 - main - devel/cil: Deprecate and set expiration date to 2024-03-31 Message-ID: <202402181622.41IGMae1026714@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=abc0edbe8af09d00fc018104ee97d5ada2c6db1e commit abc0edbe8af09d00fc018104ee97d5ada2c6db1e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-18 09:17:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-18 16:16:12 +0000 devel/cil: Deprecate and set expiration date to 2024-03-31 Last release in 2014 and last commit in 2016 Upstream dont have time to maintain it Reference: https://github.com/cil-project/cil/pull/42#issuecomment-391818549 PR: 276971 --- devel/cil/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 022598bdf106..a3eb5e6693ec 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -11,6 +11,9 @@ WWW= http://kerneis.github.com/cil/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Unmaintained upstream due to lack of time +EXPIRATION_DATE=2024-03-31 + CONFLICTS= ccured BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402181622.41IGMae1026714>