aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch-curator
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-02 22:44:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-02 22:44:31 +0000
commitdb1046cae8a9dc510f9a8e4aaf0f98c18192af3c (patch)
tree070270bc3178efb0a99142d7e5253caa66a82db5 /textproc/py-elasticsearch-curator
parent75a4cd1c36d105ebb0ef61cf9b8f380c7faf43dc (diff)
downloadports-db1046cae8a9dc510f9a8e4aaf0f98c18192af3c.tar.gz
ports-db1046cae8a9dc510f9a8e4aaf0f98c18192af3c.zip
Change RUN_DEPENDS from py-elasticsearch to py-elasticsearch6
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=510878
Diffstat (limited to 'textproc/py-elasticsearch-curator')
-rw-r--r--textproc/py-elasticsearch-curator/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch-curator/Makefile b/textproc/py-elasticsearch-curator/Makefile
index a0d0b549c74f..fbedbe6f0c69 100644
--- a/textproc/py-elasticsearch-curator/Makefile
+++ b/textproc/py-elasticsearch-curator/Makefile
@@ -3,6 +3,7 @@
PORTNAME= elasticsearch-curator
PORTVERSION= 5.6.0
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.7.24:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>=2018.10.15:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click6>=6.7:devel/py-click6@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}elasticsearch6>=6.1.0:textproc/py-elasticsearch6@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-aws4auth>=0.9:www/py-requests-aws4auth@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}voluptuous>=0.9.3:devel/py-voluptuous@${PY_FLAVOR} \