diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2015-01-31 13:32:06 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2015-01-31 13:32:06 +0000 |
commit | 4c592618f273270ca9d8217bafb0ead76d53f3e8 (patch) | |
tree | f3af1b51d5726a904c9dd717da719adfbf24c019 | |
parent | - Build with system zlib (diff) |
- Update to 4.3.2
- Update WWW address
-rw-r--r-- | devel/py-virtualenvwrapper/Makefile | 2 | ||||
-rw-r--r-- | devel/py-virtualenvwrapper/distinfo | 4 | ||||
-rw-r--r-- | devel/py-virtualenvwrapper/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-virtualenvwrapper/Makefile b/devel/py-virtualenvwrapper/Makefile index 3f22848d7e71..2e83530168ad 100644 --- a/devel/py-virtualenvwrapper/Makefile +++ b/devel/py-virtualenvwrapper/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualenvwrapper -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-virtualenvwrapper/distinfo b/devel/py-virtualenvwrapper/distinfo index b08b3ee4765a..9a441bab67c5 100644 --- a/devel/py-virtualenvwrapper/distinfo +++ b/devel/py-virtualenvwrapper/distinfo @@ -1,2 +1,2 @@ -SHA256 (virtualenvwrapper-4.3.1.tar.gz) = e6228aea4e76ba6a628455313eff4a6e2cf003010b23399c3a7dabd8798beb08 -SIZE (virtualenvwrapper-4.3.1.tar.gz) = 86086 +SHA256 (virtualenvwrapper-4.3.2.tar.gz) = ee545ade2e6bc5433284388afde6ec6417a4d819ba7b0d65d0ce8c4d3fcc11fd +SIZE (virtualenvwrapper-4.3.2.tar.gz) = 86495 diff --git a/devel/py-virtualenvwrapper/pkg-descr b/devel/py-virtualenvwrapper/pkg-descr index e33e7c87343b..396ecf54d669 100644 --- a/devel/py-virtualenvwrapper/pkg-descr +++ b/devel/py-virtualenvwrapper/pkg-descr @@ -5,4 +5,4 @@ managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. -WWW: http://www.doughellmann.com/projects/virtualenvwrapper/ +WWW: http://virtualenvwrapper.readthedocs.org/en/latest/index.html |