Index: head/textproc/elasticsearch-river-rabbitmq/Makefile =================================================================== --- head/textproc/elasticsearch-river-rabbitmq/Makefile (revision 390991) +++ head/textproc/elasticsearch-river-rabbitmq/Makefile (revision 390992) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= rabbitmq PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.elasticsearch.org/elasticsearch/elasticsearch-river-rabbitmq/ PKGNAMEPREFIX= elasticsearch-river- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= ElasticSearch RabbitMQ River LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch>=1.5.0:${PORTSDIR}/textproc/elasticsearch +RUN_DEPENDS= elasticsearch>=1.6.0:${PORTSDIR}/textproc/elasticsearch USES= zip NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/river-rabbitmq ${INSTALL_DATA} ${WRKDIR}/*.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/river-rabbitmq .include