svn commit: r313601 - in head: . textproc/elasticsearch
Tom Judge
tj at FreeBSD.org
Thu Mar 7 18:31:56 UTC 2013
Author: tj
Date: Thu Mar 7 18:31:55 2013
New Revision: 313601
URL: http://svnweb.freebsd.org/changeset/ports/313601
Log:
Update to 0.20.5 and switch to useing OpenJDK 7.
Changes: http://www.elasticsearch.org/download/2013/02/14/0.20.5.html
Modified:
head/UPDATING
head/textproc/elasticsearch/Makefile
head/textproc/elasticsearch/distinfo
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Thu Mar 7 17:08:13 2013 (r313600)
+++ head/UPDATING Thu Mar 7 18:31:55 2013 (r313601)
@@ -6,6 +6,14 @@ You should get into the habit of checkin
you update your ports collection, before attempting any port upgrades.
20130307:
+ AFFECTS: users of textproc/elasticsearch
+ AUTHOR: tj at FreeBSD.org
+
+ textproc/elasticsearch has been updated to 0.20.5. This update also
+ changes the required JDK to OpenJDK 7 as there are known issues when
+ running on a Java 1.6 JDK.
+
+20130307:
AFFECTS: users of audio/liblastfm
AUTHOR: nivit at FreeBSD.org
Modified: head/textproc/elasticsearch/Makefile
==============================================================================
--- head/textproc/elasticsearch/Makefile Thu Mar 7 17:08:13 2013 (r313600)
+++ head/textproc/elasticsearch/Makefile Thu Mar 7 18:31:55 2013 (r313601)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= elasticsearch
-PORTVERSION= 0.20.4
+PORTVERSION= 0.20.5
CATEGORIES= textproc java devel
MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \
http://mirrors.rit.edu/zi/
@@ -14,7 +14,7 @@ LICENSE= AL2
USE_JAVA= yes
NO_BUILD= yes
-JAVA_VERSION= 1.6+
+JAVA_VERSION= 1.7+
ONLY_FOR_ARCHS= i386 amd64
USE_RC_SUBR= ${PORTNAME}
Modified: head/textproc/elasticsearch/distinfo
==============================================================================
--- head/textproc/elasticsearch/distinfo Thu Mar 7 17:08:13 2013 (r313600)
+++ head/textproc/elasticsearch/distinfo Thu Mar 7 18:31:55 2013 (r313601)
@@ -1,2 +1,2 @@
-SHA256 (elasticsearch-0.20.4.tar.gz) = 65aa94e91b8e76e6858a34386a1914bf7cc15a36a5e41a39dfdb597654a78dec
-SIZE (elasticsearch-0.20.4.tar.gz) = 16198793
+SHA256 (elasticsearch-0.20.5.tar.gz) = 01e7df982569ff7f13008cbef361c52f3cd8a3b289423483be5251e7ed4f1064
+SIZE (elasticsearch-0.20.5.tar.gz) = 16197627
More information about the svn-ports-all
mailing list