Date: Sat, 4 Jun 2022 22:11:19 GMT From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2c2ce2bf369d - main - x11/xbanish: Take maintainership Message-ID: <202206042211.254MBJif017824@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c2ce2bf369d28bb9b5a3eead40717bed118a06a commit 2c2ce2bf369d28bb9b5a3eead40717bed118a06a Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2022-06-04 22:05:18 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2022-06-04 22:10:33 +0000 x11/xbanish: Take maintainership While here, add missing xext dependency reported by stage-qa. --- x11/xbanish/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/xbanish/Makefile b/x11/xbanish/Makefile index 2e3ddb33ff40..6040a79e9716 100644 --- a/x11/xbanish/Makefile +++ b/x11/xbanish/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.8 CATEGORIES= x11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dmgk@FreeBSD.org COMMENT= Banish the mouse cursor when typing LICENSE= BSD3CLAUSE @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE USES= xorg USE_GITHUB= yes GH_ACCOUNT= jcs -USE_XORG= x11 xfixes xi xt +USE_XORG= x11 xext xfixes xi xt MAKE_ARGS= X11BASE="${LOCALBASE}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206042211.254MBJif017824>