mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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>
This commit is contained in:
parent
b2ccfe4038
commit
ece3304990
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311175
4 changed files with 23 additions and 7 deletions
12
UPDATING
12
UPDATING
|
@ -5,6 +5,18 @@ they are unavoidable.
|
|||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20130129:
|
||||
AFFECTES: users of textproc/elasticsearch
|
||||
AUTHOR: tj@FreeBSD.org
|
||||
|
||||
elasticsearch has been updated to 0.20.4. This upgrade requires a
|
||||
full cluster restart after installation.
|
||||
|
||||
Upgrade steps:
|
||||
1) Shutdown all cluster nodes
|
||||
2) Install elasticsearch update
|
||||
3) Start all cluster nodes
|
||||
|
||||
20130128:
|
||||
AFFECTS: users of libffi
|
||||
AUTHOR jkim@FreeBSD.org
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue