Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B31D484E8E for ; Sat, 30 Dec 2023 01:35:25 +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 0T8mWGA3ODbS for ; Sat, 30 Dec 2023 01:35:25 +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 0EA0984D08 for ; Sat, 30 Dec 2023 01:35:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09D51FA42; Sat, 30 Dec 2023 01:35:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703900125205170" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:35:25 +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: <20231230013525.09D51FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703900125205170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 30 01:35:24 UTC 2023 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: mate: bump for libmateweather 1.26.3 To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703900125205170 Content-Disposition: inline Content-Length: 1084 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.51 pkgsrc/meta-pkgs/mate/Makefile:1.52 --- pkgsrc/meta-pkgs/mate/Makefile:1.51 Mon Dec 4 13:58:23 2023 +++ pkgsrc/meta-pkgs/mate/Makefile Sat Dec 30 01:35:24 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2023/12/04 13:58:23 gutteridge Exp $ +# $NetBSD: Makefile,v 1.52 2023/12/30 01:35:24 gutteridge Exp $ PKGNAME= mate-${VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= meta-pkgs COMMENT= Meta-package for MATE desktop environment @@ -18,7 +18,7 @@ DEPENDS+= engrampa>=${VERSION}:../../arc DEPENDS+= eom>=${VERSION}:../../graphics/eom DEPENDS+= libmatekbd>=${VERSION}:../../x11/libmatekbd DEPENDS+= libmatemixer>=${VERSION}:../../audio/libmatemixer -DEPENDS+= libmateweather>=${VERSION:R}.2:../../misc/libmateweather +DEPENDS+= libmateweather>=${VERSION:R}.3:../../misc/libmateweather DEPENDS+= marco>=${VERSION:R}.2:../../wm/marco DEPENDS+= mate-applets>=${VERSION}:../../x11/mate-applets DEPENDS+= mate-backgrounds>=${VERSION:R}.0:../../graphics/mate-backgrounds --_----------=_1703900125205170--