Received: by mail.netbsd.org (Postfix, from userid 605) id 30CC484D6F; Wed, 16 Jan 2019 14:47:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5EF984CD8 for ; Wed, 16 Jan 2019 14:47:02 +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 u5LecD2RfJC6 for ; Wed, 16 Jan 2019 14:47:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0078484CDF for ; Wed, 16 Jan 2019 14:47:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBB14FB16; Wed, 16 Jan 2019 14:47:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15476500212800" MIME-Version: 1.0 Date: Wed, 16 Jan 2019 14:47:01 +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: <20190116144701.EBB14FB16@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. --_----------=_15476500212800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Wed Jan 16 14:47:01 UTC 2019 Modified Files: pkgsrc/meta-pkgs/mate: Makefile Makefile.common Log Message: Start updating MATE to 1.21.x. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/meta-pkgs/mate/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/meta-pkgs/mate/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15476500212800 Content-Disposition: inline Content-Length: 3705 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.17 pkgsrc/meta-pkgs/mate/Makefile:1.18 --- pkgsrc/meta-pkgs/mate/Makefile:1.17 Wed Nov 14 22:22:01 2018 +++ pkgsrc/meta-pkgs/mate/Makefile Wed Jan 16 14:47:01 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/11/14 22:22:01 kleink Exp $ +# $NetBSD: Makefile,v 1.18 2019/01/16 14:47:01 youri Exp $ PKGNAME= mate-${VERSION} -PKGREVISION= 2 CATEGORIES= meta-pkgs COMMENT= Meta-package for MATE desktop environment @@ -12,7 +11,7 @@ META_PACKAGE= yes DEPENDS+= atril>=${VERSION}:../../print/atril DEPENDS+= caja>=${VERSION}:../../sysutils/caja -DEPENDS+= caja-dropbox>=${VERSION}:../../sysutils/caja-dropbox +DEPENDS+= caja-dropbox>=1.20.0:../../sysutils/caja-dropbox DEPENDS+= caja-extensions>=${VERSION}:../../sysutils/caja-extensions DEPENDS+= engrampa>=${VERSION}:../../archivers/engrampa DEPENDS+= eom>=${VERSION}:../../graphics/eom @@ -20,17 +19,17 @@ DEPENDS+= libmatekbd>=${VERSION}:../../x DEPENDS+= libmateweather>=${VERSION}:../../misc/libmateweather DEPENDS+= marco>=${VERSION}:../../wm/marco DEPENDS+= mate-applets>=${VERSION}:../../x11/mate-applets -DEPENDS+= mate-backgrounds>=${VERSION}:../../graphics/mate-backgrounds +DEPENDS+= mate-backgrounds>=1.20.0:../../graphics/mate-backgrounds DEPENDS+= mate-calc>=${VERSION}:../../misc/mate-calc -DEPENDS+= mate-common>=${VERSION}:../../devel/mate-common +DEPENDS+= mate-common>=1.20.0:../../devel/mate-common DEPENDS+= mate-control-center>=${VERSION}:../../x11/mate-control-center DEPENDS+= mate-desktop>=${VERSION}:../../x11/mate-desktop DEPENDS+= mate-icon-theme>=${VERSION}:../../graphics/mate-icon-theme -DEPENDS+= mate-icon-theme-faenza>=${VERSION}:../../graphics/mate-icon-theme-faenza -DEPENDS+= mate-indicator-applet>=${VERSION}:../../x11/mate-indicator-applet +DEPENDS+= mate-icon-theme-faenza>=1.20.0:../../graphics/mate-icon-theme-faenza +DEPENDS+= mate-indicator-applet>=1.20.1:../../x11/mate-indicator-applet DEPENDS+= mate-media>=${VERSION}:../../multimedia/mate-media DEPENDS+= mate-menus>=${VERSION}:../../x11/mate-menus -DEPENDS+= mate-netbook>=${VERSION}:../../wm/mate-netbook +DEPENDS+= mate-netbook>=1.20.0:../../wm/mate-netbook DEPENDS+= mate-notification-daemon>=${VERSION}:../../sysutils/mate-notification-daemon DEPENDS+= mate-panel>=${VERSION}:../../x11/mate-panel DEPENDS+= mate-polkit>=${VERSION}:../../security/mate-polkit @@ -42,7 +41,7 @@ DEPENDS+= mate-settings-daemon>=${VERSIO #DEPENDS+= mate-system-monitor>=${VERSION}:../../sysutils/mate-system-monitor DEPENDS+= mate-terminal>=${VERSION}:../../x11/mate-terminal DEPENDS+= mate-themes>=${VERSION}:../../graphics/mate-themes -DEPENDS+= mate-user-share>=${VERSION}:../../net/mate-user-share +#DEPENDS+= mate-user-share>=1.20.0:../../net/mate-user-share DEPENDS+= mate-utils>=${VERSION}:../../misc/mate-utils DEPENDS+= mozo>=${VERSION}:../../x11/mozo DEPENDS+= pluma>=${VERSION}:../../editors/pluma Index: pkgsrc/meta-pkgs/mate/Makefile.common diff -u pkgsrc/meta-pkgs/mate/Makefile.common:1.6 pkgsrc/meta-pkgs/mate/Makefile.common:1.7 --- pkgsrc/meta-pkgs/mate/Makefile.common:1.6 Fri Jun 1 14:21:40 2018 +++ pkgsrc/meta-pkgs/mate/Makefile.common Wed Jan 16 14:47:01 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2018/06/01 14:21:40 youri Exp $ +# $NetBSD: Makefile.common,v 1.7 2019/01/16 14:47:01 youri Exp $ # used by meta-pkgs/mate/Makefile # used by print/atril/Makefile # used by sysutils/caja/Makefile @@ -38,7 +38,7 @@ # used by x11/mozo/Makefile # used by editors/pluma/Makefile -VERSION= 1.20.0 +VERSION= 1.21.0 MASTER_SITES+= http://pub.mate-desktop.org/releases/${VERSION:R}/ EXTRACT_SUFX= .tar.xz --_----------=_15476500212800--