git: 76b5cdb98670 - main - x11/libei: drop terminating line escape per portlint
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 May 2023 19:27:03 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=76b5cdb98670fc147fc5df8bf65e086134d0b3f7 commit 76b5cdb98670fc147fc5df8bf65e086134d0b3f7 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-17 19:26:06 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-17 19:27:00 +0000 x11/libei: drop terminating line escape per portlint WARN: x11/libei/Makefile: extra item placed in the *_DEPENDS section, for example, "USES". --- x11/libei/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/libei/Makefile b/x11/libei/Makefile index 11c073578fe2..4b6ae3cac97a 100644 --- a/x11/libei/Makefile +++ b/x11/libei/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dbusmock>0:devel/py-python-dbusmock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}StrEnum>0:devel/py-strenum@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}structlog>0:devel/py-structlog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}structlog>0:devel/py-structlog@${PY_FLAVOR} USES= compiler:c11 localbase meson pkgconfig python:build USE_GITHUB= nodefault