From nobody Wed Jan 26 04:36:39 2022 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 C1C041976720; Wed, 26 Jan 2022 04:36:39 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Jk9sg5D1Dz4kCY; Wed, 26 Jan 2022 04:36:39 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643171799; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=N5rHbO2LGEecrZQGKX9W5qtiMgMvDEyHaUI79Zx2kd8=; b=uVVlbx8NAwvVRtcqsGYS9toBLG7jGO7O3YoyvgTMrfC3sonCC6/U2p5u+9I1tWWvurWSWP aGY/LXrp/XtEV4AuxIf3W6vbRK5niCwC/1WiwHm5NIME9XK4JRxL4xUMYbIPr5vzPmwG6j 1eAW+HhXTmzJ1SIx4rq4ku7vee+vqrFbaDbrUJsIE+qjl9zptsefO0iP4WTfF5x3JWJZih yDgo7t6tMW4K8MAhcKje63dSGHwbemdDKWDPzy0D7INf/e9YCVbV0ElwqUe/ERLdPOdf4+ ZXjK3sGMhWCxmrmbV6FARyBhgvf7dcvMLxVvQjk86u60bOIymHjJZRr6QHuc5g== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9EE041212B; Wed, 26 Jan 2022 04:36:39 +0000 (UTC) Date: Wed, 26 Jan 2022 04:36:39 +0000 From: Alexey Dokuchaev To: Yuri Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 9204a735d9a8 - main - net/storj: update Storj programs to version 1.47.3. Message-ID: References: <202201251917.20PJHN0w064032@gitrepo.freebsd.org> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1643171799; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=N5rHbO2LGEecrZQGKX9W5qtiMgMvDEyHaUI79Zx2kd8=; b=NoC2SKKGv0l/edscLkWE3tYXaeaZ4h6pnsYJnFjaTHZQYDdniv6YMXao9jglYU2GdA0mhF OEMLJF75LlwB6eP+sAH6Qwbj19fe7zm+FZ042a7bAudt7z8O95o13F3+hHlvHbbwtOSPll 2l+zgGkBpkqFYZQdkryyPBhoJrarorQV9+3S3lbzzEPzAxKTn8t61/o9BOv61n4JPeb1L2 yQkt8B1jXg3Xsshc1vDtQeoYbDOMetZ96E9i8dR8bXrd0CRMIjln4t39GsH72JjCy7okH8 6XFqWeDqGTQu2WpT/zkjgdGiUhEPy093yNP0drsYE7Ela8DHBZAcuCnnkmi6hQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1643171799; a=rsa-sha256; cv=none; b=lhO5kOs37E9cltGin042064e8/K3X6QEr+wEnuSaCV2edXnD/cjK0DHY4ZSZNMveY9P8RC 4DL336WB4114Yn0LOo9y6AN41Iu8YEA2I16NwNR6le4giFq3j4FrWdsZRj6pkdUGP9vOOF Y8TnjenBlJA7825LMh+Sp8DOPXC6BZztanBbqEKZobv0tZ6uwLpl9gVJeDzi3YybCj9cJE uc+uHOvxVFcAEiNHoYEZORS0d5NlJ6f8WKoV+4lCrudhyuouPdngu7F8rcO8ZKbopBxoLa 8VGCW6qr1+2Mmrcei6uip6GqoA5WQhm6M/UYocUhy/7+ajjYF7f5xWJU4ciN+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On Tue, Jan 25, 2022 at 11:31:24AM -0800, Yuri wrote: > On 1/25/22 11:17, Alexey Dokuchaev wrote: > > net/storj: update Storj programs to version 1.47.3. > > * 'Storj' - port name repeated Only because I'm forced to prepend stupid "cat/port" patch which I strip locally when browsing commits: this information is redundant as it can be inferred from the commit itself. > * 'programs' - irrelevant info for the update. People who know it would > know that these are programs. > > * 'version' - redundant, because updates are virtually always to versions. Fair, but IMHO not enough to avoid this nice verbosity of natural language flow. :) > In the ML browser your subject got truncated and one essential part > isn't immediately displayed as a result of this redundancy: > > https://people.freebsd.org/~yuri/redundant-commit-message-information.png Your screenshot actually shows that the bug is not the commit subject, which is limited by some ~70 characters and mine do no violate that, but the From (Author) field needlessly taking too much space. ./danfe