Received: by mail.netbsd.org (Postfix, from userid 605) id 20FEC84D4E; Sun, 30 Oct 2022 11:28:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5236884D3D for ; Sun, 30 Oct 2022 11:28:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Rj_1Hg_FWJ2x for ; Sun, 30 Oct 2022 11:28:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C795A84C86 for ; Sun, 30 Oct 2022 11:28:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1354FA90; Sun, 30 Oct 2022 11:28:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166712928882530" MIME-Version: 1.0 Date: Sun, 30 Oct 2022 11:28:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/wm/i3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221030112808.C1354FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166712928882530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 30 11:28:08 UTC 2022 Modified Files: pkgsrc/wm/i3: Makefile distinfo Log Message: i3: update to 4.21.1. This release fixes a few rough edges with regards to the newly-introduced tiling drag feature, which is now configurable: https://i3wm.org/docs/userguide.html#config_tiling_drag To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/wm/i3/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/wm/i3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166712928882530 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/i3/Makefile diff -u pkgsrc/wm/i3/Makefile:1.51 pkgsrc/wm/i3/Makefile:1.52 --- pkgsrc/wm/i3/Makefile:1.51 Mon Sep 26 18:10:59 2022 +++ pkgsrc/wm/i3/Makefile Sun Oct 30 11:28:08 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2022/09/26 18:10:59 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2022/10/30 11:28:08 wiz Exp $ -DISTNAME= i3-4.21 +DISTNAME= i3-4.21.1 CATEGORIES= wm MASTER_SITES= https://i3wm.org/downloads/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/wm/i3/distinfo diff -u pkgsrc/wm/i3/distinfo:1.28 pkgsrc/wm/i3/distinfo:1.29 --- pkgsrc/wm/i3/distinfo:1.28 Mon Sep 26 18:10:59 2022 +++ pkgsrc/wm/i3/distinfo Sun Oct 30 11:28:08 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2022/09/26 18:10:59 wiz Exp $ +$NetBSD: distinfo,v 1.29 2022/10/30 11:28:08 wiz Exp $ -BLAKE2s (i3-4.21.tar.xz) = a3201e84596ceb9158b24abce1fec47c1c2ad91e8131595e442fb785176e28bb -SHA512 (i3-4.21.tar.xz) = db56d93850b0cbc8352f5762d9596d38a641e4cf7330cf0afd3778c41a8ed140bbbed3e5419023b1bf3dcc1c470da40018aac9bf684b18d02c12ffe886d29193 -Size (i3-4.21.tar.xz) = 1294968 bytes +BLAKE2s (i3-4.21.1.tar.xz) = e2f37eefcbd2399b2c4fa71287187672c0d00e139dcfd8aec409cd8fa38109bb +SHA512 (i3-4.21.1.tar.xz) = 9656b302d6654f38c48bfa1d97a89eaf3ed395027039b6903005d81a9e95d2c4aeba561cf8d1aa36962ba9975996f133ce4298132cddde0f70ba36f57af3197d +Size (i3-4.21.1.tar.xz) = 1297400 bytes SHA1 (patch-etc_config) = d3f649e8d4dc7cae7eb3c1548fa8d81224e4dacb SHA1 (patch-etc_config.keycodes) = 6adde0b3a56576805facd951fa9d32bfd6c88011 SHA1 (patch-meson.build) = 013ac42f10aeb1ad05b5496f6283878e53506c46 --_----------=_166712928882530--