svn commit: r527581 - head/www/py-tornado
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 1 18:18:56 UTC 2020
Author: sunpoet
Date: Sun Mar 1 18:18:54 2020
New Revision: 527581
URL: https://svnweb.freebsd.org/changeset/ports/527581
Log:
Update CONFLICTS_INSTALL
- Use CONFLICTS_INSTALL instead of CONFLICTS
It only conflicts with tornado 4.x and 5.x of same Python version.
Modified:
head/www/py-tornado/Makefile
Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile Sun Mar 1 18:18:49 2020 (r527580)
+++ head/www/py-tornado/Makefile Sun Mar 1 18:18:54 2020 (r527581)
@@ -14,10 +14,11 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PY_FUTURES}
-CONFLICTS= py[0-9]*-tornado[46]-*
-
USES= python
USE_PYTHON= autoplist distutils
+
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}tornado4 \
+ ${PYTHON_PKGNAMEPREFIX}tornado6
.include <bsd.port.pre.mk>
More information about the svn-ports-head
mailing list