Date: Sun, 20 Feb 2022 18:31:15 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: a619e00566df - main - x11/wshowkeys: restrict setuid bit like 341770e8679d Message-ID: <202202201831.21KIVFZs049796@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=a619e00566df676142c4833bd2bfa972ad0dede4 commit a619e00566df676142c4833bd2bfa972ad0dede4 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-02-20 17:16:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-02-20 18:30:49 +0000 x11/wshowkeys: restrict setuid bit like 341770e8679d --- x11/wshowkeys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/wshowkeys/Makefile b/x11/wshowkeys/Makefile index e3a1bd1888ad..7a396c994525 100644 --- a/x11/wshowkeys/Makefile +++ b/x11/wshowkeys/Makefile @@ -1,7 +1,7 @@ PORTNAME= wshowkeys PORTVERSION= s20200330 DISTVERSIONSUFFIX= -0-g6388a49 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -22,6 +22,6 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd \ USES= compiler:c11 gnome meson pkgconfig USE_GNOME= cairo pango -PLIST_FILES= "@(,,4755) bin/${PORTNAME}" +PLIST_FILES= "@(,video,4750) bin/${PORTNAME}" .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202201831.21KIVFZs049796>