Received: by mail.netbsd.org (Postfix, from userid 605) id 2C5D784D2A; Wed, 13 Mar 2019 23:08:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7E4484CEA for ; Wed, 13 Mar 2019 23:08:24 +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 kcWUG6Ri-m_3 for ; Wed, 13 Mar 2019 23:08:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 291DE84C82 for ; Wed, 13 Mar 2019 23:08:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23F25FB16; Wed, 13 Mar 2019 23:08:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552518504213860" MIME-Version: 1.0 Date: Wed, 13 Mar 2019 23:08:24 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/graphics/mate-themes To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190313230824.23F25FB16@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. --_----------=_1552518504213860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Mar 13 23:08:24 UTC 2019 Modified Files: pkgsrc/graphics/mate-themes: Makefile distinfo Log Message: mate-themes: update to 3.22.19 ### 3.22.19 (GTK 3.22) * Translations update * add Travis-CI support * TOK/TG: fix menubar view for LibreOffice * Menta metacity: synchronize frame_geometry * BlackMATE: fix invisible checkboxes in Firefox content when userChrome.css is used * Trad. and Menta themes: fix menu accelerator * submarine: fix font-color headerbar button.default * Trad. and GreenLaguna: fix lightdm-gtk panel To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/mate-themes/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/mate-themes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552518504213860 Content-Disposition: inline Content-Length: 1940 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/mate-themes/Makefile diff -u pkgsrc/graphics/mate-themes/Makefile:1.13 pkgsrc/graphics/mate-themes/Makefile:1.14 --- pkgsrc/graphics/mate-themes/Makefile:1.13 Wed Jan 16 18:21:09 2019 +++ pkgsrc/graphics/mate-themes/Makefile Wed Mar 13 23:08:23 2019 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2019/01/16 18:21:09 youri Exp $ +# $NetBSD: Makefile,v 1.14 2019/03/13 23:08:23 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-themes-3.22.18 +VERSION= 3.22.19 +DISTNAME= mate-themes-${VERSION} CATEGORIES= graphics -MASTER_SITES= http://pub.mate-desktop.org/releases/themes/3.22/ +MASTER_SITES= http://pub.mate-desktop.org/releases/themes/${VERSION:R}/ COMMENT= Icons and themes for MATE desktop Index: pkgsrc/graphics/mate-themes/distinfo diff -u pkgsrc/graphics/mate-themes/distinfo:1.4 pkgsrc/graphics/mate-themes/distinfo:1.5 --- pkgsrc/graphics/mate-themes/distinfo:1.4 Wed Jan 16 18:21:09 2019 +++ pkgsrc/graphics/mate-themes/distinfo Wed Mar 13 23:08:23 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/01/16 18:21:09 youri Exp $ +$NetBSD: distinfo,v 1.5 2019/03/13 23:08:23 gutteridge Exp $ -SHA1 (mate-themes-3.22.18.tar.xz) = 5698f82a8cd406f675fcd96247c86ed8181eb678 -RMD160 (mate-themes-3.22.18.tar.xz) = a23dd006a810c4c6a185bd2be8f7675d8a329435 -SHA512 (mate-themes-3.22.18.tar.xz) = 0851dee8ddb7495b43cbb7590ca3ecd1b3fa5a474f66806cb644462a70324c8221630d1d555e84beb8fa7025c080edc9524f244e47ac42c9843cc9eccc78dd74 -Size (mate-themes-3.22.18.tar.xz) = 6103368 bytes +SHA1 (mate-themes-3.22.19.tar.xz) = 23eeee49319db2d8b671d74c11ccd1f716be4ed9 +RMD160 (mate-themes-3.22.19.tar.xz) = c3e5fbcca4c9731ced0dbd93ce6d7c446e77cd09 +SHA512 (mate-themes-3.22.19.tar.xz) = 3e8a5a37bb6755c65da3307957569e84cce546c9786396f5eb8cb5f84ddf64e04260b87f67cb0b03c7c7dc13b4f75790fb9afe8b971101f3556ee6c015bb585d +Size (mate-themes-3.22.19.tar.xz) = 5567828 bytes --_----------=_1552518504213860--