svn commit: r456246 - head/databases/py-sqlparse020

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 13 20:50:15 UTC 2017


Author: sunpoet
Date: Wed Dec 13 20:50:09 2017
New Revision: 456246
URL: https://svnweb.freebsd.org/changeset/ports/456246

Log:
  Add CONFLICTS_INSTALL

Modified:
  head/databases/py-sqlparse020/Makefile

Modified: head/databases/py-sqlparse020/Makefile
==============================================================================
--- head/databases/py-sqlparse020/Makefile	Wed Dec 13 20:50:04 2017	(r456245)
+++ head/databases/py-sqlparse020/Makefile	Wed Dec 13 20:50:09 2017	(r456246)
@@ -16,4 +16,6 @@ NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}sqlparse ${PYTHON_PKGNAMEPREFIX}sqlparse01
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list