diff options
Diffstat (limited to 'devel/py-virtualenv/Makefile')
-rw-r--r-- | devel/py-virtualenv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index 6a98781860bc..575669e2bb48 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -6,11 +6,10 @@ # PORTNAME= virtualenv -PORTVERSION= 1.6.4 +PORTVERSION= 1.7 PORTREVISION= 0 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org @@ -23,7 +22,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PIPVER= 1.0.2 -DISTRIBUTEVER= 0.6.19 +DISTRIBUTEVER= 0.6.24 .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |