Received: by mail.netbsd.org (Postfix, from userid 605) id C07DC84D32; Sat, 4 Jan 2020 13:53:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 468A784D32 for ; Sat, 4 Jan 2020 13:53:30 +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 0b4UNJApOESU for ; Sat, 4 Jan 2020 13:53: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 99E0F84CD8 for ; Sat, 4 Jan 2020 13:53:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93BC3FA97; Sat, 4 Jan 2020 13:53:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578146009133650" MIME-Version: 1.0 Date: Sat, 4 Jan 2020 13:53:29 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200104135329.93BC3FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578146009133650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jan 4 13:53:29 UTC 2020 Modified Files: pkgsrc/x11: Makefile Removed Files: pkgsrc/x11/gnome-mag: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: x11: Remove gnome-mag. Another old GNOME 2 component. This is no longer part of GNOME. To generate a diff of this commit: cvs rdiff -u -r1.873 -r1.874 pkgsrc/x11/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/x11/gnome-mag/DESCR cvs rdiff -u -r1.108 -r0 pkgsrc/x11/gnome-mag/Makefile cvs rdiff -u -r1.27 -r0 pkgsrc/x11/gnome-mag/PLIST cvs rdiff -u -r1.49 -r0 pkgsrc/x11/gnome-mag/buildlink3.mk cvs rdiff -u -r1.33 -r0 pkgsrc/x11/gnome-mag/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578146009133650 Content-Disposition: inline Content-Length: 599 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.873 pkgsrc/x11/Makefile:1.874 --- pkgsrc/x11/Makefile:1.873 Sat Jan 4 13:49:59 2020 +++ pkgsrc/x11/Makefile Sat Jan 4 13:53:29 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.873 2020/01/04 13:49:59 nia Exp $ +# $NetBSD: Makefile,v 1.874 2020/01/04 13:53:29 nia Exp $ # COMMENT= Packages to support the X window system @@ -67,7 +67,6 @@ SUBDIR+= ggiterm SUBDIR+= gnome-desktop SUBDIR+= gnome-desktop-sharp SUBDIR+= gnome-desktop3 -SUBDIR+= gnome-mag SUBDIR+= gnome-panel SUBDIR+= gnome-sharp SUBDIR+= gnome-themes --_----------=_1578146009133650--