svn commit: r485491 - head/textproc/elasticsearch6

Mark Felder feld at FreeBSD.org
Tue Nov 20 22:51:18 UTC 2018


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
 


More information about the svn-ports-all mailing list