From owner-dev-commits-ports-main@freebsd.org Tue Apr 20 02:13:32 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 6DA205E04BE; Tue, 20 Apr 2021 02:13:32 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4FPS0D2jbTz3Ncb; Tue, 20 Apr 2021 02:13:32 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.12] (unknown [181.51.107.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id BD26969FC; Tue, 20 Apr 2021 02:13:31 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: git: d3ba089a5212 - main - Update to version 2.2.13. To: Dmitry Sivachenko , Yuri Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202104192213.13JMDlRd039737@gitrepo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <59a11a3f-3a47-176b-a566-a154709a4a69@FreeBSD.org> Date: Mon, 19 Apr 2021 21:13:28 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Tue, 20 Apr 2021 02:13:32 -0000 On 19/04/2021 17:24, Dmitry Sivachenko wrote: > >> On 20 Apr 2021, at 01:17, Yuri wrote: >> >> On 4/19/21 3:13 PM, Dmitry Sivachenko wrote: >>> Update to version 2.2.13. >> >> Why didn't you mention in the commit message what port was updated? >> net/haproxy is one of thousands of ports and having a message like this doesn't help to understand what the change is. >> > Hello, > > what do you mean 'what port was updated'? It is clean from the commit log that it is net/haproxy that was updated, only two files changed: > Update to version 2.2.13. It is not a all "clean" if you do: git log --oneline > --- > net/haproxy/Makefile | 2 +- > net/haproxy/distinfo | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > > Or may be I am missing something... cheers, Pedro.