svn commit: r494194 - head/databases/py-sqlparse

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 28 21:35:19 UTC 2019


Author: sunpoet
Date: Thu Feb 28 21:35:13 2019
New Revision: 494194
URL: https://svnweb.freebsd.org/changeset/ports/494194

Log:
  Update CONFLICTS_INSTALL

Modified:
  head/databases/py-sqlparse/Makefile

Modified: head/databases/py-sqlparse/Makefile
==============================================================================
--- head/databases/py-sqlparse/Makefile	Thu Feb 28 21:35:07 2019	(r494193)
+++ head/databases/py-sqlparse/Makefile	Thu Feb 28 21:35:13 2019	(r494194)
@@ -13,10 +13,11 @@ COMMENT=	Non-validating SQL parser for Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}sqlparse01 ${PYTHON_PKGNAMEPREFIX}sqlparse020
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}sqlparse020
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list