Index: head/devel/py-virtualenvwrapper/Makefile =================================================================== --- head/devel/py-virtualenvwrapper/Makefile (revision 378206) +++ head/devel/py-virtualenvwrapper/Makefile (revision 378207) @@ -1,43 +1,43 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= virtualenvwrapper -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Set of extensions to virtualenv LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.19:${PORTSDIR}/devel/py-pbr RUN_DEPENDS= ${PKGNAMEPREFIX}stevedore>=0.3:${PORTSDIR}/devel/py-stevedore \ ${PKGNAMEPREFIX}virtualenv>=1.4.8:${PORTSDIR}/devel/py-virtualenv \ ${PKGNAMEPREFIX}virtualenv-clone>=0.2.4:${PORTSDIR}/devel/py-virtualenv-clone OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-bitbucket>=1.0:${PORTSDIR}/textproc/py-sphinxcontrib-bitbucket USES= python USE_PYTHON= distutils autoplist .include .if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PYDISTUTILS_BUILD_TARGET+= build_sphinx -a -E post-patch: @${REINPLACE_CMD} -e 's|python setup.py|${PYTHON_CMD} setup.py|' \ ${WRKSRC}/docs/source/conf.py post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif .include Index: head/devel/py-virtualenvwrapper/distinfo =================================================================== --- head/devel/py-virtualenvwrapper/distinfo (revision 378206) +++ head/devel/py-virtualenvwrapper/distinfo (revision 378207) @@ -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 Index: head/devel/py-virtualenvwrapper/pkg-descr =================================================================== --- head/devel/py-virtualenvwrapper/pkg-descr (revision 378206) +++ head/devel/py-virtualenvwrapper/pkg-descr (revision 378207) @@ -1,8 +1,8 @@ virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv `_ tool. The extensions include wrappers for creating and deleting virtual environments and otherwise 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