From owner-svn-ports-head@freebsd.org Thu Dec 7 09:54:05 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 7011DE81E4C; Thu, 7 Dec 2017 09:54:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 50CB47F55F; Thu, 7 Dec 2017 09:54:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 9A61C1F404; Thu, 7 Dec 2017 09:54:04 +0000 (UTC) Date: Thu, 7 Dec 2017 09:54:04 +0000 From: Alexey Dokuchaev To: Rodrigo Osorio Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r455702 - in head/x11/tilda: . files Message-ID: <20171207095404.GA53464@FreeBSD.org> References: <201712070946.vB79kgoe033148@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712070946.vB79kgoe033148@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) 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 09:54:05 -0000 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