Received: by mail.netbsd.org (Postfix, from userid 605) id E248484D39; Wed, 6 Mar 2019 07:34:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6AD2884D21 for ; Wed, 6 Mar 2019 07:34:14 +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 06L4JXZbsS82 for ; Wed, 6 Mar 2019 07:34:13 +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 D8CAF84CDC for ; Wed, 6 Mar 2019 07:34:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C87E2FB16; Wed, 6 Mar 2019 07:34:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155185765333620" MIME-Version: 1.0 Date: Wed, 6 Mar 2019 07:34:13 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/sysutils/mate-sensors-applet To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190306073413.C87E2FB16@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. --_----------=_155185765333620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Mar 6 07:34:13 UTC 2019 Modified Files: pkgsrc/sysutils/mate-sensors-applet: Makefile distinfo Log Message: mate-sensors-applet: update to 1.22 ### mate-sensors-applet 1.22.0 * Translations update * Initialize Travis CI support * Make translatable the copyright in about dialog To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/mate-sensors-applet/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/mate-sensors-applet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155185765333620 Content-Disposition: inline Content-Length: 2096 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/mate-sensors-applet/Makefile diff -u pkgsrc/sysutils/mate-sensors-applet/Makefile:1.12 pkgsrc/sysutils/mate-sensors-applet/Makefile:1.13 --- pkgsrc/sysutils/mate-sensors-applet/Makefile:1.12 Wed Jan 16 18:12:13 2019 +++ pkgsrc/sysutils/mate-sensors-applet/Makefile Wed Mar 6 07:34:13 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2019/01/16 18:12:13 youri Exp $ +# $NetBSD: Makefile,v 1.13 2019/03/06 07:34:13 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-sensors-applet-${VERSION:R}.1 +DISTNAME= mate-sensors-applet-${VERSION} CATEGORIES= sysutils COMMENT= MATE Sensors applets Index: pkgsrc/sysutils/mate-sensors-applet/distinfo diff -u pkgsrc/sysutils/mate-sensors-applet/distinfo:1.4 pkgsrc/sysutils/mate-sensors-applet/distinfo:1.5 --- pkgsrc/sysutils/mate-sensors-applet/distinfo:1.4 Wed Jan 16 18:12:13 2019 +++ pkgsrc/sysutils/mate-sensors-applet/distinfo Wed Mar 6 07:34:13 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2019/01/16 18:12:13 youri Exp $ +$NetBSD: distinfo,v 1.5 2019/03/06 07:34:13 gutteridge Exp $ -SHA1 (mate-sensors-applet-1.21.1.tar.xz) = bc98462b16c4f45089e3d7743d832fc81927e709 -RMD160 (mate-sensors-applet-1.21.1.tar.xz) = aae2329ab6e3b64e71bd2b4545dbfd1608244e84 -SHA512 (mate-sensors-applet-1.21.1.tar.xz) = e9081ac2520dd905562081bfdcb013083fe60fe9e5101a67d61468453753216b03de224c3537908306d04b4a92e7ca147fd63868b66930492172fb0247cf124e -Size (mate-sensors-applet-1.21.1.tar.xz) = 507024 bytes +SHA1 (mate-sensors-applet-1.22.0.tar.xz) = cad238ad4f29b9204f8030c58d28cd72b649f38a +RMD160 (mate-sensors-applet-1.22.0.tar.xz) = c1b115fac4125c7d7e6be15d270b0c6ccae678c2 +SHA512 (mate-sensors-applet-1.22.0.tar.xz) = f756fdff4dd8fe824fbe41956411ca1e6ce251fc1d43276c7244a8a806e91bacc283c412b831935136682971509e23c08538264963af31488bee15ce5644d5cb +Size (mate-sensors-applet-1.22.0.tar.xz) = 511876 bytes SHA1 (patch-plugins_sonypi_sonypi-plugin.c) = 903f3c27e211518934fad8cf1493fb79bd198ae1 SHA1 (patch-sensors-applet_Makefile.in) = 260e64160369d2e373bfd8219a9bf814966c33be --_----------=_155185765333620--