diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2022-10-22 17:01:30 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2022-10-22 17:01:30 +0000 |
commit | a832d6acede0d5120f8d3d74f20ba03081be14ce (patch) | |
tree | 45f36fc3de9ad37a85087063eba1bc5ddefd9acb /wm | |
parent | 62fb21f2259a600bc9c1b3d133712c901c37679f (diff) | |
download | pkgsrc-a832d6acede0d5120f8d3d74f20ba03081be14ce.tar.gz |
jwm: update to 2.4.3.
Upstream changes:
https://github.com/joewing/jwm/releases/tag/v2.4.3
v2.4.3
What's Changed
* Update es.po by @ciroH in #570
* Fall back to the 2.3.7 behavior when SVG image size in pixels is unknown by
@dimkr in #572
* Closes #575 Add window title match support in Group config section by
@twister9893 in #576
* Retry select() on dynamic menu pipe if interrupted by SIGCHLD by @dimkr in
#577
* Update ru.po by @adem4ik in #582
* added configuration options for issue #585 (kill menu, client name in
title) by @mikefhewitt in #587
New Contributors
* @ciroH made their first contribution in #570
* @dimkr made their first contribution in #572
* @twister9893 made their first contribution in #576
* @adem4ik made their first contribution in #582
* @mikefhewitt made their first contribution in #587
Diffstat (limited to 'wm')
-rw-r--r-- | wm/jwm/Makefile | 4 | ||||
-rw-r--r-- | wm/jwm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index a9bf0b58d67..b29c9ee623e 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2022/05/28 17:52:06 tsutsui Exp $ +# $NetBSD: Makefile,v 1.54 2022/10/22 17:01:30 tsutsui Exp $ -DISTNAME= jwm-2.4.2 +DISTNAME= jwm-2.4.3 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=joewing/} GITHUB_PROJTECT= ${DISTNAME:S/-${PKGVERSION_NOREV}//} diff --git a/wm/jwm/distinfo b/wm/jwm/distinfo index b3b8d40b6fb..e9d5ac33fce 100644 --- a/wm/jwm/distinfo +++ b/wm/jwm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2022/05/28 17:52:06 tsutsui Exp $ +$NetBSD: distinfo,v 1.18 2022/10/22 17:01:30 tsutsui Exp $ -BLAKE2s (jwm-2.4.2.tar.xz) = b318bb13d11806cd732b2b93cac3dfae62bd49179a4598c071dea90bd26b4ec5 -SHA512 (jwm-2.4.2.tar.xz) = 2669c3e2ab2d9a5539d02559108a2bc601bb2209de03dc15057a65c14b5e1268cc58009f4102c4d90302c0705ada5578997a3644c736a46a7e8cf13766cc92fe -Size (jwm-2.4.2.tar.xz) = 316000 bytes +BLAKE2s (jwm-2.4.3.tar.xz) = a1e79d1ff1fe22080dd86b59620e2a14b5178e810f25325b5d83da4d93556530 +SHA512 (jwm-2.4.3.tar.xz) = 35b8a6da9614f11881013aa77c36ee88ce9a213f056e797231b772132beb841d54094809b6a476383999bddeccf61451f72cd166309dd79c223b634cf5d1e69e +Size (jwm-2.4.3.tar.xz) = 317192 bytes SHA1 (patch-Makefile.in) = 0ae071bfa59770c3b07f8ab6ce138e6d92318e1f SHA1 (patch-src_Makefile.in) = db9b310a04e0542fbbacaba7633bfd0a286d778c |