From owner-svn-ports-all@freebsd.org Wed Dec 30 09:20:12 2015 Return-Path: Delivered-To: svn-ports-all@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 402EAA56515; Wed, 30 Dec 2015 09:20:12 +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 ECA61127E; Wed, 30 Dec 2015 09:20:11 +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 tBU9KB6b001993; Wed, 30 Dec 2015 09:20:11 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBU9KAk2001991; Wed, 30 Dec 2015 09:20:10 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201512300920.tBU9KAk2001991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 30 Dec 2015 09:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404811 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 09:20:12 -0000 Author: olivierd Date: Wed Dec 30 09:20:10 2015 New Revision: 404811 URL: https://svnweb.freebsd.org/changeset/ports/404811 Log: Update to 1.14 Changelog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#114-2015-12-29 Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Wed Dec 30 08:41:53 2015 (r404810) +++ head/net/py-urllib3/Makefile Wed Dec 30 09:20:10 2015 (r404811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.13.1 +PORTVERSION= 1.14 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= Enhance HTTP Python's standard LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:${PORTSDIR}/security/py-certifi +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:${PORTSDIR}/security/py-certifi \ + ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.0:${PORTSDIR}/net/py-pysocks USES= python USE_PYTHON= distutils autoplist @@ -23,7 +24,7 @@ NO_ARCH= yes # ndg_httpclient is only available for Python 2 .if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:${PORTSDIR}/net/py-ndg_httpsclient +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.4.0:${PORTSDIR}/net/py-ndg_httpsclient .endif post-extract: Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Wed Dec 30 08:41:53 2015 (r404810) +++ head/net/py-urllib3/distinfo Wed Dec 30 09:20:10 2015 (r404811) @@ -1,2 +1,2 @@ -SHA256 (urllib3-1.13.1.tar.gz) = 6eba1d713f8552e37ac4081c6bdf7be9f5a79f58447aed762bf24cc34c5e3983 -SIZE (urllib3-1.13.1.tar.gz) = 156259 +SHA256 (urllib3-1.14.tar.gz) = dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37 +SIZE (urllib3-1.14.tar.gz) = 161497