svn commit: r417333 - head/databases/py-MySQLdb

Pawel Pekala pawel at FreeBSD.org
Wed Jun 22 20:37:43 UTC 2016


Author: pawel
Date: Wed Jun 22 20:37:42 2016
New Revision: 417333
URL: https://svnweb.freebsd.org/changeset/ports/417333

Log:
  Register conflict with newly added databases/py-mysqlclient

Modified:
  head/databases/py-MySQLdb/Makefile

Modified: head/databases/py-MySQLdb/Makefile
==============================================================================
--- head/databases/py-MySQLdb/Makefile	Wed Jun 22 20:36:19 2016	(r417332)
+++ head/databases/py-MySQLdb/Makefile	Wed Jun 22 20:37:42 2016	(r417333)
@@ -16,7 +16,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	farcepest
 GH_PROJECT=	${PORTNAME}1
 
-CONFLICTS=	py*-MySQLdb-[0-9]* py*-MySQLdb5[0-9]-[0-9]*
+CONFLICTS=	py*-MySQLdb-[0-9]* py*-MySQLdb5[0-9]-[0-9]* py*-mysqlclient-[0-9]*
 
 PORTDOCS=	*
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}


More information about the svn-ports-head mailing list