summaryrefslogtreecommitdiff
path: root/textproc/elasticsearch6
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-11-15 15:48:26 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-11-15 15:48:26 +0000
commite66c5f9b527d9602ac4afe0d650739fc966b154f (patch)
tree1846dabbc5e7714435e999d58e99881ee4b0d85a /textproc/elasticsearch6
parentmail/dovecot-fts-xapian: Update to 1.4.3 (diff)
textproc/elasticsearch6: Fix messages in rc.d script
PR: 250969, 234157 Submitted by: Juraj Lutter (maintainer) Reported by: Sven R
Notes
Notes: svn path=/head/; revision=555233
Diffstat (limited to 'textproc/elasticsearch6')
-rw-r--r--textproc/elasticsearch6/Makefile1
-rw-r--r--textproc/elasticsearch6/files/elasticsearch.in6
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/elasticsearch6/Makefile b/textproc/elasticsearch6/Makefile
index 0d3904621408..86dde0ef5f73 100644
--- a/textproc/elasticsearch6/Makefile
+++ b/textproc/elasticsearch6/Makefile
@@ -3,6 +3,7 @@
PORTNAME= elasticsearch
PORTVERSION= 6.8.13
+PORTREVISION= 1
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
https://ftp.sk.freebsd.org/pub/local/distfiles/
diff --git a/textproc/elasticsearch6/files/elasticsearch.in b/textproc/elasticsearch6/files/elasticsearch.in
index 00779163c412..eea1d22a44f8 100644
--- a/textproc/elasticsearch6/files/elasticsearch.in
+++ b/textproc/elasticsearch6/files/elasticsearch.in
@@ -115,15 +115,15 @@ else
fi
if [ "x${elasticsearch_mem_min}" != "x" ]; then
- echo "The elasticsearch_mem_min variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
+ echo "The elasticsearch_mem_min variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
exit 1;
fi
if [ "x${elasticsearch_mem_max}" != "x" ]; then
- echo "The elasticsearch_mem_max variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
+ echo "The elasticsearch_mem_max variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
exit 1;
fi
if [ "x${elasticsearch_props}" != "x" ]; then
- echo "The elasticsearch_props variable is no longer supported please set this in %%PREFIX%%/etc/jvm.options"
+ echo "The elasticsearch_props variable is no longer supported please set this in ${elasticsearch_config}/jvm.options"
exit 1;
fi