From owner-svn-ports-head@freebsd.org Sun Dec 24 14:06:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0D7EE90C69; Sun, 24 Dec 2017 14:06:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C902D7BC24; Sun, 24 Dec 2017 14:06:34 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1C43D3939; Sun, 24 Dec 2017 14:06:34 +0000 (UTC) Date: Sun, 24 Dec 2017 14:06:34 +0000 From: Alexey Dokuchaev To: Marcelo Araujo Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r456958 - head/deskutils/lumina-fileinfo Message-ID: <20171224140634.GC1693@FreeBSD.org> References: <201712220233.vBM2X8kt079089@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712220233.vBM2X8kt079089@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 24 Dec 2017 14:06:35 -0000 On Fri, Dec 22, 2017 at 02:33:08AM +0000, Marcelo Araujo wrote: > New Revision: 456958 > URL: https://svnweb.freebsd.org/changeset/ports/456958 > > Log: > - Update to 1.4.1. > - Pass maintainership to submitter. > > Modified: head/deskutils/lumina-fileinfo/Makefile > ... > @@ -15,24 +13,25 @@ LICENSE= BSD3CLAUSE > CONFLICTS_INSTALL= lumina-1.2.* > > OPTIONS_DEFINE= I18N > -OPTIONS_DEFAULT=I18N > +OPTIONS_DEFAULT= I18N Please try to avoid gratuitous changes. > -QMAKE_ARGS+= CONFIG+=WITH_I18N > +QMAKE_ARGS+=CONFIG+=WITH_I18N Ditto (this also applies to adjacent commits of yours). There was nothing wrong with previous formatting. ./danfe