View | Details | Raw Unified | Return to bug 251494 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/kibana7/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	kibana
4
PORTNAME=	kibana
5
PORTVERSION=	7.10.0
5
PORTVERSION=	7.10.0
6
PORTREVISION=	1
6
DISTVERSIONSUFFIX=	-darwin-x86_64
7
DISTVERSIONSUFFIX=	-darwin-x86_64
7
CATEGORIES=	textproc www
8
CATEGORIES=	textproc www
8
MASTER_SITES=	https://artifacts.elastic.co/downloads/kibana/ \
9
MASTER_SITES=	https://artifacts.elastic.co/downloads/kibana/ \
(-)textproc/kibana7/files/kibana.in (-1 / +1 lines)
Lines 31-37 Link Here
31
start_precmd="kibana_precmd"
31
start_precmd="kibana_precmd"
32
procname="%%LOCALBASE%%/bin/node"
32
procname="%%LOCALBASE%%/bin/node"
33
command="/usr/sbin/daemon"
33
command="/usr/sbin/daemon"
34
command_args="-f -p ${pidfile} ${procname} --no-warnings %%WWWDIR%%/src/cli serve --config ${kibana_config} --log-file ${kibana_log}"
34
command_args="-f -p ${pidfile} ${procname} --no-warnings %%WWWDIR%%/src/cli/dist serve --config ${kibana_config} --log-file ${kibana_log}"
35
35
36
kibana_precmd()
36
kibana_precmd()
37
{
37
{

Return to bug 251494