diff options
author | FiLiS <filis@FreeBSD.org> | 2025-09-03 15:06:12 +0200 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2025-09-03 15:06:58 +0200 |
commit | 60f2f4c4d7e1106f2dd92e3379bead02e21ef3dd (patch) | |
tree | ca29ee511434ed42546f2ec485727c71b3945678 | |
parent | biology/linux-foldingathome: Fix WRKSRC paths (diff) |
textproc/kibana8: Undeprecate port and use node20
Use www/node20 instead of node18 that has been deprecated.
PR: 287314
-rw-r--r-- | textproc/kibana8/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile index b253abe594bd..32eb914818f5 100644 --- a/textproc/kibana8/Makefile +++ b/textproc/kibana8/Makefile @@ -1,5 +1,6 @@ PORTNAME= kibana DISTVERSION= 8.11.3 +PORTREVISION= 1 DISTVERSIONSUFFIX= -linux-x86_64 CATEGORIES= textproc www MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ @@ -13,13 +14,10 @@ WWW= https://www.elastic.co/products/kibana LICENSE= APACHE20 -DEPRECATED= Depends on expired www/*node18 -EXPIRATION_DATE=2025-09-01 - -BUILD_DEPENDS= npm-node18>=9.7.2:www/npm-node18 +BUILD_DEPENDS= npm-node20>=9.7.2:www/npm-node20 LIB_DEPENDS= libre2.so:devel/re2 \ libuv.so:devel/libuv -RUN_DEPENDS= ${LOCALBASE}/bin/node:www/node18 +RUN_DEPENDS= ${LOCALBASE}/bin/node:www/node20 USES= compiler:c++17-lang cpe nodejs:18,build,run python:build CPE_VENDOR= elastic |