diff options
author | nivit <nivit@FreeBSD.org> | 2011-10-23 05:18:41 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-10-23 05:18:41 +0800 |
commit | 928139b4404ab3ba7aa378d3777ee38edb5dbb8b (patch) | |
tree | e788b57c3e1d6444738adbaa1c08cde455af2c3a | |
parent | b07fe8d961b5a3fab3c860f1de7571a13cb4dbac (diff) | |
download | freebsd-ports-gnome-928139b4404ab3ba7aa378d3777ee38edb5dbb8b.tar.gz freebsd-ports-gnome-928139b4404ab3ba7aa378d3777ee38edb5dbb8b.tar.zst freebsd-ports-gnome-928139b4404ab3ba7aa378d3777ee38edb5dbb8b.zip |
- Update to 2.10.1
-rw-r--r-- | devel/py-virtualenvwrapper/Makefile | 2 | ||||
-rw-r--r-- | devel/py-virtualenvwrapper/distinfo | 4 | ||||
-rw-r--r-- | devel/py-virtualenvwrapper/pkg-plist | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/devel/py-virtualenvwrapper/Makefile b/devel/py-virtualenvwrapper/Makefile index 97c8f9b68df9..137ab561b4e5 100644 --- a/devel/py-virtualenvwrapper/Makefile +++ b/devel/py-virtualenvwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= virtualenvwrapper -PORTVERSION= 2.8 +PORTVERSION= 2.10.1 PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ diff --git a/devel/py-virtualenvwrapper/distinfo b/devel/py-virtualenvwrapper/distinfo index 732d0a12a23d..3fd178226702 100644 --- a/devel/py-virtualenvwrapper/distinfo +++ b/devel/py-virtualenvwrapper/distinfo @@ -1,2 +1,2 @@ -SHA256 (virtualenvwrapper-2.8.tar.gz) = a8023c423b63541233e72a352a26eba660f83911c18f1d949da78967615cd1bf -SIZE (virtualenvwrapper-2.8.tar.gz) = 693413 +SHA256 (virtualenvwrapper-2.10.1.tar.gz) = 54ad0e8af32f6b57b12f0750dadf9a65cf87b916a486b76eda2fb6467ea73ed4 +SIZE (virtualenvwrapper-2.10.1.tar.gz) = 714209 diff --git a/devel/py-virtualenvwrapper/pkg-plist b/devel/py-virtualenvwrapper/pkg-plist index 1a945f712d98..82f92af587df 100644 --- a/devel/py-virtualenvwrapper/pkg-plist +++ b/devel/py-virtualenvwrapper/pkg-plist @@ -15,6 +15,9 @@ bin/virtualenvwrapper.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/hook_loader.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/hook_loader.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/hook_loader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/project.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/project.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/project.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/user_scripts.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/user_scripts.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/user_scripts.pyo @@ -26,6 +29,7 @@ bin/virtualenvwrapper.sh %%PORTDOCS%%%%DOCSDIR%%/en/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/en/_sources/install.txt %%PORTDOCS%%%%DOCSDIR%%/en/_sources/plugins.txt +%%PORTDOCS%%%%DOCSDIR%%/en/_sources/projects.txt %%PORTDOCS%%%%DOCSDIR%%/en/_sources/scripts.txt %%PORTDOCS%%%%DOCSDIR%%/en/_sources/tips.txt %%PORTDOCS%%%%DOCSDIR%%/en/_static/basic.css @@ -46,6 +50,7 @@ bin/virtualenvwrapper.sh %%PORTDOCS%%%%DOCSDIR%%/en/index.html %%PORTDOCS%%%%DOCSDIR%%/en/install.html %%PORTDOCS%%%%DOCSDIR%%/en/plugins.html +%%PORTDOCS%%%%DOCSDIR%%/en/projects.html %%PORTDOCS%%%%DOCSDIR%%/en/scripts.html %%PORTDOCS%%%%DOCSDIR%%/en/search.html %%PORTDOCS%%%%DOCSDIR%%/en/searchindex.js |