Date: Sun, 15 Oct 2017 14:24:26 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452148 - head/devel/py-virtualenvwrapper Message-ID: <201710151424.v9FEOQnj048718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Sun Oct 15 14:24:26 2017 New Revision: 452148 URL: https://svnweb.freebsd.org/changeset/ports/452148 Log: - Update to 4.8.2 ChangeLog: http://virtualenvwrapper.readthedocs.io/en/latest/history.html#changes Modified: head/devel/py-virtualenvwrapper/Makefile head/devel/py-virtualenvwrapper/distinfo Modified: head/devel/py-virtualenvwrapper/Makefile ============================================================================== --- head/devel/py-virtualenvwrapper/Makefile Sun Oct 15 14:05:04 2017 (r452147) +++ head/devel/py-virtualenvwrapper/Makefile Sun Oct 15 14:24:26 2017 (r452148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualenvwrapper -PORTVERSION= 4.7.1 +PORTVERSION= 4.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,6 +29,10 @@ USE_PYTHON= autoplist concurrent distutils DOCS_VARS= DOCSDIR=${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} \ PYDISTUTILS_BUILD_TARGET+=build_sphinx \ PYDISTUTILS_BUILDARGS="-a -E" + +post-patch: + @${REINPLACE_CMD} -e 's|$$(command \\which python)|${PYTHON_CMD}|1' \ + ${WRKSRC}/${PORTNAME}.sh post-patch-DOCS-on: @${REINPLACE_CMD} -e 's|python setup.py|${PYTHON_CMD} setup.py|' \ Modified: head/devel/py-virtualenvwrapper/distinfo ============================================================================== --- head/devel/py-virtualenvwrapper/distinfo Sun Oct 15 14:05:04 2017 (r452147) +++ head/devel/py-virtualenvwrapper/distinfo Sun Oct 15 14:24:26 2017 (r452148) @@ -1,2 +1,3 @@ -SHA256 (virtualenvwrapper-4.7.1.tar.gz) = 3bf73ede42a689adeedc8ac85662cb539665d3d029459bc8d3e6835ecd81ffde -SIZE (virtualenvwrapper-4.7.1.tar.gz) = 89930 +TIMESTAMP = 1508059270 +SHA256 (virtualenvwrapper-4.8.2.tar.gz) = 18d8e4c500c4c4ee794f704e050cf2bbb492537532a4521d1047e7dd1ee4e374 +SIZE (virtualenvwrapper-4.8.2.tar.gz) = 91331
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710151424.v9FEOQnj048718>