Received: by mail.netbsd.org (Postfix, from userid 605) id C356084D56; Mon, 19 Apr 2021 10:37:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 098A784CEF for ; Mon, 19 Apr 2021 10:37:55 +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 cvZiEJcRAtlK for ; Mon, 19 Apr 2021 10:37:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D00084CE7 for ; Mon, 19 Apr 2021 10:37:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 565C6FA95; Mon, 19 Apr 2021 10:37:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161882867464470" MIME-Version: 1.0 Date: Mon, 19 Apr 2021 10:37:54 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/meta-pkgs To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210419103754.565C6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161882867464470 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:37:54 UTC 2021 Modified Files: pkgsrc/meta-pkgs: Makefile Removed Files: pkgsrc/meta-pkgs/gnome3: DESCR MESSAGE Makefile Log Message: gnome: Rename meta-pkgs/gnome3 to meta-pkgs/gnome In the wake of the new GNOME versioning scheme (starting with ver. 40) it no longer makes sense to use the major version prefix in GNOME packages * https://mail-index.netbsd.org/tech-pkg/2021/03/30/msg024714.html To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pkgsrc/meta-pkgs/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/meta-pkgs/gnome3/DESCR \ pkgsrc/meta-pkgs/gnome3/MESSAGE cvs rdiff -u -r1.2 -r0 pkgsrc/meta-pkgs/gnome3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161882867464470 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/Makefile diff -u pkgsrc/meta-pkgs/Makefile:1.111 pkgsrc/meta-pkgs/Makefile:1.112 --- pkgsrc/meta-pkgs/Makefile:1.111 Sun Mar 7 14:04:03 2021 +++ pkgsrc/meta-pkgs/Makefile Mon Apr 19 10:37:54 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2021/03/07 14:04:03 taca Exp $ +# $NetBSD: Makefile,v 1.112 2021/04/19 10:37:54 cirnatdan Exp $ # COMMENT= Collections of other packages @@ -12,7 +12,7 @@ SUBDIR+= courier SUBDIR+= deforaos-desktop SUBDIR+= fxtv-capture SUBDIR+= gimp-docs -SUBDIR+= gnome3 +SUBDIR+= gnome SUBDIR+= gnuradio SUBDIR+= gnustep SUBDIR+= gstreamer0.10-plugins --_----------=_161882867464470--