Index: head/textproc/py-elasticsearch6/Makefile =================================================================== --- head/textproc/py-elasticsearch6/Makefile (revision 517540) +++ head/textproc/py-elasticsearch6/Makefile (revision 517541) @@ -1,34 +1,35 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= elasticsearch PORTVERSION= 6.4.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 6 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Official Python low-level client for Elasticsearch LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes 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 Index: head/textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py =================================================================== --- head/textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py (nonexistent) +++ head/textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py (revision 517541) @@ -0,0 +1,12 @@ +Backport from: https://github.com/elastic/elasticsearch-py/commit/4c531c5cdbd5ba8b59be16c2fa15d5cf81d0a92f + +--- elasticsearch/connection/http_urllib3.py.orig 2019-05-28 17:59:13 UTC ++++ elasticsearch/connection/http_urllib3.py +@@ -170,6 +170,7 @@ class Urllib3HttpConnection(Connection): + } + ) + else: ++ kw["cert_reqs"] = "CERT_NONE" + warnings.warn( + "Connecting to %s using SSL with verify_certs=False is insecure." + % host Property changes on: head/textproc/py-elasticsearch6/files/patch-elasticsearch-connection-http_urllib3.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property