From owner-svn-ports-head@freebsd.org Sun Jun 26 20:06:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC509B81819; Sun, 26 Jun 2016 20:06:03 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C56529BB; Sun, 26 Jun 2016 20:06:03 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5QK62ED042534; Sun, 26 Jun 2016 20:06:02 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5QK621S042533; Sun, 26 Jun 2016 20:06:02 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201606262006.u5QK621S042533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 26 Jun 2016 20:06:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417612 - head/net/py-urllib3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 20:06:03 -0000 Author: olivierd Date: Sun Jun 26 20:06:02 2016 New Revision: 417612 URL: https://svnweb.freebsd.org/changeset/ports/417612 Log: net/py-ndg_httpsclient is fully compatible with Python2 and Python3 (r417571) Modified: head/net/py-urllib3/Makefile Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Sun Jun 26 19:19:27 2016 (r417611) +++ head/net/py-urllib3/Makefile Sun Jun 26 20:06:02 2016 (r417612) @@ -14,7 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi \ - ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks + ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks \ + ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.1:net/py-ndg_httpsclient USES= python USE_PYTHON= distutils autoplist @@ -22,11 +23,6 @@ NO_ARCH= yes .include -# ndg_httpclient is only available for Python 2 -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.0:net/py-ndg_httpsclient -.endif - post-extract: .if ${PYTHON_REL} >= 3000 @${RM} ${WRKSRC}/urllib3/contrib/pyopenssl.py