svn commit: r527582 - head/www/py-tornado4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 18:19:02 UTC 2020


Author: sunpoet
Date: Sun Mar  1 18:18:59 2020
New Revision: 527582
URL: https://svnweb.freebsd.org/changeset/ports/527582

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-tornado4/Makefile

Modified: head/www/py-tornado4/Makefile
==============================================================================
--- head/www/py-tornado4/Makefile	Sun Mar  1 18:18:54 2020	(r527581)
+++ head/www/py-tornado4/Makefile	Sun Mar  1 18:18:59 2020	(r527582)
@@ -13,10 +13,11 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
-CONFLICTS=	py[0-9]*-tornado-* py[0-9]*-tornado6-*
-
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}tornado \
+			${PYTHON_PKGNAMEPREFIX}tornado6
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list