Received: by mail.netbsd.org (Postfix, from userid 605) id EF66184D33; Sun, 25 Apr 2021 04:43:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 322F184D25 for ; Sun, 25 Apr 2021 04:43: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 bNxY4nGeF5co for ; Sun, 25 Apr 2021 04:43:31 +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 9D37C84CDC for ; Sun, 25 Apr 2021 04:43:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8FF2CFA95; Sun, 25 Apr 2021 04:43:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16193258115740" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 04:43:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210425044331.8FF2CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16193258115740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 25 04:43:31 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/wm: Makefile Removed Files: pkgsrc/wm/fvwm1: DESCR Makefile PLIST distinfo pkgsrc/wm/fvwm1/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Log Message: fvwm1: remove, use fvwm or fvwm3 To generate a diff of this commit: cvs rdiff -u -r1.2329 -r1.2330 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.161 -r1.162 pkgsrc/wm/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/wm/fvwm1/DESCR cvs rdiff -u -r1.22 -r0 pkgsrc/wm/fvwm1/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/wm/fvwm1/PLIST cvs rdiff -u -r1.7 -r0 pkgsrc/wm/fvwm1/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/wm/fvwm1/patches/patch-aa \ pkgsrc/wm/fvwm1/patches/patch-ab cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/wm/fvwm1/patches/patch-ac \ pkgsrc/wm/fvwm1/patches/patch-ad cvs rdiff -u -r1.1 -r0 pkgsrc/wm/fvwm1/patches/patch-ae \ pkgsrc/wm/fvwm1/patches/patch-af pkgsrc/wm/fvwm1/patches/patch-ag Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16193258115740 Content-Disposition: inline Content-Length: 1268 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2329 pkgsrc/doc/CHANGES-2021:1.2330 --- pkgsrc/doc/CHANGES-2021:1.2329 Sat Apr 24 18:53:19 2021 +++ pkgsrc/doc/CHANGES-2021 Sun Apr 25 04:43:31 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2329 2021/04/24 18:53:19 pin Exp $ +$NetBSD: CHANGES-2021,v 1.2330 2021/04/25 04:43:31 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3666,3 +3666,4 @@ Changes to the packages collection and i Updated sysutils/macchina to 0.7.2 [pin 2021-04-24] Updated www/hackernews-tui to 0.5.0 [pin 2021-04-24] Updated security/pleaser to 0.4.0 [pin 2021-04-24] + Removed wm/fvwm1 successor wm/fvwm [wiz 2021-04-25] Index: pkgsrc/wm/Makefile diff -u pkgsrc/wm/Makefile:1.161 pkgsrc/wm/Makefile:1.162 --- pkgsrc/wm/Makefile:1.161 Sat Apr 24 11:13:42 2021 +++ pkgsrc/wm/Makefile Sun Apr 25 04:43:30 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2021/04/24 11:13:42 wiz Exp $ +# $NetBSD: Makefile,v 1.162 2021/04/25 04:43:30 wiz Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -41,7 +41,6 @@ SUBDIR+= flwm SUBDIR+= frankenwm SUBDIR+= fvwm SUBDIR+= fvwm-themes -SUBDIR+= fvwm1 SUBDIR+= fvwm3 SUBDIR+= golem SUBDIR+= herbstluftwm --_----------=_16193258115740--