svn commit: r413116 - head/databases/pymongo

Dmitry Sivachenko demon at FreeBSD.org
Tue Apr 12 13:37:20 UTC 2016


Author: demon
Date: Tue Apr 12 13:37:19 2016
New Revision: 413116
URL: https://svnweb.freebsd.org/changeset/ports/413116

Log:
  Register conflict with pymongo28 port.
  
  Approved by:	wg (maintainer)

Modified:
  head/databases/pymongo/Makefile

Modified: head/databases/pymongo/Makefile
==============================================================================
--- head/databases/pymongo/Makefile	Tue Apr 12 13:36:39 2016	(r413115)
+++ head/databases/pymongo/Makefile	Tue Apr 12 13:37:19 2016	(r413116)
@@ -12,6 +12,8 @@ COMMENT=	Python driver for MongoDB
 
 LICENSE=	APACHE20
 
+CONFLICTS_INSTALL=	py[0-9][0-9]-pymongo28
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-all mailing list