From nobody Mon Nov 1 14:55:24 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id DEE5B183DCCD; Mon, 1 Nov 2021 14:55:27 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjbgM5X7cz4gGW; Mon, 1 Nov 2021 14:55:27 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from [172.21.4.113] (dynamic-177-53-82-16.telecominternet.net.br [177.53.82.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: garga) by smtp.freebsd.org (Postfix) with ESMTPSA id 04109281F3; Mon, 1 Nov 2021 14:55:26 +0000 (UTC) (envelope-from garga@FreeBSD.org) Message-ID: <1e6ee54f-7917-49dc-ae65-44d4f5e71291@FreeBSD.org> Date: Mon, 1 Nov 2021 11:55:24 -0300 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Subject: Re: git: 67be9a912d61 - main - devel/git: Update to 2.33.1 Content-Language: en-US To: Yasuhiro Kimura , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202110300623.19U6NOPO023944@gitrepo.freebsd.org> From: Renato Botelho In-Reply-To: <202110300623.19U6NOPO023944@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 30/10/21 03:23, Yasuhiro Kimura wrote: > The branch main has been updated by yasu: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=67be9a912d61ec4bfb7c1b51b4984e8afe959dfc > > commit 67be9a912d61ec4bfb7c1b51b4984e8afe959dfc > Author: Yasuhiro Kimura > AuthorDate: 2021-10-13 00:07:16 +0000 > Commit: Yasuhiro Kimura > CommitDate: 2021-10-30 06:22:56 +0000 > > devel/git: Update to 2.33.1 > > ReleaseNotes: https://github.com/git/git/blob/v2.33.1/Documentation/RelNotes/2.33.1.txt > PR: 259116 > Approved by: maintainer timeout (> 2 weeks) Yasuhiro, Thanks for pushing the upgrade. One small note, when HTMLDOCS option is set, it installs a small txt file with notes for each version. The patch you pushed is missing one pkg-plist entry for that: %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.33.1.txt -- Renato Botelho