aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch-curator
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 22:00:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 22:00:08 +0000
commit2043941a9346d9e4d6f134beeb9bd104e7194141 (patch)
tree55d71a79573cf9a8fb08ca6a7219fc781938ef50 /textproc/py-elasticsearch-curator
parente96b8ef913602c584f517ea02b559859e4007fdd (diff)
downloadports-2043941a9346d9e4d6f134beeb9bd104e7194141.tar.gz
ports-2043941a9346d9e4d6f134beeb9bd104e7194141.zip
Update RUN_DEPENDS of py-botocore and unbreak py-elasticsearch-curator
botocore 1.12.209 banned docutils 0.15 (docutils != 0.15) for wrong python 2 wheel which is already fixed [1][2]. And it does not affect FreeBSD ports users. Later, botocore changed docutils from != 0.15 to < 0.15 [3]. Recent py-botocore update to 1.12.213 in r509585 fixes this problem since upstream changed the docutils version from docutils>=0.10,<0.15 to docutils>=0.10,<0.16. While I'm here, mark the upper bound of RUN_DEPENDS of py-botocore to avoid potential breakage in the future. [1] https://github.com/aws/aws-cli/issues/4332 [2] https://sourceforge.net/p/docutils/bugs/365/ [3] https://github.com/boto/botocore/commit/add5c8b6b4e208fb0eaba49302df9c3d75b604b9 PR: 239664 Submitted by: sunpoet (myself)
Notes
Notes: svn path=/head/; revision=510466
Diffstat (limited to 'textproc/py-elasticsearch-curator')
-rw-r--r--textproc/py-elasticsearch-curator/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/py-elasticsearch-curator/Makefile b/textproc/py-elasticsearch-curator/Makefile
index 5520e365e48a..a0d0b549c74f 100644
--- a/textproc/py-elasticsearch-curator/Makefile
+++ b/textproc/py-elasticsearch-curator/Makefile
@@ -12,8 +12,6 @@ COMMENT= Python index manager for Elasticsearch
LICENSE= APACHE20
-BROKEN= fails to configure
-
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} \