From owner-dev-commits-ports-main@freebsd.org Sat Aug 7 17:40:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E6CD066EBEE; Sat, 7 Aug 2021 17:40:15 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.home.utahime.org (gate.home.utahime.org [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GhqPC4NfGz4WPm; Sat, 7 Aug 2021 17:40:15 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by gate.home.utahime.org (Postfix) with ESMTPS id D5DBB84AF; Sun, 8 Aug 2021 02:40:05 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1628358005; bh=JaeKsPtqLYDHxVs2KPc9GhGjr3PtHzDxgKmm9AKEp2E=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=QAzxXxR/gE7sRmLDbKGudddZrlcjKmb6ZtEGUNzXBCCGNFmNMsNlZRfkNuSS+tgMC LN8kkqJ1CwR/LhrTJqZc0E7gchObTPFYTzEj5FI6Am9UuGeXDbtIlLXS8zzmXHJwaa ynkJz8XQlnb1ofCH1TEEJHydtHGVJ+63yJ7YLl1oMmP7qG/Xz4wp5Hkc/ZWXT8VAim M4u5c3i4lFA8lBrbc3xDf1dg4Iz4QnTj6+hIMb69Cih1/54Apls1EouMdbrkOuvqCp dKhOZV5uDKs9BrX4dFnB+q/gWNkOQ0EnneQBifLk7eb/eBlWsvtQN5ASXnjiipuvrs 7D1LmTTUNQURQ== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 1C0DC2166E; Sun, 8 Aug 2021 02:40:02 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.104.0-rc at eastasia.home.utahime.org Date: Sun, 08 Aug 2021 02:38:59 +0900 (JST) Message-Id: <20210808.023859.500724407641302033.yasu@utahime.org> To: vanilla@FreeBSD.org Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 2df908509325 - main - www/grafana8: Update to 8.1.0 From: Yasuhiro Kimura In-Reply-To: <202108071023.177ANHGK043006@gitrepo.freebsd.org> References: <202108071023.177ANHGK043006@gitrepo.freebsd.org> X-Mailer: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4GhqPC4NfGz4WPm X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2021 17:40:16 -0000 From: "Vanilla I. Shu" Subject: git: 2df908509325 - main - www/grafana8: Update to 8.1.0 Date: Sat, 7 Aug 2021 10:23:17 GMT > The branch main has been updated by vanilla: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=2df908509325f2ea45a5aed34fe4188a302abe34 > > commit 2df908509325f2ea45a5aed34fe4188a302abe34 > Author: Vanilla I. Shu > AuthorDate: 2021-08-07 10:19:57 +0000 > Commit: Vanilla I. Shu > CommitDate: 2021-08-07 10:23:10 +0000 > > www/grafana8: Update to 8.1.0 > > Changelog: > https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-1/ > > Also small port refactoring: > - Excluded GH_TUPLE to dedicated Makefile.modules file. > - Removed config sample file grafana.ini.in, refactored to > auto-generation via Makefile (it prevents unnecessary file patching > while update). > > PR: 257655 > Reported by: maintainer > --- > www/grafana8/Makefile | 239 +-------- > www/grafana8/distinfo | 102 ++-- > www/grafana8/files/grafana.ini.in | 984 -------------------------------------- > www/grafana8/pkg-plist | 276 +++++++++-- > 4 files changed, 294 insertions(+), 1307 deletions(-) This commit causes index build error. It seems you forgot to commit www/grafana8/Makefile.modules. --- Yasuhiro Kimura