From owner-svn-ports-head@FreeBSD.ORG Thu Jul 18 09:55:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 49878A51; Thu, 18 Jul 2013 09:55:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3C71B295; Thu, 18 Jul 2013 09:55:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6I9tM4o067088; Thu, 18 Jul 2013 09:55:22 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6I9tM1E067087; Thu, 18 Jul 2013 09:55:22 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307180955.r6I9tM1E067087@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 18 Jul 2013 09:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323213 - head/www/xist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 09:55:22 -0000 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@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 \