Received: by mail.netbsd.org (Postfix, from userid 605) id 561AF84EDD; Sun, 12 Feb 2023 17:01:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0AD4984D66 for ; Sun, 12 Feb 2023 16:35:30 +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 yOjz4xXN4gQe for ; Sun, 12 Feb 2023 16:35:29 +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 9534084D28 for ; Sun, 12 Feb 2023 16:35:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CB30FA90; Sun, 12 Feb 2023 16:35:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676219729226430" MIME-Version: 1.0 Date: Sun, 12 Feb 2023 16:35:29 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/wm To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230212163529.8CB30FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676219729226430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Sun Feb 12 16:35:29 UTC 2023 Modified Files: pkgsrc/wm: Makefile Log Message: + cde To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 pkgsrc/wm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676219729226430 Content-Disposition: inline Content-Length: 557 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/Makefile diff -u pkgsrc/wm/Makefile:1.172 pkgsrc/wm/Makefile:1.173 --- pkgsrc/wm/Makefile:1.172 Fri Sep 30 19:42:05 2022 +++ pkgsrc/wm/Makefile Sun Feb 12 16:35:29 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2022/09/30 19:42:05 pin Exp $ +# $NetBSD: Makefile,v 1.173 2023/02/12 16:35:29 vins Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -19,6 +19,7 @@ SUBDIR+= bmpanel2 SUBDIR+= bsetroot SUBDIR+= bspwm SUBDIR+= ccsm +SUBDIR+= cde SUBDIR+= chunkwm SUBDIR+= coma SUBDIR+= compiz --_----------=_1676219729226430--