svn commit: r452148 - head/devel/py-virtualenvwrapper

Nicola Vitale nivit at FreeBSD.org
Sun Oct 15 14:24:27 UTC 2017


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


More information about the svn-ports-all mailing list