Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 19:27:03 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 76b5cdb98670 - main - x11/libei: drop terminating line escape per portlint
Message-ID:  <202305171927.34HJR3sS078989@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305171927.34HJR3sS078989>