svn commit: r323213 - head/www/xist

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 18 09:55:22 UTC 2013


Author: bapt
Date: Thu Jul 18 09:55:21 2013
New Revision: 323213
URL: http://svnweb.freebsd.org/changeset/ports/323213

Log:
  Mark as broken: conflict with one of its dependency:
  Installing py27-xist-3.25_1...pkg-static: py27-xist-3.25_1 conflicts with py27-ll-core-1.11.1_1 (installs files into the same place).  Problematic file: /usr/local/bin/ucp
  
  Reported by:	pkg-fallout

Modified:
  head/www/xist/Makefile

Modified: head/www/xist/Makefile
==============================================================================
--- head/www/xist/Makefile	Thu Jul 18 09:43:20 2013	(r323212)
+++ head/www/xist/Makefile	Thu Jul 18 09:55:21 2013	(r323213)
@@ -13,6 +13,8 @@ DISTNAME=	ll-${PORTNAME}-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XML-based extensible HTML generator
 
+BROKEN=	Conlict with one of its dependency: devel/py-ll-core
+
 RUN_DEPENDS=	${PYXML} \
 		${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \
 		${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \


More information about the svn-ports-all mailing list