Received: by mail.netbsd.org (Postfix, from userid 605) id 26E2584D7F; Tue, 9 Jun 2020 10:59:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A409684D7E for ; Tue, 9 Jun 2020 10:59:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pB_ieuM2d9UB for ; Tue, 9 Jun 2020 10:59:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2942984CE1 for ; Tue, 9 Jun 2020 10:59:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C772FB27; Tue, 9 Jun 2020 10:59:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159170037218100" MIME-Version: 1.0 Date: Tue, 9 Jun 2020 10:59:32 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/wm/herbstluftwm To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200609105932.1C772FB27@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. --_----------=_159170037218100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 9 10:59:32 UTC 2020 Modified Files: pkgsrc/wm/herbstluftwm: Makefile distinfo Log Message: herbstluftwm: Update to 0.8.3 Release 0.8.3 on 2020-06-06 --------------------------- * Bug fixes: - Fix race condition in focus_follows_mouse handling To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/herbstluftwm/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/herbstluftwm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159170037218100 Content-Disposition: inline Content-Length: 1713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/herbstluftwm/Makefile diff -u pkgsrc/wm/herbstluftwm/Makefile:1.4 pkgsrc/wm/herbstluftwm/Makefile:1.5 --- pkgsrc/wm/herbstluftwm/Makefile:1.4 Sun May 17 14:56:42 2020 +++ pkgsrc/wm/herbstluftwm/Makefile Tue Jun 9 10:59:31 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/05/17 14:56:42 nia Exp $ +# $NetBSD: Makefile,v 1.5 2020/06/09 10:59:31 nia Exp $ -DISTNAME= herbstluftwm-0.8.2 +DISTNAME= herbstluftwm-0.8.3 CATEGORIES= wm MASTER_SITES= https://herbstluftwm.org/tarballs/ Index: pkgsrc/wm/herbstluftwm/distinfo diff -u pkgsrc/wm/herbstluftwm/distinfo:1.3 pkgsrc/wm/herbstluftwm/distinfo:1.4 --- pkgsrc/wm/herbstluftwm/distinfo:1.3 Sun May 17 14:56:42 2020 +++ pkgsrc/wm/herbstluftwm/distinfo Tue Jun 9 10:59:31 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2020/05/17 14:56:42 nia Exp $ +$NetBSD: distinfo,v 1.4 2020/06/09 10:59:31 nia Exp $ -SHA1 (herbstluftwm-0.8.2.tar.gz) = 36da9b2b8051638601e465063af48bad8f25f78f -RMD160 (herbstluftwm-0.8.2.tar.gz) = 6e684a625447ef121e88250ec44231d909ce1e0b -SHA512 (herbstluftwm-0.8.2.tar.gz) = 1a2bf3861ce23e33bb09afed285f7d85450307b46d00a666d02eaf9c454d53904e4d54ca8b0245da5ef095667a0adf9cdfc3aff170089c99df6b7f01e9038d5f -Size (herbstluftwm-0.8.2.tar.gz) = 377790 bytes +SHA1 (herbstluftwm-0.8.3.tar.gz) = 0b284d3ce68a558029435789294e5875e051d1d6 +RMD160 (herbstluftwm-0.8.3.tar.gz) = 15421fde20106a147c46af464ec6e7004fcb6402 +SHA512 (herbstluftwm-0.8.3.tar.gz) = ff6acb64a6609030abfe315452567f7011088b39e123f3fd988448183c4bf1c65aa0ba49ba1b0ab18b959448e12638a8198093db25bcfba828791e3305966ef1 +Size (herbstluftwm-0.8.3.tar.gz) = 379052 bytes SHA1 (patch-CMakeLists.txt) = d373394ad059eb455e2e5abc1feea0e21f1b53e6 --_----------=_159170037218100--