Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 22:51:17 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485491 - head/textproc/elasticsearch6
Message-ID:  <201811202251.wAKMpHpW082674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Nov 20 22:51:17 2018
New Revision: 485491
URL: https://svnweb.freebsd.org/changeset/ports/485491

Log:
  textproc/elasticsearch6: Add elasticsearch-cli to package
  
  This script is required for elasticsearch-plugin script to function.
  
  PR:		233238

Modified:
  head/textproc/elasticsearch6/Makefile

Modified: head/textproc/elasticsearch6/Makefile
==============================================================================
--- head/textproc/elasticsearch6/Makefile	Tue Nov 20 22:34:38 2018	(r485490)
+++ head/textproc/elasticsearch6/Makefile	Tue Nov 20 22:51:17 2018	(r485491)
@@ -3,7 +3,7 @@
 
 PORTNAME=	elasticsearch
 PORTVERSION=	6.4.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/
@@ -27,6 +27,7 @@ NO_BUILD=	yes
 JAVA_VERSION=	1.8+
 USE_RC_SUBR=	${PORTNAME}
 SHEBANG_FILES=	bin/elasticsearch \
+		bin/elasticsearch-cli \
 		bin/elasticsearch-env \
 		bin/elasticsearch-plugin
 
@@ -36,6 +37,7 @@ OPTIONS_DEFINE=	DOCS
 
 CONFIG_FILES=	elasticsearch.yml log4j2.properties jvm.options
 BINS=		elasticsearch \
+		elasticsearch-cli \
 		elasticsearch-env \
 		elasticsearch-plugin
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811202251.wAKMpHpW082674>