diff options
author | tj <tj@FreeBSD.org> | 2016-04-01 01:09:27 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2016-04-01 01:09:27 +0800 |
commit | ab0dcc6ccbabfa124205be079f366720b47977a2 (patch) | |
tree | a0d26c0a02126e06cfc56e311cfbdc83711bcccb /textproc | |
parent | f2b1196e063ff1cc46e30d2b9009fdc0a614203a (diff) | |
download | freebsd-ports-graphics-ab0dcc6ccbabfa124205be079f366720b47977a2.tar.gz freebsd-ports-graphics-ab0dcc6ccbabfa124205be079f366720b47977a2.tar.zst freebsd-ports-graphics-ab0dcc6ccbabfa124205be079f366720b47977a2.zip |
Update to 2.3
Changes: https://www.elastic.co/guide/en/elasticsearch/reference/2.3/release-notes-2.3.0.html
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/elasticsearch2/Makefile | 4 | ||||
-rw-r--r-- | textproc/elasticsearch2/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/elasticsearch2/Makefile b/textproc/elasticsearch2/Makefile index cf7c9cbad7b..7d0a59259fd 100644 --- a/textproc/elasticsearch2/Makefile +++ b/textproc/elasticsearch2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -LUCENEVER= 5.4.1 +LUCENEVER= 5.5.0 CONFIG_FILES= elasticsearch.yml logging.yml BINS= elasticsearch.in.sh \ elasticsearch \ diff --git a/textproc/elasticsearch2/distinfo b/textproc/elasticsearch2/distinfo index d3a4af8d4d4..62bd5abc689 100644 --- a/textproc/elasticsearch2/distinfo +++ b/textproc/elasticsearch2/distinfo @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-2.2.1.tar.gz) = 7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03 -SIZE (elasticsearch-2.2.1.tar.gz) = 29424648 +SHA256 (elasticsearch-2.3.0.tar.gz) = d68482c7633f2986263bc5f11f93b8a58c54c6cf5e337b615446d0a7c6fdcd8b +SIZE (elasticsearch-2.3.0.tar.gz) = 27556947 |