diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-21 21:25:50 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-21 23:04:30 +0200 |
commit | cbfdcd99f48653662f340f91ee129295b324c86d (patch) | |
tree | d405c2db83d2a4e5f56e6185a324a20fd843f886 | |
parent | multimedia/plexmediaserver: Update 1.41.6.9685 => 1.41.7.9799 (diff) |
devel/linenoise-ng: Deprecate and set expiration date to 2025-06-30
Upstream repo archived Oct 28, 2020
-rw-r--r-- | devel/linenoise-ng/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |