Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 19:59:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393901 - head/devel/py-virtualenvwrapper
Message-ID:  <201508101959.t7AJxGxd008152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101959.t7AJxGxd008152>