Received: by mail.netbsd.org (Postfix, from userid 605) id 7A8B184D50; Sat, 24 Apr 2021 11:15:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B4EAA84D24 for ; Sat, 24 Apr 2021 11:15:14 +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 6TW-jk3B3QKu for ; Sat, 24 Apr 2021 11:15:14 +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 3AFB684CDC for ; Sat, 24 Apr 2021 11:15:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 389ABFA95; Sat, 24 Apr 2021 11:15:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619262914119180" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 11:15:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210424111514.389ABFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619262914119180 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:15:14 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/x11: Makefile Removed Files: pkgsrc/x11/xpmroot: DESCR Makefile PLIST distinfo pkgsrc/x11/xpmroot/patches: patch-aa patch-configure Log Message: xpmroot: remove This was a separately packaged part of fvwm 2.4; the fvwm and fvwm3 packages now contain this. To generate a diff of this commit: cvs rdiff -u -r1.2324 -r1.2325 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.928 -r1.929 pkgsrc/x11/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/x11/xpmroot/DESCR cvs rdiff -u -r1.68 -r0 pkgsrc/x11/xpmroot/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/x11/xpmroot/PLIST cvs rdiff -u -r1.29 -r0 pkgsrc/x11/xpmroot/distinfo cvs rdiff -u -r1.9 -r0 pkgsrc/x11/xpmroot/patches/patch-aa cvs rdiff -u -r1.2 -r0 pkgsrc/x11/xpmroot/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619262914119180 Content-Disposition: inline Content-Length: 1245 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.2324 pkgsrc/doc/CHANGES-2021:1.2325 --- pkgsrc/doc/CHANGES-2021:1.2324 Sat Apr 24 11:13:42 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Apr 24 11:15:14 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2324 2021/04/24 11:13:42 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.2325 2021/04/24 11:15:14 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3661,3 +3661,4 @@ Changes to the packages collection and i 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] + Removed x11/xpmroot successor wm/fvwm [wiz 2021-04-24] Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.928 pkgsrc/x11/Makefile:1.929 --- pkgsrc/x11/Makefile:1.928 Thu Apr 22 08:57:59 2021 +++ pkgsrc/x11/Makefile Sat Apr 24 11:15:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.928 2021/04/22 08:57:59 jnemeth Exp $ +# $NetBSD: Makefile,v 1.929 2021/04/24 11:15:13 wiz Exp $ # COMMENT= Packages to support the X Window System @@ -653,7 +653,6 @@ SUBDIR+= xpenguins SUBDIR+= xphoon SUBDIR+= xplanet SUBDIR+= xpmicons -SUBDIR+= xpmroot SUBDIR+= xpns SUBDIR+= xpostit SUBDIR+= xpr --_----------=_1619262914119180--