Date: Thu, 30 Jun 2022 22:26:40 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: ec2dff2682a1 - main - www/py-gandi.cli: Fix BUILD Message-ID: <202206302226.25UMQeor018391@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=ec2dff2682a1259e2b8dff4f10e35a476a1349ba commit ec2dff2682a1259e2b8dff4f10e35a476a1349ba Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-30 22:19:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-30 22:24:26 +0000 www/py-gandi.cli: Fix BUILD Fixes: 45dc0ba Mark BROKEN for python39 --- www/py-gandi.cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-gandi.cli/Makefile b/www/py-gandi.cli/Makefile index 16e14d683bf5..412584d60ff9 100644 --- a/www/py-gandi.cli/Makefile +++ b/www/py-gandi.cli/Makefile @@ -36,4 +36,4 @@ BROKEN= python-3.9 is not supported do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206302226.25UMQeor018391>