Date: Fri, 10 Apr 2026 17:54:22 +0000 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: 1df652d26a46 - main - x11-wm/dwl: update to 0.8 Message-ID: <69d9394e.34013.72e98667@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1df652d26a46c3fa98a5295ea8f495d2a3cf8e2d commit 1df652d26a46c3fa98a5295ea8f495d2a3cf8e2d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-12-27 23:08:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2026-04-10 17:54:04 +0000 x11-wm/dwl: update to 0.8 Changes: https://codeberg.org/dwl/dwl/releases/tag/v0.8 Reported by: Repology --- x11-wm/dwl/Makefile | 5 ++--- x11-wm/dwl/distinfo | 6 +++--- x11-wm/dwl/files/patch-dwl.1 | 21 --------------------- 3 files changed, 5 insertions(+), 27 deletions(-) diff --git a/x11-wm/dwl/Makefile b/x11-wm/dwl/Makefile index 6aeb0badc1f3..1dd7e3887c66 100644 --- a/x11-wm/dwl/Makefile +++ b/x11-wm/dwl/Makefile @@ -1,7 +1,6 @@ PORTNAME= dwl DISTVERSIONPREFIX= v -DISTVERSION= 0.7 -PORTREVISION= 2 +DISTVERSION= 0.8 CATEGORIES= x11-wm wayland MASTER_SITES= https://codeberg.org/${PORTNAME}/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -18,7 +17,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.dwm BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libwayland-server.so:graphics/wayland \ - libwlroots-0.18.so:x11-toolkits/wlroots018 \ + libwlroots-0.19.so:x11-toolkits/wlroots019 \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon diff --git a/x11-wm/dwl/distinfo b/x11-wm/dwl/distinfo index a52ac6d519a4..c97543e2907e 100644 --- a/x11-wm/dwl/distinfo +++ b/x11-wm/dwl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722967407 -SHA256 (dwl-v0.7.tar.gz) = 401a572462fa89f6adf0d0cfe58d909ef334a2c7cd1357db86ec70f32bd4b4d3 -SIZE (dwl-v0.7.tar.gz) = 64561 +TIMESTAMP = 1766876912 +SHA256 (dwl-v0.8.tar.gz) = a80cc39794a17b9753349496e2cb127f1de22eb179d78f2c22ef647f2643a654 +SIZE (dwl-v0.8.tar.gz) = 65818 diff --git a/x11-wm/dwl/files/patch-dwl.1 b/x11-wm/dwl/files/patch-dwl.1 deleted file mode 100644 index dcbb2cbd4cf3..000000000000 --- a/x11-wm/dwl/files/patch-dwl.1 +++ /dev/null @@ -1,21 +0,0 @@ -https://codeberg.org/dwl/dwl/issues/697 - ---- dwl.1.orig 2024-08-06 18:03:27 UTC -+++ dwl.1 -@@ -100,6 +100,16 @@ These might differ depending on your keyboard layout. - .Nm . - .El - These might differ depending on your keyboard layout. -+.Ss Mouse commands -+.Bl -tag -width 20n -offset indent -compact -+.It Mod-Button1 -+Move focused window while dragging. Tiled windows will be toggled to the floating state. -+.It Mod-Button2 -+Toggles focused window between floating and tiled state. -+.It Mod-Button3 -+Resize focused window while dragging. Tiled windows will be toggled to -+the -+floating state. - .Sh ENVIRONMENT - These environment variables are used by - .Nm :home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9394e.34013.72e98667>
