git: 2e2926e38497 - main - sysutils/iocage: Update CONFLICTS specification
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Oct 2021 14:53:03 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e2926e3849731a82ae9a628351c37d36f3d343f commit 2e2926e3849731a82ae9a628351c37d36f3d343f Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-27 14:48:44 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-27 14:52:57 +0000 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) --- sysutils/iocage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \