From owner-svn-ports-head@freebsd.org Fri Mar 16 15:20:44 2018 Return-Path: Delivered-To: svn-ports-head@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 E24AAF569E7; Fri, 16 Mar 2018 15:20:43 +0000 (UTC) (envelope-from sunpoet@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 CB85C835E1; Fri, 16 Mar 2018 15:20:41 +0000 (UTC) (envelope-from sunpoet@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 4E91A25901; Fri, 16 Mar 2018 15:20:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2GFKf4X067054; Fri, 16 Mar 2018 15:20:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2GFKfch067052; Fri, 16 Mar 2018 15:20:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803161520.w2GFKfch067052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 16 Mar 2018 15:20:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464692 - head/devel/py-pipenv X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pipenv X-SVN-Commit-Revision: 464692 X-SVN-Commit-Repository: ports 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.25 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: Fri, 16 Mar 2018 15:20:44 -0000 Author: sunpoet Date: Fri Mar 16 15:20:40 2018 New Revision: 464692 URL: https://svnweb.freebsd.org/changeset/ports/464692 Log: Update to 11.7.0 Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt Modified: head/devel/py-pipenv/Makefile head/devel/py-pipenv/distinfo Modified: head/devel/py-pipenv/Makefile ============================================================================== --- head/devel/py-pipenv/Makefile Fri Mar 16 15:20:35 2018 (r464691) +++ head/devel/py-pipenv/Makefile Fri Mar 16 15:20:40 2018 (r464692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipenv -PORTVERSION= 11.6.0 +PORTVERSION= 11.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= Python Development Workflow for Humans LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pew>=0.1.26:devel/py-pew@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pew>=0.1.26:devel/py-pew@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.1:devel/py-pip@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${FLAVOR} Modified: head/devel/py-pipenv/distinfo ============================================================================== --- head/devel/py-pipenv/distinfo Fri Mar 16 15:20:35 2018 (r464691) +++ head/devel/py-pipenv/distinfo Fri Mar 16 15:20:40 2018 (r464692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521123552 -SHA256 (pipenv-11.6.0.tar.gz) = 4f5cf3fa42711eadf1538124f5859a2dc6c96e2073d4ec9a6a280f5a1d611ac0 -SIZE (pipenv-11.6.0.tar.gz) = 4642441 +TIMESTAMP = 1521194317 +SHA256 (pipenv-11.7.0.tar.gz) = 1ed04d3572919db96a5b417733afb0f502c9bd247b173f5f19aea52830651ea1 +SIZE (pipenv-11.7.0.tar.gz) = 4999261