Received: by mail.netbsd.org (Postfix, from userid 605) id 03A9184D3A; Sat, 24 Apr 2021 11:13:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EBF484D24 for ; Sat, 24 Apr 2021 11:13:43 +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 RvshZ4a7RfCg for ; Sat, 24 Apr 2021 11:13:42 +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 B086F84CDC for ; Sat, 24 Apr 2021 11:13:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A810EFA95; Sat, 24 Apr 2021 11:13:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619262822214190" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 11:13:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210424111342.A810EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619262822214190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 24 11:13:42 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/wm: Makefile Removed Files: pkgsrc/wm/fvwm-devel: DESCR Makefile PLIST distinfo pkgsrc/wm/fvwm-devel/patches: patch-aa patch-ab patch-ac patch-ad patch-configure Log Message: fvwm-devel: remove This is older than wm/fvwm which packages the same major version, or fvwm3, which is a newer major version. To generate a diff of this commit: cvs rdiff -u -r1.2323 -r1.2324 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.160 -r1.161 pkgsrc/wm/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/wm/fvwm-devel/DESCR cvs rdiff -u -r1.58 -r0 pkgsrc/wm/fvwm-devel/Makefile cvs rdiff -u -r1.10 -r0 pkgsrc/wm/fvwm-devel/PLIST cvs rdiff -u -r1.24 -r0 pkgsrc/wm/fvwm-devel/distinfo cvs rdiff -u -r1.9 -r0 pkgsrc/wm/fvwm-devel/patches/patch-aa cvs rdiff -u -r1.4 -r0 pkgsrc/wm/fvwm-devel/patches/patch-ab cvs rdiff -u -r1.3 -r0 pkgsrc/wm/fvwm-devel/patches/patch-ac cvs rdiff -u -r1.1 -r0 pkgsrc/wm/fvwm-devel/patches/patch-ad \ pkgsrc/wm/fvwm-devel/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619262822214190 Content-Disposition: inline Content-Length: 1233 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.2323 pkgsrc/doc/CHANGES-2021:1.2324 --- pkgsrc/doc/CHANGES-2021:1.2323 Sat Apr 24 11:02:51 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Apr 24 11:13:42 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2323 2021/04/24 11:02:51 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2324 2021/04/24 11:13:42 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3660,3 +3660,4 @@ Changes to the packages collection and i Removed misc/molden [wiz 2021-04-24] Removed www/mMosaic [wiz 2021-04-24] Removed security/pam-dbm [wiz 2021-04-24] + Removed wm/fvwm-devel successor wm/fvwm [wiz 2021-04-24] Index: pkgsrc/wm/Makefile diff -u pkgsrc/wm/Makefile:1.160 pkgsrc/wm/Makefile:1.161 --- pkgsrc/wm/Makefile:1.160 Fri Jan 29 07:37:07 2021 +++ pkgsrc/wm/Makefile Sat Apr 24 11:13:42 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2021/01/29 07:37:07 pin Exp $ +# $NetBSD: Makefile,v 1.161 2021/04/24 11:13:42 wiz Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -40,7 +40,6 @@ SUBDIR+= fluxter SUBDIR+= flwm SUBDIR+= frankenwm SUBDIR+= fvwm -SUBDIR+= fvwm-devel SUBDIR+= fvwm-themes SUBDIR+= fvwm1 SUBDIR+= fvwm3 --_----------=_1619262822214190--