aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2018-03-06 00:51:02 +0800
committerfeld <feld@FreeBSD.org>2018-03-06 00:51:02 +0800
commitacda8ea184c3a1f59dec8eafdbcaf89516cf866e (patch)
tree945c8e30cbbc10755fb4f7450f23d58baca6e3a5 /textproc
parent40af74e82cc0b8d5bd223f274e035db9804fd4bf (diff)
downloadfreebsd-ports-gnome-acda8ea184c3a1f59dec8eafdbcaf89516cf866e.tar.gz
freebsd-ports-gnome-acda8ea184c3a1f59dec8eafdbcaf89516cf866e.tar.zst
freebsd-ports-gnome-acda8ea184c3a1f59dec8eafdbcaf89516cf866e.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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/kibana5/Makefile4
-rw-r--r--textproc/kibana6/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/kibana5/Makefile b/textproc/kibana5/Makefile
index e6d6bf7a125d..11f825830f4d 100644
--- a/textproc/kibana5/Makefile
+++ b/textproc/kibana5/Makefile
@@ -4,7 +4,7 @@
PORTNAME= kibana
PORTVERSION= 5.6.8
DISTVERSIONSUFFIX= -linux-x86
-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-4]*
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]*