aboutsummaryrefslogtreecommitdiff
path: root/textproc/elasticsearch6
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-11-04 16:58:30 +0000
committerMark Felder <feld@FreeBSD.org>2018-11-04 16:58:30 +0000
commit28afc4dc6a7f55fe35b631b1a8c85a8b3d84ccaa (patch)
tree514ba02b5d8768388d6122e836abafacfcbc38d8 /textproc/elasticsearch6
parent70f39ab8505c16abeb2c9e80c16e7a52a762152a (diff)
downloadports-28afc4dc6a7f55fe35b631b1a8c85a8b3d84ccaa.tar.gz
ports-28afc4dc6a7f55fe35b631b1a8c85a8b3d84ccaa.zip
ElasticSearch6: Update to 6.4.2
Notes
Notes: svn path=/head/; revision=484109
Diffstat (limited to 'textproc/elasticsearch6')
-rw-r--r--textproc/elasticsearch6/Makefile2
-rw-r--r--textproc/elasticsearch6/distinfo6
-rw-r--r--textproc/elasticsearch6/files/patch-config_elasticsearch.yml9
3 files changed, 12 insertions, 5 deletions
diff --git a/textproc/elasticsearch6/Makefile b/textproc/elasticsearch6/Makefile
index 95e92b944f9f..84b950d184fc 100644
--- a/textproc/elasticsearch6/Makefile
+++ b/textproc/elasticsearch6/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= elasticsearch
-PORTVERSION= 6.3.2
+PORTVERSION= 6.4.2
PORTREVISION= 0
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
diff --git a/textproc/elasticsearch6/distinfo b/textproc/elasticsearch6/distinfo
index fa864e265226..b2999cc34ebf 100644
--- a/textproc/elasticsearch6/distinfo
+++ b/textproc/elasticsearch6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533481811
-SHA256 (elasticsearch-6.3.2.tar.gz) = d05608c6b125df4fb6c809f9c1dd457e369e6b582c2958c52da95e01cc54c024
-SIZE (elasticsearch-6.3.2.tar.gz) = 91452574
+TIMESTAMP = 1541260799
+SHA256 (elasticsearch-6.4.2.tar.gz) = 32a9c0305faed1cbd4e22c85a8c333ca2b6704f1d0006e92709fada10cec3f45
+SIZE (elasticsearch-6.4.2.tar.gz) = 97914519
diff --git a/textproc/elasticsearch6/files/patch-config_elasticsearch.yml b/textproc/elasticsearch6/files/patch-config_elasticsearch.yml
index f61a04c32b9a..a39468ea84c9 100644
--- a/textproc/elasticsearch6/files/patch-config_elasticsearch.yml
+++ b/textproc/elasticsearch6/files/patch-config_elasticsearch.yml
@@ -1,4 +1,4 @@
---- config/elasticsearch.yml.orig 2018-02-16 18:57:55 UTC
+--- config/elasticsearch.yml.orig 2018-09-26 13:30:23 UTC
+++ config/elasticsearch.yml
@@ -31,10 +31,12 @@
# Path to directory where to store the data (separate multiple locations by comma):
@@ -13,3 +13,10 @@
#
# ----------------------------------- Memory -----------------------------------
#
+@@ -86,3 +88,6 @@
+ # Require explicit names when deleting indices:
+ #
+ #action.destructive_requires_name: true
++
++# ml is not supported on FreeBSD
++xpack.ml.enabled: false