From owner-svn-ports-head@freebsd.org Wed Sep 28 04:32:14 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 1ED27BEABF1; Wed, 28 Sep 2016 04:32:14 +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 DF9F8FF0; Wed, 28 Sep 2016 04:32:13 +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 u8S4WDsX062756; Wed, 28 Sep 2016 04:32:13 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8S4WCoY062754; Wed, 28 Sep 2016 04:32:12 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609280432.u8S4WCoY062754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 28 Sep 2016 04:32:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422848 - 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.23 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, 28 Sep 2016 04:32:14 -0000 Author: olivierd Date: Wed Sep 28 04:32:12 2016 New Revision: 422848 URL: https://svnweb.freebsd.org/changeset/ports/422848 Log: Update to 1.18 Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Wed Sep 28 03:07:23 2016 (r422847) +++ head/net/py-urllib3/Makefile Wed Sep 28 04:32:12 2016 (r422848) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +25,10 @@ SUB_FILES= pkg-message .include +.if ${PYTHON_REL} < 3300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress +.endif + .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi .endif Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Wed Sep 28 03:07:23 2016 (r422847) +++ head/net/py-urllib3/distinfo Wed Sep 28 04:32:12 2016 (r422848) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473186455 -SHA256 (urllib3-1.17.tar.gz) = fe57c15f1973d55c948619efcbd1d1150bb4256214aabab3322b395d023a2603 -SIZE (urllib3-1.17.tar.gz) = 181176 +TIMESTAMP = 1475006249 +SHA256 (urllib3-1.18.tar.gz) = d30dd4d1cbbc36ebab6e4a2076820cfe0c60f10adf087fecbc5a3edae79fdc81 +SIZE (urllib3-1.18.tar.gz) = 183660