From owner-svn-ports-head@freebsd.org Wed Jul 22 19:34:06 2015 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 B023F9A88D7; Wed, 22 Jul 2015 19:34:06 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9FEDB18BF; Wed, 22 Jul 2015 19:34:06 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MJY6nc007080; Wed, 22 Jul 2015 19:34:06 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MJY6Bc007078; Wed, 22 Jul 2015 19:34:06 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201507221934.t6MJY6Bc007078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 22 Jul 2015 19:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392690 - 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.20 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: Wed, 22 Jul 2015 19:34:06 -0000 Author: olivierd Date: Wed Jul 22 19:34:05 2015 New Revision: 392690 URL: https://svnweb.freebsd.org/changeset/ports/392690 Log: Update to 1.11 Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Wed Jul 22 19:01:55 2015 (r392689) +++ head/net/py-urllib3/Makefile Wed Jul 22 19:34:05 2015 (r392690) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.10.4 +PORTVERSION= 1.11 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +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 + USES= python USE_PYTHON= distutils autoplist @@ -20,7 +22,7 @@ USE_PYTHON= distutils autoplist # 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.3.3:${PORTSDIR}/net/py-ndg_httpsclient .endif post-extract: Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Wed Jul 22 19:01:55 2015 (r392689) +++ head/net/py-urllib3/distinfo Wed Jul 22 19:34:05 2015 (r392690) @@ -1,2 +1,2 @@ -SHA256 (urllib3-1.10.4.tar.gz) = 52131e6a561466f1206e1a648d9a73dda2a804d0f70e83782bd88494542ded09 -SIZE (urllib3-1.10.4.tar.gz) = 138538 +SHA256 (urllib3-1.11.tar.gz) = 0da48343bdc6c01cfe45bd23726dd2e7ea0c1fce24959a84a4682513a0fd2b12 +SIZE (urllib3-1.11.tar.gz) = 149671