Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5BDFF84D1B for ; Mon, 4 Dec 2023 13:58:24 +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 Or3aQVzro13e for ; Mon, 4 Dec 2023 13:58:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A015284CF7 for ; Mon, 4 Dec 2023 13:58:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92197FA42; Mon, 4 Dec 2023 13:58:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701698303165350" MIME-Version: 1.0 Date: Mon, 4 Dec 2023 13:58:23 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/meta-pkgs/mate To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231204135823.92197FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701698303165350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Dec 4 13:58:23 UTC 2023 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: mate: bump for mate-panel 1.26.4. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701698303165350 Content-Disposition: inline Content-Length: 1128 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.50 pkgsrc/meta-pkgs/mate/Makefile:1.51 --- pkgsrc/meta-pkgs/mate/Makefile:1.50 Tue Nov 14 14:02:28 2023 +++ pkgsrc/meta-pkgs/mate/Makefile Mon Dec 4 13:58:23 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2023/11/14 14:02:28 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2023/12/04 13:58:23 gutteridge Exp $ PKGNAME= mate-${VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= meta-pkgs COMMENT= Meta-package for MATE desktop environment @@ -33,7 +33,7 @@ DEPENDS+= mate-media>=${VERSION}:../../m 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 -DEPENDS+= mate-panel>=${VERSION:R}.3:../../x11/mate-panel +DEPENDS+= mate-panel>=${VERSION:R}.4:../../x11/mate-panel DEPENDS+= mate-polkit>=${VERSION}:../../security/mate-polkit DEPENDS+= mate-power-manager>=${VERSION}:../../sysutils/mate-power-manager DEPENDS+= mate-screensaver>=${VERSION:R}.2:../../x11/mate-screensaver --_----------=_1701698303165350--