From owner-svn-ports-head@freebsd.org Thu Dec 7 14:17:00 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 477FDE88748; Thu, 7 Dec 2017 14:17:00 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (smtp.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id 14F91663AE; Thu, 7 Dec 2017 14:16:59 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from [192.168.43.40] (unknown [80.12.27.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id 2C4982B79C; Thu, 7 Dec 2017 14:16:52 +0000 (UTC) Subject: Re: svn commit: r455702 - in head/x11/tilda: . files To: Alexey Dokuchaev , Rodrigo Osorio Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201712070946.vB79kgoe033148@repo.freebsd.org> <20171207095404.GA53464@FreeBSD.org> From: Rodrigo Osorio Message-ID: <6e1d8368-e900-cc0f-fe3e-1d07632f8273@osorio.me> Date: Thu, 7 Dec 2017 16:16:58 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171207095404.GA53464@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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: Thu, 07 Dec 2017 14:17:00 -0000 On 12/07/2017 10:54, Alexey Dokuchaev wrote: > On Thu, Dec 07, 2017 at 09:46:42AM +0000, Rodrigo Osorio wrote: >> New Revision: 455702 >> URL: https://svnweb.freebsd.org/changeset/ports/455702 >> >> Log: >> Tilda uses wrong ps flag on start >> Replace ps call by pgrep >> Bump PORTREVISION >> >> Modified: head/x11/tilda/files/patch-tilda.c >> ... >> @@ -1,5 +1,5 @@ >> ---- src/tilda.c.orig 2015-12-16 12:11:58 UTC >> -+++ src/tilda.c >> +--- src/tilda.c.orig 2017-09-08 22:19:35.318278000 +0300 >> ++++ src/tilda.c 2017-09-08 22:21:22.752550000 +0300 > Would you please please please not replace standard, "make makepatch" > conformant patch headers with this .XXXXXXXXX +YYYY stuff? Thank you, > > ./danfe Sorry for that, I'll fix it in a future commit Regards, - rodrigo