git: cbfdcd99f486 - main - devel/linenoise-ng: Deprecate and set expiration date to 2025-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 May 2025 21:05:26 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cbfdcd99f48653662f340f91ee129295b324c86d
commit cbfdcd99f48653662f340f91ee129295b324c86d
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-21 19:25:50 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-21 21:04:30 +0000
devel/linenoise-ng: Deprecate and set expiration date to 2025-06-30
Upstream repo archived Oct 28, 2020
---
devel/linenoise-ng/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/linenoise-ng/Makefile b/devel/linenoise-ng/Makefile
index 339205a2b7bb..3a6645e512ef 100644
--- a/devel/linenoise-ng/Makefile
+++ b/devel/linenoise-ng/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/arangodb/linenoise-ng
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream repo archived Oct 28, 2020
+EXPIRATION_DATE=2025-06-30
+
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes