svn commit: r527583 - head/www/py-tornado6

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


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

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

Modified: head/www/py-tornado6/Makefile
==============================================================================
--- head/www/py-tornado6/Makefile	Sun Mar  1 18:18:59 2020	(r527582)
+++ head/www/py-tornado6/Makefile	Sun Mar  1 18:19:04 2020	(r527583)
@@ -13,10 +13,11 @@ COMMENT=	Python Web Server from FriendFeed
 
 LICENSE=	APACHE20
 
-CONFLICTS=	py[0-9]*-tornado-* py[0-9]*-tornado4-*
-
 USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}tornado \
+			${PYTHON_PKGNAMEPREFIX}tornado4
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/tornado/speedups.so


More information about the svn-ports-head mailing list