[Bug 294678] ports-mgmt/portlint: portlint fails to complain about "\" followed by an empty line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 02:58:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294678
Bug ID: 294678
Summary: ports-mgmt/portlint: portlint fails to complain about
"\" followed by an empty line
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: marcus@FreeBSD.org
Reporter: yuri@freebsd.org
Assignee: marcus@FreeBSD.org
Flags: maintainer-feedback?(marcus@FreeBSD.org)
The following pattern is passed by portlint:
> BUILD_DEPENDS= ${PY_SETUPTOOLS} \
> ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
> RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=7.4.3:textproc/py-chardet@${PY_FLAVOR} \
> ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
> ${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text@${PY_FLAVOR} \
> ${PYTHON_PKGNAMEPREFIX}mistune>=3.2.0:textproc/py-mistune@${PY_FLAVOR} \
> ${PYTHON_PKGNAMEPREFIX}urllib3>=2.6.3:net/py-urllib3@${PY_FLAVOR} \
>
>
> USES= python
> USE_PYTHON= pep517 noflavors autoplist
portlint should complain about an empty line after "\".
--
You are receiving this mail because:
You are the assignee for the bug.