Date: Thu, 12 Mar 2020 23:59:13 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528323 - in head/textproc: . kibana7 Message-ID: <202003122359.02CNxDl3091823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Thu Mar 12 23:59:13 2020 New Revision: 528323 URL: https://svnweb.freebsd.org/changeset/ports/528323 Log: Add a port of Kibana 7.x PR: 237374 Submitted by: Miroslav Lachman <000.fbsd@quip.cz> Added: head/textproc/kibana7/ - copied from r528322, head/textproc/kibana6/ Modified: head/textproc/Makefile head/textproc/kibana7/Makefile head/textproc/kibana7/distinfo head/textproc/kibana7/pkg-descr (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Mar 12 21:52:07 2020 (r528322) +++ head/textproc/Makefile Thu Mar 12 23:59:13 2020 (r528323) @@ -322,6 +322,7 @@ SUBDIR += kf5-sonnet SUBDIR += kf5-syntax-highlighting SUBDIR += kibana6 + SUBDIR += kibana7 SUBDIR += kiss-templates SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer Modified: head/textproc/kibana7/Makefile ============================================================================== --- head/textproc/kibana6/Makefile Thu Mar 12 21:52:07 2020 (r528322) +++ head/textproc/kibana7/Makefile Thu Mar 12 23:59:13 2020 (r528323) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= kibana -PORTVERSION= 6.8.7 +PORTVERSION= 7.6.1 DISTVERSIONSUFFIX= -darwin-x86_64 CATEGORIES= textproc www MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ http://artifacts.elastic.co/downloads/kibana/ -PKGNAMESUFFIX?= 6 +PKGNAMESUFFIX?= 7 MAINTAINER= elastic@FreeBSD.org COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 -RUN_DEPENDS= node10>=10.15.2:www/node10 +RUN_DEPENDS= node10>=10.19.0:www/node10 -CONFLICTS= kibana[3-5]* +CONFLICTS= kibana[6]* NO_BUILD= yes WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} Modified: head/textproc/kibana7/distinfo ============================================================================== --- head/textproc/kibana6/distinfo Thu Mar 12 21:52:07 2020 (r528322) +++ head/textproc/kibana7/distinfo Thu Mar 12 23:59:13 2020 (r528323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583967492 -SHA256 (kibana-6.8.7-darwin-x86_64.tar.gz) = 6355b07289aaaa4821b42c2b0ca913cdf0a6d34b84710cd12ac902c1acffec19 -SIZE (kibana-6.8.7-darwin-x86_64.tar.gz) = 189498825 +TIMESTAMP = 1583840704 +SHA256 (kibana-7.6.1-darwin-x86_64.tar.gz) = 846efd53d7a7d4ccb41222f3b1f771016a3e904d9116804ed95df417c9e1e842 +SIZE (kibana-7.6.1-darwin-x86_64.tar.gz) = 259198456 Modified: head/textproc/kibana7/pkg-descr ============================================================================== --- head/textproc/kibana6/pkg-descr Thu Mar 12 21:52:07 2020 (r528322) +++ head/textproc/kibana7/pkg-descr Thu Mar 12 23:59:13 2020 (r528323) @@ -3,6 +3,6 @@ dashboard for Elasticsearch. Kibana is a snap to setup strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. -Kibana 6.x is compatible with Elasticsearch 6.x +Kibana 7.x is compatible with Elasticsearch 7.x WWW: https://www.elastic.co/products/kibana
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003122359.02CNxDl3091823>