aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-27 14:48:44 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-27 14:52:57 +0000
commit2e2926e3849731a82ae9a628351c37d36f3d343f (patch)
treecd66d478261a02f472bad61df493c9fd87527aac
parentc1f6d03bf9305cd02ab733359989fd33c6675231 (diff)
sysutils/iocage: Update CONFLICTS specification
This port used to restrict its CONFLICTS entry to py-iocage built for Python-2.7, but it does obviously conflict with that ports built for any Python version. This port is marked as NO_ARCH=yes and I do assumed that there is only an install conflict, but have not tested that assumption and therefore not changed the CONFLICTS to CONFLICTS_INSTALL. Approved by: grembo (maintainer)
-rw-r--r--sysutils/iocage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile
index e1dba6cb42d6..0a3d672e5601 100644
--- a/sysutils/iocage/Makefile
+++ b/sysutils/iocage/Makefile
@@ -37,7 +37,7 @@ USES= python:3.6+
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
-CONFLICTS= py27-iocage-[0-9]*
+CONFLICTS= py*-iocage-[0-9]*
NO_ARCH= yes
PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}_lib-${PORTVERSION}-py${PYTHON_VER}.egg-info/PKG-INFO \