Received: by mail.netbsd.org (Postfix, from userid 605) id 0E83B84EE2; Mon, 1 Jan 2024 02:19:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CCF184D6B for ; Mon, 1 Jan 2024 02:19:56 +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 t-eAnP2gnjZ9 for ; Mon, 1 Jan 2024 02:19:55 +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 823C684D0C for ; Mon, 1 Jan 2024 02:19:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75B8BFA42; Mon, 1 Jan 2024 02:19:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704075595210250" MIME-Version: 1.0 Date: Mon, 1 Jan 2024 02:19:55 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/mate To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20240101021955.75B8BFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704075595210250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Jan 1 02:19:55 UTC 2024 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: mate: reflect mate-media bump To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704075595210250 Content-Disposition: inline Content-Length: 1171 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/mate/Makefile diff -u pkgsrc/meta-pkgs/mate/Makefile:1.52 pkgsrc/meta-pkgs/mate/Makefile:1.53 --- pkgsrc/meta-pkgs/mate/Makefile:1.52 Sat Dec 30 01:35:24 2023 +++ pkgsrc/meta-pkgs/mate/Makefile Mon Jan 1 02:19:55 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2023/12/30 01:35:24 gutteridge Exp $ +# $NetBSD: Makefile,v 1.53 2024/01/01 02:19:55 gutteridge Exp $ PKGNAME= mate-${VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= meta-pkgs COMMENT= Meta-package for MATE desktop environment @@ -29,7 +29,7 @@ DEPENDS+= mate-desktop>=${VERSION:R}.2:. DEPENDS+= mate-icon-theme>=${VERSION:R}.0:../../graphics/mate-icon-theme DEPENDS+= mate-icon-theme-faenza>=1.20.0:../../graphics/mate-icon-theme-faenza DEPENDS+= mate-indicator-applet>=${VERSION:R}.0:../../x11/mate-indicator-applet -DEPENDS+= mate-media>=${VERSION}:../../multimedia/mate-media +DEPENDS+= mate-media>=${VERSION:R}.2:../../multimedia/mate-media DEPENDS+= mate-menus>=${VERSION}:../../x11/mate-menus DEPENDS+= mate-netbook>=${VERSION:R}.0:../../wm/mate-netbook DEPENDS+= mate-notification-daemon>=${VERSION}:../../sysutils/mate-notification-daemon --_----------=_1704075595210250--