From owner-svn-ports-all@freebsd.org Tue Jun 5 20:55:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFBB3FF643B; Tue, 5 Jun 2018 20:55:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E73971FBC; Tue, 5 Jun 2018 20:55:10 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7ED3021857; Tue, 5 Jun 2018 20:55:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55KtAdj007044; Tue, 5 Jun 2018 20:55:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55KtAWe007042; Tue, 5 Jun 2018 20:55:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806052055.w55KtAWe007042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 5 Jun 2018 20:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471820 - head/net/py-urllib3 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net/py-urllib3 X-SVN-Commit-Revision: 471820 X-SVN-Commit-Repository: ports 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.26 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: Tue, 05 Jun 2018 20:55:11 -0000 Author: antoine Date: Tue Jun 5 20:55:09 2018 New Revision: 471820 URL: https://svnweb.freebsd.org/changeset/ports/471820 Log: Revert r471788, it breaks lots of ports With hat: portmgr Modified: head/net/py-urllib3/Makefile head/net/py-urllib3/distinfo Modified: head/net/py-urllib3/Makefile ============================================================================== --- head/net/py-urllib3/Makefile Tue Jun 5 20:53:13 2018 (r471819) +++ head/net/py-urllib3/Makefile Tue Jun 5 20:55:09 2018 (r471820) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= urllib3 -PORTVERSION= 1.23 +PORTVERSION= 1.22 +PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +17,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna@${FLAVOR} \ ${PY_IPADDRESS} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} #TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${FLAVOR} Modified: head/net/py-urllib3/distinfo ============================================================================== --- head/net/py-urllib3/distinfo Tue Jun 5 20:53:13 2018 (r471819) +++ head/net/py-urllib3/distinfo Tue Jun 5 20:55:09 2018 (r471820) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528202917 -SHA256 (urllib3-1.23.tar.gz) = a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf -SIZE (urllib3-1.23.tar.gz) = 228314 +TIMESTAMP = 1500642203 +SHA256 (urllib3-1.22.tar.gz) = cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f +SIZE (urllib3-1.22.tar.gz) = 226083