svn commit: r476971 - head/devel/hgview

Antoine Brodin antoine at FreeBSD.org
Sun Aug 12 07:40:25 UTC 2018


Author: antoine
Date: Sun Aug 12 07:40:24 2018
New Revision: 476971
URL: https://svnweb.freebsd.org/changeset/ports/476971

Log:
  Mark BROKEN: fails to configure
  
    File "setup.py", line 60, in <module>
      from hgviewlib.__pkginfo__ import modname, version, license, description, \
    File "hgviewlib/__init__.py", line 26, in <module>
      demandimport.ignore.append('roman')
  AttributeError: 'module' object has no attribute 'ignore'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/hgview/Makefile

Modified: head/devel/hgview/Makefile
==============================================================================
--- head/devel/hgview/Makefile	Sun Aug 12 06:50:54 2018	(r476970)
+++ head/devel/hgview/Makefile	Sun Aug 12 07:40:24 2018	(r476971)
@@ -13,6 +13,8 @@ COMMENT=	Fast Mercurial log navigator written in pyqt4
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to configure
+
 RUN_DEPENDS=	hg:devel/mercurial \
 		${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}


More information about the svn-ports-all mailing list