diff options
author | Brad Davis <brd@FreeBSD.org> | 2015-05-15 18:37:21 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2015-05-15 18:37:21 +0000 |
commit | 03e662e9e2650aea8f4c08642cf31cf3f349c1e8 (patch) | |
tree | 8dcf3453ae34f9f62059849c0383b36a618f1ff6 /textproc/elasticsearch | |
parent | 107eac69c8cc23828c945e9c7e8831a8c66a9ffe (diff) | |
download | ports-03e662e9e2650aea8f4c08642cf31cf3f349c1e8.tar.gz ports-03e662e9e2650aea8f4c08642cf31cf3f349c1e8.zip |
Notes
Diffstat (limited to 'textproc/elasticsearch')
-rw-r--r-- | textproc/elasticsearch/Makefile | 4 | ||||
-rw-r--r-- | textproc/elasticsearch/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index c9a805fe7428..e318652bc50e 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ @@ -30,7 +30,7 @@ LUCENEVER= 4.10.4 CONFIG_FILES= elasticsearch.yml logging.yml JARS= elasticsearch-${PORTVERSION}.jar \ asm-4.1.jar \ - asm-commons-4.1.jar \ + asm-commons-4.1.jar \ apache-log4j-extras-1.2.17.jar \ antlr-runtime-3.5.jar \ groovy-all-2.4.0.jar \ diff --git a/textproc/elasticsearch/distinfo b/textproc/elasticsearch/distinfo index 408a97513708..0f14f6161fd5 100644 --- a/textproc/elasticsearch/distinfo +++ b/textproc/elasticsearch/distinfo @@ -1,2 +1,2 @@ -SHA256 (elasticsearch-1.5.1.tar.gz) = 6f047b21395fba80a84235d417c77ff3f0a8b41d09189ef17bedca83b17c445e -SIZE (elasticsearch-1.5.1.tar.gz) = 28183803 +SHA256 (elasticsearch-1.5.2.tar.gz) = efae7897367ac3fa8057d02fad31c72e215b6edef599b63e373d3ce0c1049a14 +SIZE (elasticsearch-1.5.2.tar.gz) = 28173132 |