git: c8179d78f487 - main - security/py-biscuit-auth: Add Python flavors
Jochen Neumeister <[email protected]> Thu, 06 Aug 2026 02:39:01 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a73f3c5.3ccea.123d6a73__47533.5690470942$1785983958$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8179d78f4871b0d62ec5546b904e28e0c2cacf0 commit c8179d78f4871b0d62ec5546b904e28e0c2cacf0 Author: Jochen Neumeister <[email protected]> AuthorDate: 2026-08-06 02:37:05 +0000 Commit: Jochen Neumeister <[email protected]> CommitDate: 2026-08-06 02:38:51 +0000 security/py-biscuit-auth: Add Python flavors The port built for the default Python version only, so consumers had no flavor to depend on and had to spell the dependency without ${PY_FLAVOR}. Sponsored by: Netzkommune GmbH --- security/py-biscuit-auth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-biscuit-auth/Makefile b/security/py-biscuit-auth/Makefile index 278362c61268..c663d37ffff1 100644 --- a/security/py-biscuit-auth/Makefile +++ b/security/py-biscuit-auth/Makefile @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= eclipse-biscuit GH_PROJECT= biscuit-python GH_TAGNAME= ${DISTVERSION} -USE_PYTHON= autoplist concurrent +USE_PYTHON= autoplist concurrent flavors CARGO_BUILD= no CARGO_INSTALL= no