Date: Tue, 16 May 2023 05:29:08 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 271444] devel/py-flake8-pyi: Typo in Makefile Message-ID: <bug-271444-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271444 Bug ID: 271444 Summary: devel/py-flake8-pyi: Typo in Makefile Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: freebsd-bug-report-yf@yf.bsdclub.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) There exists a typo in RUN_DEPENDS definition in ".if ${PYTHON_REL} < 30900" block, which blocks make ports index. diff --git a/devel/py-flake8-pyi/Makefile b/devel/py-flake8-pyi/Makefile index 8c5edd6627e3..fd6d5d594b0e 100644 --- a/devel/py-flake8-pyi/Makefile +++ b/devel/py-flake8-pyi/Makefile @@ -24,7 +24,7 @@ NO_ARCH=3D yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30900 -RUN_DEPENDS+=3D=20 ${PYTHON_PKGNAMEPREFIX}ast-decompiler>=3D0.7.0<1.0:deve/py-ast-decompiler@$= {PY_FLAVOR} +RUN_DEPENDS+=3D=20 ${PYTHON_PKGNAMEPREFIX}ast-decompiler>=3D0.7.0<1.0:devel/py-ast-decompiler@= ${PY_FLAVOR} .endif .include <bsd.port.post.mk> --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271444-7788>