Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7DBA81A9239 for ; Wed, 17 Nov 2021 11:22:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B676C84E9C; Wed, 17 Nov 2021 11:22:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1AA884D35 for ; Wed, 17 Nov 2021 11:22:06 +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 0xT3GcobHxDR for ; Wed, 17 Nov 2021 11:22:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 76CA684D1B for ; Wed, 17 Nov 2021 11:22:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74819FAEC; Wed, 17 Nov 2021 11:22:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163714812622080" MIME-Version: 1.0 Date: Wed, 17 Nov 2021 11:22:06 +0000 From: "pin" Subject: CVS commit: pkgsrc/wm/sdorfehs To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20211117112206.74819FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163714812622080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Nov 17 11:22:06 UTC 2021 Modified Files: pkgsrc/wm/sdorfehs: Makefile distinfo Log Message: wm/sdorfehs: update to 1.2 -vscreen: Update _NET_CURRENT_DESKTOP atom when changing vscreens -Move vscreen initialization further down init_screen because we need the root window set. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/sdorfehs/Makefile \ pkgsrc/wm/sdorfehs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163714812622080 Content-Disposition: inline Content-Length: 1539 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/sdorfehs/Makefile diff -u pkgsrc/wm/sdorfehs/Makefile:1.3 pkgsrc/wm/sdorfehs/Makefile:1.4 --- pkgsrc/wm/sdorfehs/Makefile:1.3 Sat May 1 14:42:46 2021 +++ pkgsrc/wm/sdorfehs/Makefile Wed Nov 17 11:22:06 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/05/01 14:42:46 pin Exp $ +# $NetBSD: Makefile,v 1.4 2021/11/17 11:22:06 pin Exp $ -DISTNAME= sdorfehs-1.1 +DISTNAME= sdorfehs-1.2 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/wm/sdorfehs/distinfo diff -u pkgsrc/wm/sdorfehs/distinfo:1.3 pkgsrc/wm/sdorfehs/distinfo:1.4 --- pkgsrc/wm/sdorfehs/distinfo:1.3 Tue Oct 26 11:25:18 2021 +++ pkgsrc/wm/sdorfehs/distinfo Wed Nov 17 11:22:06 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:25:18 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/11/17 11:22:06 pin Exp $ -BLAKE2s (sdorfehs-1.1.tar.gz) = 6d58655538cf361ac2938e2e92f7a68c7caf4cd00ade6898d0b0a231732f47fb -SHA512 (sdorfehs-1.1.tar.gz) = 6b61a28c1da26e01e5e0cb9b6cdd42c48a1fc22679b06abce9bc6d37bd5fcd10a3ce0756d625787756ae5c6fc60e6971dd48a2fefc27de22245f9dbbbd153f0c -Size (sdorfehs-1.1.tar.gz) = 123660 bytes +BLAKE2s (sdorfehs-1.2.tar.gz) = 30665a6700850879f9ecf561ed84b0edbd186acd1462a1ad6caf27673a6d033a +SHA512 (sdorfehs-1.2.tar.gz) = 66ef2681f3792ff2f5a3f2b46f88a931e36404f36a277edc20fc664ef3fd239923a915bfba84d85fd551476c517b5bba2b9a578050a8296754b1ba48902f9b5a +Size (sdorfehs-1.2.tar.gz) = 121247 bytes SHA1 (patch-Makefile) = d8e18bb85595776540647e3477cec6c7c94c4432 --_----------=_163714812622080--