git: b86148ca8187 - main - x11/wlr-which-key: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jun 2025 11:42:24 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b86148ca8187396820c819f692d6f4eba03dbb58
commit b86148ca8187396820c819f692d6f4eba03dbb58
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-06-23 11:40:35 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-06-23 11:40:35 +0000
x11/wlr-which-key: Take maintainership
- Pet portclippy
---
x11/wlr-which-key/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile
index e35d5a50c5c2..bddb529561ae 100644
--- a/x11/wlr-which-key/Makefile
+++ b/x11/wlr-which-key/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
CATEGORIES= x11 wayland
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nivit@FreeBSD.org
COMMENT= Keymap manager for wlroots-based compositors
WWW= https://github.com/MaxVerevkin/wlr-which-key
@@ -14,8 +14,9 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cargo gnome
USE_GITHUB= yes
-USE_GNOME= cairo pango
GH_ACCOUNT= MaxVerevkin
+USE_GNOME= cairo pango
+
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>