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

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 10 19:59:16 UTC 2015


Author: amdmi3
Date: Mon Aug 10 19:59:15 2015
New Revision: 393901
URL: https://svnweb.freebsd.org/changeset/ports/393901

Log:
  - Mark BROKEN: does not build:
  
  ...
    File "/usr/local/lib/python2.7/site-packages/pbr/builddoc.py", line 133, in _sphinx_run
      sphinx_config.init_values()
  TypeError: init_values() takes exactly 2 arguments (1 given)
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/devel/py-virtualenvwrapper/Makefile

Modified: head/devel/py-virtualenvwrapper/Makefile
==============================================================================
--- head/devel/py-virtualenvwrapper/Makefile	Mon Aug 10 19:56:12 2015	(r393900)
+++ head/devel/py-virtualenvwrapper/Makefile	Mon Aug 10 19:59:15 2015	(r393901)
@@ -12,6 +12,8 @@ COMMENT=	Set of extensions to virtualenv
 
 LICENSE=	MIT
 
+BROKEN=		does not build
+
 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 \


More information about the svn-ports-head mailing list