git: 943df23275b3 - main - devel/cquery: Deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Nov 2024 20:17:29 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=943df23275b34c92ca988a31c77727008c9fa27e
commit 943df23275b34c92ca988a31c77727008c9fa27e
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-11-05 20:01:21 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-11-05 20:17:25 +0000
devel/cquery: Deprecate and set expiration date to 2024-12-31
Upstream repo archived Jul 30, 2020 and recommends devel/ccls (fork of cquery)
Reference:
https://github.com/jacobdufault/cquery
PR: 282341
Reviewed by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
---
devel/cquery/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/cquery/Makefile b/devel/cquery/Makefile
index 9c9ee518c6a1..1226882cdf52 100644
--- a/devel/cquery/Makefile
+++ b/devel/cquery/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/cquery-project/cquery
LICENSE= MIT
+DEPRECATED= Abandonware, upstream repo archived Jul 30, 2020. Consider using migrating to devel/ccls
+EXPIRATION_DATE=2024-12-31
+
LIB_DEPENDS= libclang.so:devel/llvm${LLVM_DEFAULT}
USES= compiler:c++14-lang cmake