diff options
author | Tom Judge <tj@FreeBSD.org> | 2013-01-29 17:25:03 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2013-01-29 17:25:03 +0000 |
commit | ece3304990f0d8712c6c9bce483ed2318c848da8 (patch) | |
tree | ccd410e208e6ba465207690b77aeed2d422249ea /textproc/elasticsearch | |
parent | Update conflicts and avoid duplication. (diff) |
Upgrade to 0.20.4.
Changes:
http://www.elasticsearch.org/download/2013/01/29/0.20.4.html
http://www.elasticsearch.org/download/2013/01/25/0.20.3.html
http://www.elasticsearch.org/download/2012/12/27/0.20.2.html
http://www.elasticsearch.org/download/2012/12/07/0.20.1.html
http://www.elasticsearch.org/download/2012/12/07/0.20.0.html
PR: ports/175614
Submitted by: Ross Timson <ross@rosstimson.com>
Diffstat (limited to 'textproc/elasticsearch')
-rw-r--r-- | textproc/elasticsearch/Makefile | 12 | ||||
-rw-r--r-- | textproc/elasticsearch/distinfo | 4 | ||||
-rw-r--r-- | textproc/elasticsearch/pkg-plist | 2 |
3 files changed, 11 insertions, 7 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index 894a36e5cddb..92bf1901b1db 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 0.19.12 +PORTVERSION= 0.20.4 CATEGORIES= textproc java devel -MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}/${PORTNAME}/ +MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ + http://mirrors.rit.edu/zi/ MAINTAINER= tj@FreeBSD.org COMMENT= A full-text search engine for Java LICENSE= AL2 -USE_ZIP= yes USE_JAVA= yes NO_BUILD= yes JAVA_VERSION= 1.6+ @@ -20,17 +20,19 @@ USE_RC_SUBR= ${PORTNAME} .include <bsd.port.options.mk> -LUCENEVER= 3.6.1 +LUCENEVER= 3.6.2 CONFIG_FILES= elasticsearch.yml logging.yml JARS= elasticsearch-${PORTVERSION}.jar \ jna-3.3.0.jar \ + jts-1.12.jar \ log4j-1.2.17.jar \ lucene-analyzers-${LUCENEVER}.jar \ lucene-core-${LUCENEVER}.jar \ lucene-highlighter-${LUCENEVER}.jar \ lucene-memory-${LUCENEVER}.jar \ lucene-queries-${LUCENEVER}.jar \ - snappy-java-1.0.4.1.jar + snappy-java-1.0.4.1.jar \ + spatial4j-0.3.jar DOCS= LICENSE.txt \ NOTICE.txt \ README.textile diff --git a/textproc/elasticsearch/distinfo b/textproc/elasticsearch/distinfo index f695c690e0f9..2775f27ebf79 100644 --- a/textproc/elasticsearch/distinfo +++ b/textproc/elasticsearch/distinfo @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-0.19.12.zip) = d293b091841d64e51ce6bdef381aff34b46e92a529568bcb13a97d2306479567 -SIZE (elasticsearch-0.19.12.zip) = 15558899 +SHA256 (elasticsearch-0.20.4.tar.gz) = 65aa94e91b8e76e6858a34386a1914bf7cc15a36a5e41a39dfdb597654a78dec +SIZE (elasticsearch-0.20.4.tar.gz) = 16198793 diff --git a/textproc/elasticsearch/pkg-plist b/textproc/elasticsearch/pkg-plist index e8a19dccefd4..b0e728499642 100644 --- a/textproc/elasticsearch/pkg-plist +++ b/textproc/elasticsearch/pkg-plist @@ -13,6 +13,7 @@ etc/elasticsearch/logging.yml.sample bin/elasticsearch-plugin lib/elasticsearch/elasticsearch-%%PORTVERSION%%.jar lib/elasticsearch/jna-3.3.0.jar +lib/elasticsearch/jts-1.12.jar lib/elasticsearch/log4j-1.2.17.jar lib/elasticsearch/lucene-analyzers-%%LUCENEVER%%.jar lib/elasticsearch/lucene-core-%%LUCENEVER%%.jar @@ -20,6 +21,7 @@ lib/elasticsearch/lucene-highlighter-%%LUCENEVER%%.jar lib/elasticsearch/lucene-memory-%%LUCENEVER%%.jar lib/elasticsearch/lucene-queries-%%LUCENEVER%%.jar lib/elasticsearch/snappy-java-1.0.4.1.jar +lib/elasticsearch/spatial4j-0.3.jar lib/elasticsearch/sigar/sigar-1.6.4.jar %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt |