From owner-svn-ports-head@freebsd.org Fri Apr 29 07:10:40 2016 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 40669B203ED; Fri, 29 Apr 2016 07:10:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 372D11D69; Fri, 29 Apr 2016 07:10:40 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 367DF171E; Fri, 29 Apr 2016 07:10:40 +0000 (UTC) Date: Fri, 29 Apr 2016 07:10:40 +0000 From: Alexey Dokuchaev To: Christoph Moench-Tegeder Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r414106 - head/graphics/shotwell Message-ID: <20160429071040.GA56016@FreeBSD.org> References: <201604271242.u3RCg7IB031266@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201604271242.u3RCg7IB031266@repo.freebsd.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 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: Fri, 29 Apr 2016 07:10:40 -0000 On Wed, Apr 27, 2016 at 12:42:07PM +0000, Christoph Moench-Tegeder wrote: > New Revision: 414106 > URL: https://svnweb.freebsd.org/changeset/ports/414106 > > Log: > Update shotwell to 0.23.0 > > while here, update WWW and do a little cosmetics > > @@ -27,8 +26,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbu > libraw.so:graphics/libraw \ > librest-0.7.so:devel/librest > > -USES= shebangfix gettext desktop-file-utils gmake pkgconfig sqlite \ > - tar:xz > +USES= shebangfix gettext desktop-file-utils gmake pkgconfig sqlite tar:xz OK, so "a little cosmetics" was changing 80-char-width friendly line into a nonfriendly one. This is pessimization as it is encouraged to keep ports' makefiles properly wrapped (also, it would be gratuitous change anyway, and we discourage them as well). ./danfe