Received: by mail.netbsd.org (Postfix, from userid 605) id 0561585065; Mon, 14 May 2018 13:01:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A22085064 for ; Mon, 14 May 2018 13:01:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XnhMHfhk_iOs for ; Mon, 14 May 2018 13:01:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3E1184CE1 for ; Mon, 14 May 2018 13:01:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B899FBEC; Mon, 14 May 2018 13:01:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526302906216280" MIME-Version: 1.0 Date: Mon, 14 May 2018 13:01:46 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/x11/mate-indicator-applet To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180514130146.1B899FBEC@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. --_----------=_1526302906216280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Mon May 14 13:01:46 UTC 2018 Modified Files: pkgsrc/x11/mate-indicator-applet: Makefile distinfo Log Message: Update mate-indicator-applet to 1.20.0: Support building against Ayatana Indicators and Ubuntu Indicators alike. Translations update To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/mate-indicator-applet/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/mate-indicator-applet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526302906216280 Content-Disposition: inline Content-Length: 1877 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mate-indicator-applet/Makefile diff -u pkgsrc/x11/mate-indicator-applet/Makefile:1.8 pkgsrc/x11/mate-indicator-applet/Makefile:1.9 --- pkgsrc/x11/mate-indicator-applet/Makefile:1.8 Mon Apr 16 14:35:24 2018 +++ pkgsrc/x11/mate-indicator-applet/Makefile Mon May 14 13:01:45 2018 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.8 2018/04/16 14:35:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/05/14 13:01:45 youri Exp $ -PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-indicator-applet-${VERSION} Index: pkgsrc/x11/mate-indicator-applet/distinfo diff -u pkgsrc/x11/mate-indicator-applet/distinfo:1.2 pkgsrc/x11/mate-indicator-applet/distinfo:1.3 --- pkgsrc/x11/mate-indicator-applet/distinfo:1.2 Fri Jun 23 17:20:14 2017 +++ pkgsrc/x11/mate-indicator-applet/distinfo Mon May 14 13:01:45 2018 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2017/06/23 17:20:14 youri Exp $ +$NetBSD: distinfo,v 1.3 2018/05/14 13:01:45 youri Exp $ -SHA1 (mate-indicator-applet-1.18.0.tar.xz) = d47283f3c49aafc8bf092692b2034cf9bf71ce4d -RMD160 (mate-indicator-applet-1.18.0.tar.xz) = d0c6b64b58c75a1a4c9f2c03b4052d76b123017e -SHA512 (mate-indicator-applet-1.18.0.tar.xz) = 5c7690c00e165c72290dfada899a188c3fc72ed2d9c19c0168aba6d2ea3fb40f1f7f152eddfb2160cf16aea01247245b91e84c88f7b8a6e76778c6144864aec8 -Size (mate-indicator-applet-1.18.0.tar.xz) = 329792 bytes +SHA1 (mate-indicator-applet-1.20.0.tar.xz) = dd68ae59a38de4bf4eb98644000ab027cdee6991 +RMD160 (mate-indicator-applet-1.20.0.tar.xz) = 14f356fc69416c6ce1ee3900acc74a41f39a93f0 +SHA512 (mate-indicator-applet-1.20.0.tar.xz) = 3f0fa40359d9b489471df5b22537d4ce6334a8c4e9024723e3e00f25ba75919f5c9f7ad8c79f4d946116b00b5aac6eed26ab149fdf01588b94d1be44f7ca23d5 +Size (mate-indicator-applet-1.20.0.tar.xz) = 334480 bytes +SHA1 (patch-configure) = f182c563091312cd5f81ce6588c2284ea1a31e95 --_----------=_1526302906216280--