From owner-svn-ports-all@freebsd.org Thu Jul 30 18:05:35 2015 Return-Path: Delivered-To: svn-ports-all@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 0C5879AFD9E; Thu, 30 Jul 2015 18:05:35 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C72A87AF; Thu, 30 Jul 2015 18:05:34 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Date: Thu, 30 Jul 2015 21:05:32 +0300 From: Alex Kozlov To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r393160 - head/audio/jokosher Message-ID: <20150730180532.GA11319@ravenloft.kiev.ua> References: <201507291434.t6TEYBSr075859@repo.freebsd.org> <20150730032458.GB46673@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150730032458.GB46673@FreeBSD.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 30 Jul 2015 18:05:35 -0000 On Thu, Jul 30, 2015 at 03:24:58AM +0000, Alexey Dokuchaev wrote: > On Wed, Jul 29, 2015 at 02:34:11PM +0000, Alex Kozlov wrote: > > New Revision: 393160 > > URL: https://svnweb.freebsd.org/changeset/ports/393160 > > > > Log: > > - Fix Makefile in case if PROFILES option is selected > > [...] > > > > -USES= desktop-file-utils python:2 shared-mime-info > > +USES= desktop-file-utils python:2 shared-mime-info > > Pardon me, but what was the reason for this change, apart from breaking > indentation? A space to tab fix: FATAL: Makefile: [16]: use a tab (not space) after a variable name Forgot to mention this in the commit log, sorry. -- Alex