Received: by mail.netbsd.org (Postfix, from userid 605) id C949084D62; Mon, 19 Apr 2021 10:59:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F25BC84D58 for ; Mon, 19 Apr 2021 10:59:01 +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 T5l16oW2QrC3 for ; Mon, 19 Apr 2021 10:59:01 +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 4092884CE7 for ; Mon, 19 Apr 2021 10:59:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38C43FA95; Mon, 19 Apr 2021 10:59:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618829941217780" MIME-Version: 1.0 Date: Mon, 19 Apr 2021 10:59:01 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/meta-pkgs/gnome To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210419105901.38C43FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618829941217780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Mon Apr 19 10:59:01 UTC 2021 Modified Files: pkgsrc/meta-pkgs/gnome: Makefile Log Message: gnome: Fix typo in SUPERSEDES and correct PREV_PKGPATH To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 pkgsrc/meta-pkgs/gnome/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618829941217780 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/gnome/Makefile diff -u pkgsrc/meta-pkgs/gnome/Makefile:1.147 pkgsrc/meta-pkgs/gnome/Makefile:1.148 --- pkgsrc/meta-pkgs/gnome/Makefile:1.147 Mon Apr 19 10:49:41 2021 +++ pkgsrc/meta-pkgs/gnome/Makefile Mon Apr 19 10:59:01 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2021/04/19 10:49:41 cirnatdan Exp $ +# $NetBSD: Makefile,v 1.148 2021/04/19 10:59:01 cirnatdan Exp $ PKGNAME= gnome-3.38.1 CATEGORIES= meta-pkgs @@ -9,8 +9,8 @@ COMMENT= Meta-package for the GNOME desk META_PACKAGE= yes -PREV_PKGPATH= ../../meta-pkgs/gnome3 -SUPERCEDES+= gnome3-[0-9]* +PREV_PKGPATH= meta-pkgs/gnome3 +SUPERSEDES+= gnome3-[0-9]* # GNOME has a concept of "Core Apps". # --_----------=_1618829941217780--