Date: Thu, 23 Apr 2026 04:18:13 +0000 From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 49f44e72ce16 - main - sysutils/py-ansible-core: Only portscout the master ports Message-ID: <69e99d85.3e5aa.640b875c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=49f44e72ce167ef76cfc4c07e5fff20476ee353f commit 49f44e72ce167ef76cfc4c07e5fff20476ee353f Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-04-23 04:15:53 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-04-23 04:15:53 +0000 sysutils/py-ansible-core: Only portscout the master ports Never the metaport. This avoids false positives due to the metaport using a 2.19 instead of 2.20 (because 2.20 requires Python 3.12 to be the default python). --- sysutils/py-ansible-core/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile index 98d26a059d92..7927a86d54c8 100644 --- a/sysutils/py-ansible-core/Makefile +++ b/sysutils/py-ansible-core/Makefile @@ -3,4 +3,7 @@ ANSIBLE_CORE_VERSION?= 219 MASTERDIR= ${.CURDIR}/../py-ansible-core${ANSIBLE_CORE_VERSION} +# Portscout only the master ports, never the metaport. +PORTSCOUT= ignore:1 + .include "${MASTERDIR}/Makefile"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e99d85.3e5aa.640b875c>
