Received: by mail.netbsd.org (Postfix, from userid 605) id 2BC9E84D7D; Sat, 4 Jan 2020 20:58:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A841384D6A for ; Sat, 4 Jan 2020 20:58:24 +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 sEIjNKa_CVvM for ; Sat, 4 Jan 2020 20:58:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 32F1B84CDF for ; Sat, 4 Jan 2020 20:58:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CD64FA97; Sat, 4 Jan 2020 20:58:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578171504101390" MIME-Version: 1.0 Date: Sat, 4 Jan 2020 20:58:24 +0000 From: "ng0" Subject: CVS commit: pkgsrc/wm/cwm To: pkgsrc-changes@NetBSD.org Reply-To: ng0@netbsd.org X-Mailer: log_accum Message-Id: <20200104205824.2CD64FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578171504101390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ng0 Date: Sat Jan 4 20:58:24 UTC 2020 Modified Files: pkgsrc/wm/cwm: Makefile distinfo Log Message: wm/cwm: Update to version 6.6 Changelog: 2020-01-04: Sixth public release 6.6 of portable cwm. Changes made between OpenBSD 6.4 and 6.5 * Added a configtest flag (-n) to cwm(1). * Introduced 'group-close-[n]' action to cwm(1) to close all windows within a specified group. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/wm/cwm/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/cwm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578171504101390 Content-Disposition: inline Content-Length: 1568 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.21 pkgsrc/wm/cwm/Makefile:1.22 --- pkgsrc/wm/cwm/Makefile:1.21 Sat Sep 22 11:30:23 2018 +++ pkgsrc/wm/cwm/Makefile Sat Jan 4 20:58:23 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2018/09/22 11:30:23 leot Exp $ +# $NetBSD: Makefile,v 1.22 2020/01/04 20:58:23 ng0 Exp $ -DISTNAME= cwm-6.3 +DISTNAME= cwm-6.6 CATEGORIES= wm -MASTER_SITES= ${MASTER_SITE_GITHUB:=chneukirchen/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= cfkoch@edgebsd.org Index: pkgsrc/wm/cwm/distinfo diff -u pkgsrc/wm/cwm/distinfo:1.3 pkgsrc/wm/cwm/distinfo:1.4 --- pkgsrc/wm/cwm/distinfo:1.3 Sat Sep 22 06:32:11 2018 +++ pkgsrc/wm/cwm/distinfo Sat Jan 4 20:58:23 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/09/22 06:32:11 maya Exp $ +$NetBSD: distinfo,v 1.4 2020/01/04 20:58:23 ng0 Exp $ -SHA1 (cwm-6.3.tar.gz) = 343ea5b587c77535fb28c701971a50b78e1034be -RMD160 (cwm-6.3.tar.gz) = cd2b8bf50d47446bf82f5da3a5ec931b9fe8298e -SHA512 (cwm-6.3.tar.gz) = 12f5c28ce2fa8e5310c49dd6d4fb58140a514943a93b8cab1c0c604bb50535a5e6b00b10f21c8d4500440f7ae7b14d2cb23c65eb201578fc01ab09f2bbc1e91f -Size (cwm-6.3.tar.gz) = 52419 bytes +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 --_----------=_1578171504101390--