Restore requirement of elasticsearch>=1.6.0.
This commit is contained in:
parent
6a1a4094e1
commit
f339510820
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390992
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= rabbitmq
|
PORTNAME= rabbitmq
|
||||||
PORTVERSION= 2.6.0
|
PORTVERSION= 2.6.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://download.elasticsearch.org/elasticsearch/elasticsearch-river-rabbitmq/
|
MASTER_SITES= http://download.elasticsearch.org/elasticsearch/elasticsearch-river-rabbitmq/
|
||||||
PKGNAMEPREFIX= elasticsearch-river-
|
PKGNAMEPREFIX= elasticsearch-river-
|
||||||
|
@ -12,7 +13,7 @@ COMMENT= ElasticSearch RabbitMQ River
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
RUN_DEPENDS= elasticsearch>=1.5.0:${PORTSDIR}/textproc/elasticsearch
|
RUN_DEPENDS= elasticsearch>=1.6.0:${PORTSDIR}/textproc/elasticsearch
|
||||||
|
|
||||||
USES= zip
|
USES= zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue