Received: by mail.netbsd.org (Postfix, from userid 605) id A1B9784E63; Fri, 19 Aug 2022 06:26:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBE6284E5C for ; Fri, 19 Aug 2022 06:26:58 +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 9wbsMVKOPUKb for ; Fri, 19 Aug 2022 06:26:58 +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 6E41E84D37 for ; Fri, 19 Aug 2022 06:26:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6BC05FB1A; Fri, 19 Aug 2022 06:26:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660890418187300" MIME-Version: 1.0 Date: Fri, 19 Aug 2022 06:26:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/collectd-grpc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220819062658.6BC05FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660890418187300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Aug 19 06:26:58 UTC 2022 Modified Files: pkgsrc/sysutils/collectd-grpc: Makefile Log Message: collectd-grpc: bump PKGREVISION for ABI bump in grpc To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/collectd-grpc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660890418187300 Content-Disposition: inline Content-Length: 626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/collectd-grpc/Makefile diff -u pkgsrc/sysutils/collectd-grpc/Makefile:1.8 pkgsrc/sysutils/collectd-grpc/Makefile:1.9 --- pkgsrc/sysutils/collectd-grpc/Makefile:1.8 Tue May 3 20:08:41 2022 +++ pkgsrc/sysutils/collectd-grpc/Makefile Fri Aug 19 06:26:58 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2022/05/03 20:08:41 nia Exp $ +# $NetBSD: Makefile,v 1.9 2022/08/19 06:26:58 wiz Exp $ COLLECTD_PACKAGE= grpc COMMENT= Statistics collection daemon - grpc plugin -PKGREVISION= 4 +PKGREVISION= 5 BROKEN+= "fatal error: absl/synchronization/mutex.h: No such file or directory" --_----------=_1660890418187300--