Date: Sun, 15 Jun 2025 14:52:47 GMT From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6a8ba43e4b85 - main - sysutils/iocage: Fix CONFLICTS Message-ID: <202506151452.55FEqliu015767@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a8ba43e4b852e4207ccea6c29e053a9e8161d54 commit 6a8ba43e4b852e4207ccea6c29e053a9e8161d54 Author: Chad Jacob Milios <milios@ccsys.com> AuthorDate: 2025-06-15 14:51:25 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2025-06-15 14:51:59 +0000 sysutils/iocage: Fix CONFLICTS PR: 286022 --- sysutils/iocage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile index d1c2eaf43b35..02b459bd45f4 100644 --- a/sysutils/iocage/Makefile +++ b/sysutils/iocage/Makefile @@ -34,7 +34,7 @@ USE_GITHUB= yes GH_ACCOUNT= freebsd USE_PYTHON= autoplist distutils -CONFLICTS= py*-iocage py*-iocage-devel +CONFLICTS= py*[0-9]-iocage py*-iocage-devel NO_ARCH= yes PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}_lib-${PORTVERSION}-py${PYTHON_VER}.egg-info/PKG-INFO \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506151452.55FEqliu015767>
