Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2021 14:53:03 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e2926e38497 - main - sysutils/iocage: Update CONFLICTS specification
Message-ID:  <202110271453.19REr3kK043260@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110271453.19REr3kK043260>