Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2026 19:16:10 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21a6c2722772 - main - x11-wm/cwm: Update to 7.9
Message-ID:  <6a0e087a.372cf.971b1f2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21a6c2722772c4996c6ed5026a7584b4ea0296f9

commit 21a6c2722772c4996c6ed5026a7584b4ea0296f9
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-05-20 19:01:35 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-05-20 19:15:57 +0000

    x11-wm/cwm: Update to 7.9
    
    ChangeLog:
    
    2026-05-19: Tenth public release 7.9 of portable cwm.
    
    Changes made between OpenBSD 7.6 and 7.7:
    * Grab the pointer against the root window instead of the client we're
      attempting to move and/or resize; prevents XNextEvent() from
      blocking on a client that might have been moved to a Withdrawn
      state.
    
    Changes made between OpenBSD 7.7 and 7.8:
    * Add cwmrc(5) window-snap-center function.
    
    Changes made between OpenBSD 7.8 and 7.9:
    * Have cwm(1) handle Meta release as a separate mod key.
    
    MFH:            2026Q2
---
 x11-wm/cwm/Makefile | 3 +--
 x11-wm/cwm/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-wm/cwm/Makefile b/x11-wm/cwm/Makefile
index 5ed61e0e9a29..f4aac7d873da 100644
--- a/x11-wm/cwm/Makefile
+++ b/x11-wm/cwm/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	cwm
-DISTVERSION=	7.4
-PORTREVISION= 	1
+DISTVERSION=	7.9
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://leahneukirchen.org/releases/
 
diff --git a/x11-wm/cwm/distinfo b/x11-wm/cwm/distinfo
index e56909ec1763..3d164eb29cb0 100644
--- a/x11-wm/cwm/distinfo
+++ b/x11-wm/cwm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697881057
-SHA256 (cwm-7.4.tar.gz) = b4f275143c8c716d7df1cfbb230f888c72aa861708e144d1749858f1cc6fcac0
-SIZE (cwm-7.4.tar.gz) = 53781
+TIMESTAMP = 1779303238
+SHA256 (cwm-7.9.tar.gz) = ec75056a5f57980d9f57076c4ae7d25a1e6903ea4e793c0a04b98e25edb0fc90
+SIZE (cwm-7.9.tar.gz) = 54130


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0e087a.372cf.971b1f2>