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

William Grzybowski wg at FreeBSD.org
Wed Sep 10 14:23:44 UTC 2014


Author: wg
Date: Wed Sep 10 14:23:43 2014
New Revision: 367851
URL: http://svnweb.freebsd.org/changeset/ports/367851
QAT: https://qat.redports.org/buildarchive/r367851/

Log:
  devel/py-mongoengine: unbreak and USES python

Modified:
  head/devel/py-mongoengine/Makefile

Modified: head/devel/py-mongoengine/Makefile
==============================================================================
--- head/devel/py-mongoengine/Makefile	Wed Sep 10 14:22:19 2014	(r367850)
+++ head/devel/py-mongoengine/Makefile	Wed Sep 10 14:23:43 2014	(r367851)
@@ -12,12 +12,13 @@ COMMENT=	Object-Document-Mapper for work
 
 LICENSE=	MIT
 
-BROKEN=		Conflicts with pymongo dependency
-
 RUN_DEPENDS=	pymongo>=2.5:${PORTSDIR}/databases/pymongo
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+# bson is provided by pymongo
+post-patch:
+	@${RM} -rf ${WRKSRC}/bson
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list