aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch6
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-11-20 22:51:17 +0000
committerMark Felder <feld@FreeBSD.org>2018-11-20 22:51:17 +0000
commitd7d31573b4f5b8706d6cae6688e992a9a5985647 (patch)
tree6375b4a365c2d4e9d6b944f0fe530ba0194182b1 /textproc/elasticsearch6
parentee5c1b5da89a9efc624cf405f03df5677325faf4 (diff)
downloadports-d7d31573b4f5b8706d6cae6688e992a9a5985647.tar.gz
ports-d7d31573b4f5b8706d6cae6688e992a9a5985647.zip
textproc/elasticsearch6: Add elasticsearch-cli to package
This script is required for elasticsearch-plugin script to function. PR: 233238
Notes
Notes: svn path=/head/; revision=485491
Diffstat (limited to 'textproc/elasticsearch6')
-rw-r--r--textproc/elasticsearch6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/elasticsearch6/Makefile b/textproc/elasticsearch6/Makefile
index 84b950d184fc..070ca02f5c2e 100644
--- a/textproc/elasticsearch6/Makefile
+++ b/textproc/elasticsearch6/Makefile
@@ -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