Date: Fri, 30 Jun 2023 11:43:11 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3ac19217fc5e - main - devel/py-openapi-spec-validator: Hook up option Message-ID: <202306301143.35UBhBsf015845@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ac19217fc5ed7d297861811e5094f7647b88058 commit 3ac19217fc5ed7d297861811e5094f7647b88058 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2023-06-30 09:36:31 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2023-06-30 11:40:17 +0000 devel/py-openapi-spec-validator: Hook up option Spell OPTIONS_DEFINE correctly. Reported by: portfmt scan --- devel/py-openapi-spec-validator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-openapi-spec-validator/Makefile b/devel/py-openapi-spec-validator/Makefile index 05c54bf75e1f..32d07846926e 100644 --- a/devel/py-openapi-spec-validator/Makefile +++ b/devel/py-openapi-spec-validator/Makefile @@ -28,7 +28,7 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTION_DEIFNE= REQUESTS +OPTIONS_DEFINE= REQUESTS REQUESTS_DESC= Requests support REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306301143.35UBhBsf015845>