From: izzy Meyer Subject: x11/emwm & x11/emwm-utils: trivial update to 1.3.1 To: ports@openbsd.org Date: Sun, 28 Sep 2025 10:47:53 -0500 Hello ports@ Attached is an update to 1.3.1 for the emwm and emwm-utils ports in one diff as they go together. Changelog for emwm: Aug 02, 2025 - v1.3.1 Maintenance release, fixing compilation issues with newer compilers. Changelog for emwm-utils: Sep 27, 2025 - v1.3.1 - Toolbox will properly recover from parse errors - Fixed timed locking in xmsm - Special chars in variable expansion are handled more akin to sh Mostly bugfix release stuff. I tested on macppc and amd64 with good success and no regressions. Plus, my patches still apply normally! OK for commit? -- iz (she/her) > i like to say mundane things, > there are too many uninteresting things > that go unnoticed. izder456 (dot) neocities (dot) org diff --git x11/emwm-utils/Makefile x11/emwm-utils/Makefile index 127fceca498..65cced8c676 100644 --- x11/emwm-utils/Makefile +++ x11/emwm-utils/Makefile @@ -1,6 +1,6 @@ COMMENT = session manager and a toolchest-like application launcher -V = 1.3 +V = 1.3.1 DISTNAME = emwm-utils-src-${V} PKGNAME = emwm-utils-${V} REVISION = 1 diff --git x11/emwm-utils/distinfo x11/emwm-utils/distinfo index 6aa1d5d124c..ac60ee69424 100644 --- x11/emwm-utils/distinfo +++ x11/emwm-utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (emwm-utils-src-1.3.tar.xz) = 4TXV1ZZug/1h6JADiGdczeYtQiMBLMaDO8ouXjchoKo= -SIZE (emwm-utils-src-1.3.tar.xz) = 28144 +SHA256 (emwm-utils-src-1.3.1.tar.xz) = dIEVhMm1fdUcQvR9v67NOiqJGyLkwOoIY3VYguYeb3s= +SIZE (emwm-utils-src-1.3.1.tar.xz) = 28416 diff --git x11/emwm/Makefile x11/emwm/Makefile index 505b63946ba..f291043c5e3 100644 --- x11/emwm/Makefile +++ x11/emwm/Makefile @@ -1,6 +1,6 @@ COMMENT = enhanced motif window manager (MWM fork) -V = 1.3 +V = 1.3.1 DISTNAME = emwm-src-${V} PKGNAME = emwm-${V} diff --git x11/emwm/distinfo x11/emwm/distinfo index df51c381fcc..91b82371db9 100644 --- x11/emwm/distinfo +++ x11/emwm/distinfo @@ -1,2 +1,2 @@ -SHA256 (emwm-src-1.3.tar.xz) = Y58/q4P/a0scnHnKRr9iBIVevoNC7gUqIUiUJVQQuM0= -SIZE (emwm-src-1.3.tar.xz) = 337648 +SHA256 (emwm-src-1.3.1.tar.xz) = IH69ELAMNa5HBad9izdfccASF7BSk5qLSywyk7vzR4c= +SIZE (emwm-src-1.3.1.tar.xz) = 289252