svn commit: r352901 - head/devel/py-mongoengine

Antoine Brodin antoine at FreeBSD.org
Sat May 3 10:58:37 UTC 2014


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


More information about the svn-ports-all mailing list