diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-05-15 14:11:18 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-05-15 14:11:18 +0000 |
commit | 48c97ec901bbaf06908e8aef9b8d2c7c5945c93c (patch) | |
tree | 7c82792231dae0fc7f012575b501eef007145ce3 | |
parent | 218269f688867270f618f37524963c646d01a0f3 (diff) |
Notes
-rw-r--r-- | devel/py-virtualenv/Makefile | 6 | ||||
-rw-r--r-- | devel/py-virtualenv/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index 9db3cff6922a..747be006f3e9 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= virtualenv -PORTVERSION= 1.6 +PORTVERSION= 1.6.1 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ @@ -22,8 +22,8 @@ PLIST_SUB= PYVER=${PYTHON_VER} PIPVER=${PIPVER} DISTRIBUTEVER=${DISTRIBUTEVER} USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install -PIPVER= 1.0 -DISTRIBUTEVER= 0.6.15 +PIPVER= 1.0.1 +DISTRIBUTEVER= 0.6.16 .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index 66055630cd80..7282627688e2 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,2 +1,2 @@ -SHA256 (virtualenv-1.6.tar.gz) = b60e5ffb37c65c71c6fba550400d721d9f2c4e257a5a87c3dc759442f480dcda -SIZE (virtualenv-1.6.tar.gz) = 1766631 +SHA256 (virtualenv-1.6.1.tar.gz) = d066d7e5d4924766950d1d78c851cd442dfed9ca966694f614f2cc8c5cb48a26 +SIZE (virtualenv-1.6.1.tar.gz) = 1779120 |