Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 02:24:45 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 14f9d4195e4a - main - textproc/kibana8: Mark DEPRECATED
Message-ID:  <202309300224.38U2Oj9W096051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14f9d4195e4ab7ec3a18c4751f2e9d22e7f3de31

commit 14f9d4195e4ab7ec3a18c4751f2e9d22e7f3de31
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 01:38:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 02:23:00 +0000

    textproc/kibana8: Mark DEPRECATED
    
    - Depends on www/node16 which has reaced End of Life
    - Set EXPIRATION_DATE 2023-10-30
    
    Version 8.10 actually supports node18 so once updated please remove the
    DEPRECATION mesage.
    
    Approved by:    portmgr (blanket)
---
 textproc/kibana8/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile
index fb63b15559ab..45493593d840 100644
--- a/textproc/kibana8/Makefile
+++ b/textproc/kibana8/Makefile
@@ -14,6 +14,9 @@ WWW=		https://www.elastic.co/products/kibana
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Depends on EOL NodeJS 16
+EXPIRATION_DATE=	2023-10-30
+
 BUILD_DEPENDS=	npm-node16>=9.7.2:www/npm-node16
 LIB_DEPENDS=	libre2.so:devel/re2 \
 		libuv.so:devel/libuv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300224.38U2Oj9W096051>