diff options
Diffstat (limited to 'textproc/kibana8')
-rw-r--r-- | textproc/kibana8/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile index 5efa3b3848ea..86e36625a02c 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,12 +14,12 @@ WWW= https://www.elastic.co/products/kibana LICENSE= APACHE20 -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 +USES= compiler:c++17-lang cpe nodejs:20,build,run python:build CPE_VENDOR= elastic USE_GITHUB= nodefault |