From owner-svn-ports-all@freebsd.org Mon Aug 3 08:00:34 2020 Return-Path: Delivered-To: svn-ports-all@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 E4511372561; Mon, 3 Aug 2020 08:00:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKr0f5pYFz4S6c; Mon, 3 Aug 2020 08:00:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B3A2AB595; Mon, 3 Aug 2020 08:00:34 +0000 (UTC) Date: Mon, 3 Aug 2020 08:00:34 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Stefan E??er , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r543919 - head/astro/xearth/files Message-ID: <20200803080034.GA74839@FreeBSD.org> References: <202008011830.071IUpJC086718@repo.freebsd.org> <20200803075524.tvfjcaxbbdd7lwgo@aching.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200803075524.tvfjcaxbbdd7lwgo@aching.in.mat.cc> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 08:00:35 -0000 On Mon, Aug 03, 2020 at 09:55:24AM +0200, Mathieu Arnold wrote: > On Sat, Aug 01, 2020 at 06:30:51PM +0000, Stefan E?er wrote: > > New Revision: 543919 > > URL: https://svnweb.freebsd.org/changeset/ports/543919 > > > > Log: > > Fix format: 2 missing commas after the longitude and white space in the > > name fields > > Space in the name fields are there so that names not in the same > location but close to one another do not overlap. I am not sure > removing them is a great idea. Abusing spaces for that matter is wrong; the port should be fixed instead of relying on manual alignment with spaces. Please do not taint raw data with its physical representation gimmicks. ./danfe