aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/kibana8/Makefile1
-rw-r--r--textproc/kibana8/files/kibana.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/kibana8/Makefile b/textproc/kibana8/Makefile
index 350242b940dd..b6d136b29c78 100644
--- a/textproc/kibana8/Makefile
+++ b/textproc/kibana8/Makefile
@@ -1,6 +1,7 @@
PORTNAME= kibana
DISTVERSION= 8.19.12
DISTVERSIONSUFFIX= -linux-x86_64
+PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \
http://artifacts.elastic.co/downloads/kibana/ \
diff --git a/textproc/kibana8/files/kibana.in b/textproc/kibana8/files/kibana.in
index 6525b0a78341..5e9700143016 100644
--- a/textproc/kibana8/files/kibana.in
+++ b/textproc/kibana8/files/kibana.in
@@ -49,7 +49,7 @@ command="/usr/sbin/daemon"
command_args="-f ${kibana_syslog_output_flags} -p ${pidfile} -t ${name} \
/usr/bin/env BABEL_DISABLE_CACHE=1 NODE_ENV=production ${kibana_env} \
${NODE} --no-warnings --max-http-header-size=65536 \
- %%WWWDIR%%/src/cli/dist serve \
+ %%WWWDIR%%/src/cli/kibana/dist.js serve \
--config ${kibana_config} --log-file ${kibana_log} \
--xpack.reporting.enabled=false ${kibana_args}"