Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2012 12:40:32 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301607 - head/news/lottanzb
Message-ID:  <201207271240.q6RCeW03006073@svn.freebsd.org>

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



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