Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72A5D84EE2 for ; Wed, 4 Oct 2023 15:55:26 +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 7szXv-nyjg2Q for ; Wed, 4 Oct 2023 15:55:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9379E84ED1 for ; Wed, 4 Oct 2023 15:55:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 864ACFBDB; Wed, 4 Oct 2023 15:55:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696434925166730" MIME-Version: 1.0 Date: Wed, 4 Oct 2023 15:55: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: <20231004155525.864ACFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696434925166730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Oct 4 15:55:25 UTC 2023 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: mate: adjust dependency patterns missed in previous bump To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696434925166730 Content-Disposition: inline Content-Length: 4792 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.45 pkgsrc/meta-pkgs/mate/Makefile:1.46 --- pkgsrc/meta-pkgs/mate/Makefile:1.45 Tue Oct 3 21:54:06 2023 +++ pkgsrc/meta-pkgs/mate/Makefile Wed Oct 4 15:55:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2023/10/03 21:54:06 gutteridge Exp $ +# $NetBSD: Makefile,v 1.46 2023/10/04 15:55:25 gutteridge Exp $ PKGNAME= mate-${VERSION} CATEGORIES= meta-pkgs @@ -9,41 +9,41 @@ META_PACKAGE= yes .include "../../meta-pkgs/mate/Makefile.common" -DEPENDS+= atril>=${VERSION:R}.1:../../print/atril -DEPENDS+= caja>=${VERSION:R}.1:../../sysutils/caja -DEPENDS+= caja-dropbox>=${VERSION}:../../sysutils/caja-dropbox -DEPENDS+= caja-extensions>=${VERSION:R}.1:../../sysutils/caja-extensions -DEPENDS+= engrampa>=${VERSION:R}.1:../../archivers/engrampa -DEPENDS+= eom>=${VERSION:R}.1:../../graphics/eom -DEPENDS+= libmatekbd>=${VERSION:R}.1:../../x11/libmatekbd -DEPENDS+= libmatemixer>=${VERSION:R}.1:../../audio/libmatemixer -DEPENDS+= libmateweather>=${VERSION:R}.1:../../misc/libmateweather +DEPENDS+= atril>=${VERSION}:../../print/atril +DEPENDS+= caja>=${VERSION}:../../sysutils/caja +DEPENDS+= caja-dropbox>=${VERSION:R}.0:../../sysutils/caja-dropbox +DEPENDS+= caja-extensions>=${VERSION}:../../sysutils/caja-extensions +DEPENDS+= engrampa>=${VERSION}:../../archivers/engrampa +DEPENDS+= eom>=${VERSION}:../../graphics/eom +DEPENDS+= libmatekbd>=${VERSION}:../../x11/libmatekbd +DEPENDS+= libmatemixer>=${VERSION}:../../audio/libmatemixer +DEPENDS+= libmateweather>=${VERSION}:../../misc/libmateweather DEPENDS+= marco>=${VERSION:R}.2:../../wm/marco -DEPENDS+= mate-applets>=${VERSION:R}.1:../../x11/mate-applets -DEPENDS+= mate-backgrounds>=${VERSION}:../../graphics/mate-backgrounds -DEPENDS+= mate-calc>=${VERSION}:../../misc/mate-calc -DEPENDS+= mate-common>=${VERSION}:../../devel/mate-common -DEPENDS+= mate-control-center>=${VERSION:R}.1:../../x11/mate-control-center +DEPENDS+= mate-applets>=${VERSION}:../../x11/mate-applets +DEPENDS+= mate-backgrounds>=${VERSION:R}.0:../../graphics/mate-backgrounds +DEPENDS+= mate-calc>=${VERSION:R}.0:../../misc/mate-calc +DEPENDS+= mate-common>=${VERSION:R}.0:../../devel/mate-common +DEPENDS+= mate-control-center>=${VERSION}:../../x11/mate-control-center DEPENDS+= mate-desktop>=${VERSION:R}.2:../../x11/mate-desktop -DEPENDS+= mate-icon-theme>=${VERSION}:../../graphics/mate-icon-theme +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}:../../x11/mate-indicator-applet -DEPENDS+= mate-media>=${VERSION:R}.1:../../multimedia/mate-media -DEPENDS+= mate-menus>=${VERSION:R}.1:../../x11/mate-menus -DEPENDS+= mate-netbook>=${VERSION}:../../wm/mate-netbook -DEPENDS+= mate-notification-daemon>=${VERSION:R}.1:../../sysutils/mate-notification-daemon +DEPENDS+= mate-indicator-applet>=${VERSION:R}.0:../../x11/mate-indicator-applet +DEPENDS+= mate-media>=${VERSION}:../../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 DEPENDS+= mate-panel>=${VERSION:R}.3:../../x11/mate-panel -DEPENDS+= mate-polkit>=${VERSION:R}.1:../../security/mate-polkit -DEPENDS+= mate-power-manager>=${VERSION:R}.1:../../sysutils/mate-power-manager +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 -DEPENDS+= mate-sensors-applet>=${VERSION}:../../sysutils/mate-sensors-applet -DEPENDS+= mate-session-manager>=${VERSION:R}.1:../../x11/mate-session-manager -DEPENDS+= mate-settings-daemon>=${VERSION:R}.1:../../x11/mate-settings-daemon +DEPENDS+= mate-sensors-applet>=${VERSION:R}.0:../../sysutils/mate-sensors-applet +DEPENDS+= mate-session-manager>=${VERSION}:../../x11/mate-session-manager +DEPENDS+= mate-settings-daemon>=${VERSION}:../../x11/mate-settings-daemon #DEPENDS+= mate-system-monitor>=1.22.2:../../sysutils/mate-system-monitor -DEPENDS+= mate-terminal>=${VERSION:R}.1:../../x11/mate-terminal +DEPENDS+= mate-terminal>=${VERSION}:../../x11/mate-terminal DEPENDS+= mate-themes>=3.22.24:../../graphics/mate-themes -#DEPENDS+= mate-user-share>=${VERSION}:../../net/mate-user-share -DEPENDS+= mate-utils>=${VERSION:R}.1:../../misc/mate-utils +#DEPENDS+= mate-user-share>=${VERSION:R}.0:../../net/mate-user-share +DEPENDS+= mate-utils>=${VERSION}:../../misc/mate-utils DEPENDS+= mozo>=${VERSION:R}.2:../../x11/mozo DEPENDS+= pluma>=${VERSION:R}.1:../../editors/pluma --_----------=_1696434925166730--