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 \ |