Received: by mail.netbsd.org (Postfix, from userid 605) id 9C95584E00; Sun, 5 Apr 2020 17:48:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 253B584D80 for ; Sun, 5 Apr 2020 17:48:19 +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 ofiFgrWzIV1c for ; Sun, 5 Apr 2020 17:48:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7526584CD5 for ; Sun, 5 Apr 2020 17:48:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A540FB27; Sun, 5 Apr 2020 17:48:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158610889854460" MIME-Version: 1.0 Date: Sun, 5 Apr 2020 17:48:18 +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: <20200405174818.6A540FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158610889854460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Apr 5 17:48:18 UTC 2020 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: mate: align mate-themes required version to pair with 1.24 To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158610889854460 Content-Disposition: inline Content-Length: 1025 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.30 pkgsrc/meta-pkgs/mate/Makefile:1.31 --- pkgsrc/meta-pkgs/mate/Makefile:1.30 Sun Apr 5 16:05:39 2020 +++ pkgsrc/meta-pkgs/mate/Makefile Sun Apr 5 17:48:18 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2020/04/05 16:05:39 bsiegert Exp $ +# $NetBSD: Makefile,v 1.31 2020/04/05 17:48:18 gutteridge Exp $ PKGNAME= mate-${VERSION} CATEGORIES= meta-pkgs @@ -41,7 +41,7 @@ DEPENDS+= mate-session-manager>=${VERSIO DEPENDS+= mate-settings-daemon>=${VERSION:R}.1:../../x11/mate-settings-daemon #DEPENDS+= mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor DEPENDS+= mate-terminal>=${VERSION:R}.1:../../x11/mate-terminal -DEPENDS+= mate-themes>=3.22.20:../../graphics/mate-themes +DEPENDS+= mate-themes>=3.22.21:../../graphics/mate-themes #DEPENDS+= mate-user-share>=${VERSION:R}.1:../../net/mate-user-share DEPENDS+= mate-utils>=${VERSION}:../../misc/mate-utils DEPENDS+= mozo>=${VERSION}:../../x11/mozo --_----------=_158610889854460--