diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-02 22:44:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-02 22:44:31 +0000 |
commit | db1046cae8a9dc510f9a8e4aaf0f98c18192af3c (patch) | |
tree | 070270bc3178efb0a99142d7e5253caa66a82db5 /textproc/py-elasticsearch-curator/Makefile | |
parent | 75a4cd1c36d105ebb0ef61cf9b8f380c7faf43dc (diff) | |
download | ports-db1046cae8a9dc510f9a8e4aaf0f98c18192af3c.tar.gz ports-db1046cae8a9dc510f9a8e4aaf0f98c18192af3c.zip |
Notes
Diffstat (limited to 'textproc/py-elasticsearch-curator/Makefile')
-rw-r--r-- | textproc/py-elasticsearch-curator/Makefile | 3 |
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} \ |