Received: by mail.netbsd.org (Postfix, from userid 605) id 8943884DBD; Fri, 23 Jun 2017 20:39:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 147B384D8A for ; Fri, 23 Jun 2017 20:39:53 +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 DDRBCZZ-Cbp1 for ; Fri, 23 Jun 2017 20:39:52 +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 63B2B84D82 for ; Fri, 23 Jun 2017 20:39:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 619DDFAE8; Fri, 23 Jun 2017 20:39:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498250392295170" MIME-Version: 1.0 Date: Fri, 23 Jun 2017 20:39:52 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/meta-pkgs/mate To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20170623203952.619DDFAE8@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. --_----------=_1498250392295170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Fri Jun 23 20:39:52 UTC 2017 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Log Message: Fix build by requiring the right mate-terminal version. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/mate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1498250392295170 Content-Disposition: inline Content-Length: 1036 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.2 pkgsrc/meta-pkgs/mate/Makefile:1.3 --- pkgsrc/meta-pkgs/mate/Makefile:1.2 Fri Jun 23 17:33:51 2017 +++ pkgsrc/meta-pkgs/mate/Makefile Fri Jun 23 20:39:52 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/06/23 17:33:51 youri Exp $ +# $NetBSD: Makefile,v 1.3 2017/06/23 20:39:52 youri Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -42,7 +42,7 @@ DEPENDS+= mate-sensors-applet>=${VERSION DEPENDS+= mate-session-manager>=${VERSION}:../../x11/mate-session-manager DEPENDS+= mate-settings-daemon>=${VERSION}:../../x11/mate-settings-daemon DEPENDS+= mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor -DEPENDS+= mate-terminal>=${VERSION}:../../x11/mate-terminal +DEPENDS+= mate-terminal>=1.14.0nb3:../../x11/mate-terminal DEPENDS+= mate-themes>=${VERSION}:../../graphics/mate-themes DEPENDS+= mate-user-share>=${VERSION}:../../net/mate-user-share DEPENDS+= mate-utils>=${VERSION}:../../misc/mate-utils --_----------=_1498250392295170--