aboutsummaryrefslogtreecommitdiff
path: root/textproc/kibana6
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-03-05 16:51:02 +0000
committerMark Felder <feld@FreeBSD.org>2018-03-05 16:51:02 +0000
commitaf9a92197a65e743a06e34537c8095e488a905d0 (patch)
tree945c8e30cbbc10755fb4f7450f23d58baca6e3a5 /textproc/kibana6
parente543988a442c39cec884b66156c9fd334ee653fb (diff)
downloadports-af9a92197a65e743a06e34537c8095e488a905d0.tar.gz
ports-af9a92197a65e743a06e34537c8095e488a905d0.zip
textproc/kibana{5,6}: Change node dependency to www/node6
Kibana 5 and 6 currently requires the Node.js 6.x LTS branch for maximum compatibility.
Notes
Notes: svn path=/head/; revision=463652
Diffstat (limited to 'textproc/kibana6')
-rw-r--r--textproc/kibana6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/kibana6/Makefile b/textproc/kibana6/Makefile
index 8187887284a8..2767c67d59cb 100644
--- a/textproc/kibana6/Makefile
+++ b/textproc/kibana6/Makefile
@@ -4,7 +4,7 @@
PORTNAME= kibana
PORTVERSION= 6.2.2
DISTVERSIONSUFFIX= -linux-x86_64
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \
http://artifacts.elastic.co/downloads/kibana/
@@ -15,7 +15,7 @@ COMMENT= Browser based analytics and search interface to ElasticSearch
LICENSE= APACHE20
-RUN_DEPENDS= node>=0.8.0:www/node
+RUN_DEPENDS= node6>=6.12.2:www/node6
CONFLICTS= kibana[3-5]*