Re: git: 35fabf28b1cb - main - Mk/Uses/python.mk: Fix f68ce0bd2825dccfb0fcf52fecf6e4c0d2796d69
Date: Sun, 19 Oct 2025 18:20:34 UTC
On Sun, Oct 19, 2025 at 9:59 PM Herbert J. Skuhra <herbert@gojira.at> wrote:
> On Sun, 19 Oct 2025 15:48:47 +0200, Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> wrote:
> >
> > The branch main has been updated by sunpoet:
> >
> > URL:
> https://cgit.FreeBSD.org/ports/commit/?id=35fabf28b1cb584cbf8a476ad88b75a32682c7e7
> >
> > commit 35fabf28b1cb584cbf8a476ad88b75a32682c7e7
> > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> > AuthorDate: 2025-10-19 13:45:50 +0000
> > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> > CommitDate: 2025-10-19 13:48:13 +0000
> >
> > Mk/Uses/python.mk: Fix f68ce0bd2825dccfb0fcf52fecf6e4c0d2796d69
> >
> > The CRYPTOGRAPHY_DEPENDS change is unintentional.
> > ---
> > Mk/Uses/python.mk | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
> > index 37a2a48b9a55..5408c859bf0f 100644
> > --- a/Mk/Uses/python.mk
> > +++ b/Mk/Uses/python.mk
> > @@ -633,7 +633,7 @@ _PYTHONPKGLIST= ${WRKDIR}/.PLIST.pymodtmp
> >
> > # cryptography* support
> > . if ${PYCRYPTOGRAPHY_DEFAULT} == rust
> > -CRYPTOGRAPHY_DEPENDS=
> ${PYTHON_PKGNAMEPREFIX}cryptography>=45.0.7,1<47,1:security/py-cryptography@
> ${PY_FLAVOR}
> > +RYPTOGRAPHY_DEPENDS=
> ${PYTHON_PKGNAMEPREFIX}cryptography>=44.0.3,1:security/py-cryptography@
> ${PY_FLAVOR}
> ^^^
> Typo ?
>
Fixed in 4c352332caddaa03c81e6c31df5a9a719ca518ec.
Thanks.