Received: by mail.netbsd.org (Postfix, from userid 605) id D570184DB8; Thu, 4 Mar 2021 11:22:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B15184D39 for ; Thu, 4 Mar 2021 11:22: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 sqZiiNRN-jVS for ; Thu, 4 Mar 2021 11:22:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9538784CD8 for ; Thu, 4 Mar 2021 11:22:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8ECC5FA95; Thu, 4 Mar 2021 11:22:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614856928211170" MIME-Version: 1.0 Date: Thu, 4 Mar 2021 11:22:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/wm/cwm To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210304112208.8ECC5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614856928211170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Mar 4 11:22:08 UTC 2021 Modified Files: pkgsrc/wm/cwm: Makefile distinfo Log Message: cwm: Update to 6.7 2020-05-22: Seventh public release 6.7 of portable cwm. Changes made between OpenBSD 6.6 and 6.7 * Allowed cwm(1) configuration of window size based on percentage of the master window during horizontal and vertical tiling actions. * Allowed use of window-htile and window-vtile with the "empty" group clients in cwm(1). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/wm/cwm/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/cwm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614856928211170 Content-Disposition: inline Content-Length: 1497 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/cwm/Makefile diff -u pkgsrc/wm/cwm/Makefile:1.24 pkgsrc/wm/cwm/Makefile:1.25 --- pkgsrc/wm/cwm/Makefile:1.24 Mon Aug 17 20:20:15 2020 +++ pkgsrc/wm/cwm/Makefile Thu Mar 4 11:22:08 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/08/17 20:20:15 leot Exp $ +# $NetBSD: Makefile,v 1.25 2021/03/04 11:22:08 nia Exp $ -DISTNAME= cwm-6.6 -PKGREVISION= 1 +DISTNAME= cwm-6.7 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/wm/cwm/distinfo diff -u pkgsrc/wm/cwm/distinfo:1.4 pkgsrc/wm/cwm/distinfo:1.5 --- pkgsrc/wm/cwm/distinfo:1.4 Sat Jan 4 20:58:23 2020 +++ pkgsrc/wm/cwm/distinfo Thu Mar 4 11:22:08 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/01/04 20:58:23 ng0 Exp $ +$NetBSD: distinfo,v 1.5 2021/03/04 11:22:08 nia Exp $ -SHA1 (cwm-6.6.tar.gz) = d67ab92860fb82928a8e060b78cd23df9737edb6 -RMD160 (cwm-6.6.tar.gz) = 3062a5f945bbb92f1910268ccb35850aaeda22af -SHA512 (cwm-6.6.tar.gz) = ff94fd1b7d263f9de538e5b338db58a08e1bec3e4233b84ab0a3ac94c47a45e10b2c772f93b897e70baf9a3c04e1a6fa04604ac71655acb7ebd1d10edb381042 -Size (cwm-6.6.tar.gz) = 53062 bytes +SHA1 (cwm-6.7.tar.gz) = b10fb847d9f514804e39475961516da543eb486e +RMD160 (cwm-6.7.tar.gz) = ace3484da689214c6c12a9d9cc66f6aef898df91 +SHA512 (cwm-6.7.tar.gz) = 5ad0fa56d9c96c36cc32e68128e58d4e3a7483f349bb26be1083c5b5c6d853ff05eec1a783b07ed928bd99a35a2e0b2d7053fc89b828aa9bdfe3589a318c4171 +Size (cwm-6.7.tar.gz) = 53172 bytes --_----------=_1614856928211170--