From owner-svn-ports-all@freebsd.org Sat Dec 30 06:38:33 2017 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 47C17EACD62; Sat, 30 Dec 2017 06:38:33 +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 27DE370849; Sat, 30 Dec 2017 06:38:33 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6F2F79EB8; Sat, 30 Dec 2017 06:38:32 +0000 (UTC) Date: Sat, 30 Dec 2017 06:38:32 +0000 From: Alexey Dokuchaev To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457553 - in head/textproc/fzf: . files Message-ID: <20171230063832.GB9078@FreeBSD.org> References: <201712300004.vBU04eWD098612@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712300004.vBU04eWD098612@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 30 Dec 2017 06:38:33 -0000 On Sat, Dec 30, 2017 at 12:04:40AM +0000, Tobias C. Berner wrote: > New Revision: 457553 > URL: https://svnweb.freebsd.org/changeset/ports/457553 > > Log: > Update textproc/fzf to 0.17.3 > > Modified: head/textproc/fzf/files/patch-shell_completion.bash > ... > @@ -1,11 +1,12 @@ > ---- shell/completion.bash.orig 2017-10-25 13:15:42 UTC > -+++ shell/completion.bash > -@@ -215,7 +215,7 @@ _fzf_complete_kill() { > +--- shell/completion.bash.orig 2017-12-03 14:55:24.000000000 +0000 > ++++ shell/completion.bash 2017-12-29 20:46:41.906877000 +0000 As was repeatedly asked on the svn-ports-* lists, please do not convert our standard, ``make makepatch''-compiant patch headers to this .906877000 +0000 mess. > Modified: head/textproc/fzf/files/patch-shell_completion.zsh > ... > @@ -1,11 +1,13 @@ > ---- shell/completion.zsh.orig 2017-10-25 13:15:38 UTC > -+++ shell/completion.zsh > -@@ -163,7 +163,7 @@ fzf-completion() { > +--- shell/completion.zsh.orig 2017-12-03 14:55:24.000000000 +0000 > ++++ shell/completion.zsh 2017-12-29 20:54:22.283164000 +0000 Ditto. Always review what you're about to commit with "svn diff". ./danfe