diff options
author | Tom Judge <tj@FreeBSD.org> | 2015-11-19 21:50:18 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2015-11-19 21:50:18 +0000 |
commit | 2444e2e56a094086e0742e9f227c667787da9062 (patch) | |
tree | d6bf2235375043a6d30737b5a9f31d5730ea20a0 /textproc/elasticsearch | |
parent | We should fetch distfiles over HTTPS (diff) |
New port for Elasticsearch 2.0.0 which is not fully backwards compt with 1.X.
Changes: https://www.elastic.co/downloads/past-releases/elasticsearch-2-0-0
Diffstat (limited to 'textproc/elasticsearch')
-rw-r--r-- | textproc/elasticsearch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile index 5c4efd1ca298..a113102d6046 100644 --- a/textproc/elasticsearch/Makefile +++ b/textproc/elasticsearch/Makefile @@ -3,6 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -14,6 +15,8 @@ LICENSE= APACHE20 RUN_DEPENDS= java-sigar>=0:${PORTSDIR}/java/sigar +CONFLICTS= elasticsearch2-[0-9]* + USES= cpe NO_ARCH= yes USE_JAVA= yes |