Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 10:58:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352901 - head/devel/py-mongoengine
Message-ID:  <201405031058.s43Awauk006222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May  3 10:58:36 2014
New Revision: 352901
URL: http://svnweb.freebsd.org/changeset/ports/352901
QAT: https://qat.redports.org/buildarchive/r352901/

Log:
  Mark BROKEN: Conflicts with pymongo dependency
  Installing py27-mongoengine-0.8.7...pkg-static: py27-mongoengine-0.8.7 conflicts with pymongo-2.7 (installs files into the same place).  Problematic file: /usr/local/lib/python2.7/site-packages/bson/__init__.py
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-mongoengine/Makefile

Modified: head/devel/py-mongoengine/Makefile
==============================================================================
--- head/devel/py-mongoengine/Makefile	Sat May  3 10:54:00 2014	(r352900)
+++ head/devel/py-mongoengine/Makefile	Sat May  3 10:58:36 2014	(r352901)
@@ -12,6 +12,8 @@ COMMENT=	Object-Document-Mapper for work
 
 LICENSE=	MIT
 
+BROKEN=		Conflicts with pymongo dependency
+
 RUN_DEPENDS=	pymongo>=2.5:${PORTSDIR}/databases/pymongo
 
 USE_PYTHON=		yes



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