diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-24 20:18:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-24 20:18:45 +0000 |
commit | 0f09c333c31cb1a97708ed2094212825b55ddde1 (patch) | |
tree | 7662b7cecf04abc2013c0e8274387abedf0c832a | |
parent | The VKD3D option is not operational yet, and there is at least one (diff) |
Update to 6.3.0
- Add REQUESTS option
Changes: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst
Notes
Notes:
svn path=/head/; revision=473251
-rw-r--r-- | textproc/py-elasticsearch/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-elasticsearch/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index 7ed352c7c03d..545841ce7bf6 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 6.2.0 +PORTVERSION= 6.3.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +18,10 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils +OPTIONS_DEFINE= REQUESTS +OPTIONS_DEFAULT=REQUESTS +REQUESTS_DESC= Enable requests support + +REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/textproc/py-elasticsearch/distinfo b/textproc/py-elasticsearch/distinfo index 6ed5f1e8cca1..4c896714cfd6 100644 --- a/textproc/py-elasticsearch/distinfo +++ b/textproc/py-elasticsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521645162 -SHA256 (elasticsearch-6.2.0.tar.gz) = b106fa3e01750376a42f8a9882bd84d630fda58c7aba38b4fec797d11c0bd0a2 -SIZE (elasticsearch-6.2.0.tar.gz) = 76058 +TIMESTAMP = 1529611309 +SHA256 (elasticsearch-6.3.0.tar.gz) = 80ff7a1a56920535a9987da333c7e385b2ded27595b6de33860707dab758efbe +SIZE (elasticsearch-6.3.0.tar.gz) = 72480 |