Received: by mail.netbsd.org (Postfix, from userid 605) id 2AD6484EB3; Wed, 12 Apr 2023 10:26:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B5A884D91 for ; Wed, 12 Apr 2023 10:26:48 +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 dFd8yERC7frY for ; Wed, 12 Apr 2023 10:26:48 +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 E479884D05 for ; Wed, 12 Apr 2023 10:26:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBE03FA84; Wed, 12 Apr 2023 10:26:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681295207140910" MIME-Version: 1.0 Date: Wed, 12 Apr 2023 10:26:47 +0000 From: "pin" Subject: CVS commit: pkgsrc/wm To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230412102647.DBE03FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681295207140910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Apr 12 10:26:47 UTC 2023 Modified Files: pkgsrc/wm: Makefile Log Message: Add marswm To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 pkgsrc/wm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681295207140910 Content-Disposition: inline Content-Length: 569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/Makefile diff -u pkgsrc/wm/Makefile:1.173 pkgsrc/wm/Makefile:1.174 --- pkgsrc/wm/Makefile:1.173 Sun Feb 12 16:35:29 2023 +++ pkgsrc/wm/Makefile Wed Apr 12 10:26:47 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.173 2023/02/12 16:35:29 vins Exp $ +# $NetBSD: Makefile,v 1.174 2023/04/12 10:26:47 pin Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -58,6 +58,7 @@ SUBDIR+= leftwm SUBDIR+= libAppleWM SUBDIR+= lwm SUBDIR+= marco +SUBDIR+= marswm SUBDIR+= matchbox-wm SUBDIR+= mate-netbook SUBDIR+= mcwm --_----------=_1681295207140910--