mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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.
This commit is contained in:
parent
e543988a44
commit
af9a92197a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463652
@ -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]*
|
||||
|
||||
|
@ -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]*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user