From owner-svn-ports-all@FreeBSD.ORG Fri Jul 27 12:40:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD6E8106566B; Fri, 27 Jul 2012 12:40:32 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C8C5B8FC17; Fri, 27 Jul 2012 12:40:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6RCeWnA006075; Fri, 27 Jul 2012 12:40:32 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6RCeW03006073; Fri, 27 Jul 2012 12:40:32 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201207271240.q6RCeW03006073@svn.freebsd.org> From: Beat Gaetzi Date: Fri, 27 Jul 2012 12:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301607 - head/news/lottanzb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2012 12:40:33 -0000 Author: beat Date: Fri Jul 27 12:40:32 2012 New Revision: 301607 URL: http://svn.freebsd.org/changeset/ports/301607 Log: - Remove CONFLICTS as shared-mime-info is an indirect build dependency - Mark as BROKEN: overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml Reported by: pointyhat Modified: head/news/lottanzb/Makefile Modified: head/news/lottanzb/Makefile ============================================================================== --- head/news/lottanzb/Makefile Fri Jul 27 12:39:06 2012 (r301606) +++ head/news/lottanzb/Makefile Fri Jul 27 12:40:32 2012 (r301607) @@ -27,7 +27,8 @@ RUN_DEPENDS= SABnzbd.py:${PORTSDIR}/news ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl -CONFLICTS= shared-mime-info-[0-9]* +BROKEN= overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_GNOME= desktopfileutils intltool