Date: Fri, 13 Sep 2024 14:54:02 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 49f6d74ff56a - main - */*: Reword python ignore mesage Message-ID: <202409131454.48DEs2sl033649@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=49f6d74ff56af978f7883672b99d43c051e2643a commit 49f6d74ff56af978f7883672b99d43c051e2643a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-09-13 14:53:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-09-13 14:53:06 +0000 */*: Reword python ignore mesage --- databases/py-carbon/Makefile | 2 +- deskutils/py-bugwarrior/Makefile | 2 +- www/py-gandi.cli/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/py-carbon/Makefile b/databases/py-carbon/Makefile index 89318ac71662..646d83144635 100644 --- a/databases/py-carbon/Makefile +++ b/databases/py-carbon/Makefile @@ -32,7 +32,7 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} .include <bsd.port.pre.mk> .if ${PYTHON_REL} > 30900 -BROKEN= Python-3.9 is not supported +BROKEN= Python-3.9 or later is not supported .endif post-patch: diff --git a/deskutils/py-bugwarrior/Makefile b/deskutils/py-bugwarrior/Makefile index 3ffeadca91d3..ba9a93dd1015 100644 --- a/deskutils/py-bugwarrior/Makefile +++ b/deskutils/py-bugwarrior/Makefile @@ -55,7 +55,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensi .endif .if ${PYTHON_REL} > 30900 -BROKEN= python-3.9 is not supported +BROKEN= python-3.9 or later is not supported .endif do-test: diff --git a/www/py-gandi.cli/Makefile b/www/py-gandi.cli/Makefile index 0899763d262d..450ef1b0e5b3 100644 --- a/www/py-gandi.cli/Makefile +++ b/www/py-gandi.cli/Makefile @@ -30,7 +30,7 @@ NO_ARCH= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} > 30900 -BROKEN= python-3.9 is not supported +BROKEN= python-3.9 or later is not supported .endif do-test:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409131454.48DEs2sl033649>