git: ed1781deac03 - main - x11-wm: update to 6.4 and take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jul 2023 15:29:11 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed1781deac038a174b29699dc387390c65384f6b
commit ed1781deac038a174b29699dc387390c65384f6b
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-07-12 15:28:20 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-07-12 15:28:20 +0000
x11-wm: update to 6.4 and take maintainership
---
x11-wm/dwm/Makefile | 4 ++--
x11-wm/dwm/distinfo | 6 +++---
x11-wm/dwm/files/volumecontrol-patch-config.def.h | 19 ++++++++++---------
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile
index 1608df6f8eab..223e012fe188 100644
--- a/x11-wm/dwm/Makefile
+++ b/x11-wm/dwm/Makefile
@@ -1,9 +1,9 @@
PORTNAME= dwm
-DISTVERSION= 6.3
+DISTVERSION= 6.4
CATEGORIES= x11-wm
MASTER_SITES= http://dl.suckless.org/${PORTNAME}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Dynamic, small, fast and simple window manager
WWW= https://dwm.suckless.org/
diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo
index 26b69f82c174..54501eaf70c4 100644
--- a/x11-wm/dwm/distinfo
+++ b/x11-wm/dwm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642674880
-SHA256 (dwm-6.3.tar.gz) = badaa028529b1fba1fd7f9a84f3b64f31190466c858011b53e2f7b70c6a3078d
-SIZE (dwm-6.3.tar.gz) = 25351
+TIMESTAMP = 1689174813
+SHA256 (dwm-6.4.tar.gz) = fa9c0d69a584485076cfc18809fd705e5c2080dafb13d5e729a3646ca7703a6e
+SIZE (dwm-6.4.tar.gz) = 25321
diff --git a/x11-wm/dwm/files/volumecontrol-patch-config.def.h b/x11-wm/dwm/files/volumecontrol-patch-config.def.h
index 2a14410402bb..3ab15d4680b9 100644
--- a/x11-wm/dwm/files/volumecontrol-patch-config.def.h
+++ b/x11-wm/dwm/files/volumecontrol-patch-config.def.h
@@ -1,18 +1,19 @@
---- config.def.h.orig 2015-11-08 23:39:37.000000000 +0100
-+++ config.def.h 2018-03-25 21:26:37.860145000 +0200
-@@ -56,7 +56,11 @@
- static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
- static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
+--- config.def.h.orig 2022-10-04 17:38:18 UTC
++++ config.def.h
+@@ -58,7 +58,12 @@ static const Layout layouts[] = {
+ /* commands */
+ static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
-+static const char *incrvol[] = { "mixer", "vol", "+1:+1", NULL};
-+static const char *decrvol[] = { "mixer", "vol", "-1:-1", NULL};
++static const char *incrvol[] = { "mixer", "vol", "+1:+1", NULL };
++static const char *decrvol[] = { "mixer", "vol", "-1:-1", NULL };
+#define XK_XF86AudioLowerVolume 0x1008ff11
+#define XK_XF86AudioRaiseVolume 0x1008ff13
- static Key keys[] = {
++
+ static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_p, spawn, {.v = dmenucmd } },
-@@ -92,6 +96,8 @@
+@@ -94,6 +99,8 @@ static const Key keys[] = {
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },