svn commit: r423963 - in head/devel/py-virtualenv: . files
Nicola Vitale
nivit at FreeBSD.org
Fri Oct 14 12:52:27 UTC 2016
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
More information about the svn-ports-head
mailing list