View | Details | Raw Unified | Return to bug 222145
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	elasticsearch
4
PORTNAME=	elasticsearch
5
PORTVERSION=	2.4.4
5
PORTVERSION=	2.4.6
6
CATEGORIES=	textproc java devel
6
CATEGORIES=	textproc java devel
7
MASTER_SITES=	http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \
7
MASTER_SITES=	http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \
8
		http://mirrors.rit.edu/zi/
8
		http://mirrors.rit.edu/zi/
Lines 26-32 Link Here
26
26
27
.include <bsd.port.options.mk>
27
.include <bsd.port.options.mk>
28
28
29
LUCENEVER=	5.5.2
29
LUCENEVER=	5.5.4
30
CONFIG_FILES=	elasticsearch.yml logging.yml
30
CONFIG_FILES=	elasticsearch.yml logging.yml
31
BINS=		elasticsearch.in.sh \
31
BINS=		elasticsearch.in.sh \
32
		elasticsearch \
32
		elasticsearch \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1489437100
1
TIMESTAMP = 1504875724
2
SHA256 (elasticsearch-2.4.4.tar.gz) = 981092e6ca65ba5560b8b97a74e5ed0eb2236e9128efdb85bb652cec340158e2
2
SHA256 (elasticsearch-2.4.6.tar.gz) = 5f7e4bb792917bb7ffc2a5f612dfec87416d54563f795d6a70637befef4cfc6f
3
SIZE (elasticsearch-2.4.4.tar.gz) = 27343272
3
SIZE (elasticsearch-2.4.6.tar.gz) = 27350245

Return to bug 222145