Date: Wed, 28 Sep 2016 04:32:12 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422848 - head/net/py-urllib3 Message-ID: <201609280432.u8S4WCoY062754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> +.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609280432.u8S4WCoY062754>