diff options
-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 |