From owner-svn-ports-head@freebsd.org Thu May 23 13:12:18 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3F3915AA03C; Thu, 23 May 2019 13:12:18 +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) server-signature RSA-PSS (4096 bits) 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 41D526C21D; Thu, 23 May 2019 13:12:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1CE13A0E2; Thu, 23 May 2019 13:12:18 +0000 (UTC) Date: Thu, 23 May 2019 13:12:18 +0000 From: Alexey Dokuchaev To: Jochen Neumeister Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r502336 - head/devel/mill Message-ID: <20190523131218.GA6404@FreeBSD.org> References: <201905231059.x4NAxrqp027124@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201905231059.x4NAxrqp027124@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 41D526C21D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.990,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2019 13:12:19 -0000 On Thu, May 23, 2019 at 10:59:53AM +0000, Jochen Neumeister wrote: > New Revision: 502336 > URL: https://svnweb.freebsd.org/changeset/ports/502336 > > Log: > Update to 0.4.0 > > ... > Modified: head/devel/mill/pkg-descr > ============================================================================== > --- head/devel/mill/pkg-descr Thu May 23 10:06:28 2019 (r502335) > +++ head/devel/mill/pkg-descr Thu May 23 10:59:53 2019 (r502336) > @@ -1,5 +1,5 @@ > -Mill is your shiny new Java/Scala build tool! Scared of SBT? > -Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel? > +Mill is your shiny new Java/Scala build tool! Scared of SBT? > +Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel? > Give Mill a try! Actually, in FreeBSD we typically use double spaces to separate sentences. We also try not to fix what ain't broken, that is, avoid making gratuitous changes. This pkg-descr change was uncalled for. ./danfe