aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch6
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-03-02 18:13:01 +0000
committerMark Felder <feld@FreeBSD.org>2018-03-02 18:13:01 +0000
commit69f3ca06037980b9bd8083387ee9bb90a784b4cc (patch)
tree48b83247035f4a518c890df86ce9e078f489052a /textproc/elasticsearch6
parent1b4813b24c7d7d4f3340e9ae95a8f31d3891750c (diff)
downloadports-69f3ca06037980b9bd8083387ee9bb90a784b4cc.tar.gz
ports-69f3ca06037980b9bd8083387ee9bb90a784b4cc.zip
textproc/elasticsearch6: Update pkg-message
"bootstrap.system_call_filter: false" does not need to be set on ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD
Notes
Notes: svn path=/head/; revision=463424
Diffstat (limited to 'textproc/elasticsearch6')
-rw-r--r--textproc/elasticsearch6/Makefile2
-rw-r--r--textproc/elasticsearch6/files/pkg-message.in7
2 files changed, 1 insertions, 8 deletions
diff --git a/textproc/elasticsearch6/Makefile b/textproc/elasticsearch6/Makefile
index 7b88fc0a8462..c68b39e6150a 100644
--- a/textproc/elasticsearch6/Makefile
+++ b/textproc/elasticsearch6/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elasticsearch
PORTVERSION= 6.2.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
http://mirrors.rit.edu/zi/
diff --git a/textproc/elasticsearch6/files/pkg-message.in b/textproc/elasticsearch6/files/pkg-message.in
index f94be9023f6a..8c86afa488c4 100644
--- a/textproc/elasticsearch6/files/pkg-message.in
+++ b/textproc/elasticsearch6/files/pkg-message.in
@@ -14,11 +14,4 @@ sysctl security.bsd.unprivileged_mlock=1
to prevent the process from failing the bootstrap.
-Do note that you need to set
-
-bootstrap.system_call_filter: false
-
-in your elasticsearch.yml file to successfully bootstrap on non-Linux
-OSes now.
-
======================================================================