From owner-svn-ports-head@freebsd.org Fri Oct 14 12:52:27 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 B15AEC11350; Fri, 14 Oct 2016 12:52:27 +0000 (UTC) (envelope-from nivit@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 67B09C0D; Fri, 14 Oct 2016 12:52:27 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ECqQLZ092756; Fri, 14 Oct 2016 12:52:26 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ECqQeM092753; Fri, 14 Oct 2016 12:52:26 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201610141252.u9ECqQeM092753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 14 Oct 2016 12:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423963 - in head/devel/py-virtualenv: . files 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: Fri, 14 Oct 2016 12:52:27 -0000 Author: nivit Date: Fri Oct 14 12:52:26 2016 New Revision: 423963 URL: https://svnweb.freebsd.org/changeset/ports/423963 Log: - Update to 15.0.3 - Update web site URL - Remove files/patch-setup.py ReleaseHistory: https://virtualenv.pypa.io/en/stable/changes/ Deleted: head/devel/py-virtualenv/files/ Modified: head/devel/py-virtualenv/Makefile head/devel/py-virtualenv/distinfo head/devel/py-virtualenv/pkg-descr Modified: head/devel/py-virtualenv/Makefile ============================================================================== --- head/devel/py-virtualenv/Makefile Fri Oct 14 12:03:47 2016 (r423962) +++ head/devel/py-virtualenv/Makefile Fri Oct 14 12:52:26 2016 (r423963) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualenv -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-virtualenv/distinfo ============================================================================== --- head/devel/py-virtualenv/distinfo Fri Oct 14 12:03:47 2016 (r423962) +++ head/devel/py-virtualenv/distinfo Fri Oct 14 12:52:26 2016 (r423963) @@ -1,2 +1,3 @@ -SHA256 (pypa-virtualenv-14.0.0_GH0.tar.gz) = b65ed686c9248426c5ad9b7e0f821c16e5493e363f944895da19a744c5be03fb -SIZE (pypa-virtualenv-14.0.0_GH0.tar.gz) = 1793952 +TIMESTAMP = 1476440392 +SHA256 (pypa-virtualenv-15.0.3_GH0.tar.gz) = 8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 +SIZE (pypa-virtualenv-15.0.3_GH0.tar.gz) = 1847120 Modified: head/devel/py-virtualenv/pkg-descr ============================================================================== --- head/devel/py-virtualenv/pkg-descr Fri Oct 14 12:03:47 2016 (r423962) +++ head/devel/py-virtualenv/pkg-descr Fri Oct 14 12:52:26 2016 (r423963) @@ -6,4 +6,4 @@ that doesn't share libraries with other Usage: virtualenv YOUR_NEW_PYTHON_ENV -WWW: http://www.virtualenv.org/ +WWW: https://virtualenv.pypa.io