From owner-svn-ports-head@freebsd.org Mon Oct 2 11:06:34 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 5A960E3C76F; Mon, 2 Oct 2017 11:06:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2680763429; Mon, 2 Oct 2017 11:06:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92B6XQZ092445; Mon, 2 Oct 2017 11:06:33 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92B6XQQ092443; Mon, 2 Oct 2017 11:06:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710021106.v92B6XQQ092443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 2 Oct 2017 11:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451075 - in head/shells/zsh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/shells/zsh: . files X-SVN-Commit-Revision: 451075 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 02 Oct 2017 11:06:34 -0000 Author: bapt Date: Mon Oct 2 11:06:33 2017 New Revision: 451075 URL: https://svnweb.freebsd.org/changeset/ports/451075 Log: Fix diff -u completion PR: 222420 Submitted by: cy Added: head/shells/zsh/files/patch-Completion-Unix-Type-_diff_options (contents, props changed) Modified: head/shells/zsh/Makefile Modified: head/shells/zsh/Makefile ============================================================================== --- head/shells/zsh/Makefile Mon Oct 2 09:55:52 2017 (r451074) +++ head/shells/zsh/Makefile Mon Oct 2 11:06:33 2017 (r451075) @@ -3,6 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.zsh.org/pub/ \ SF \ Added: head/shells/zsh/files/patch-Completion-Unix-Type-_diff_options ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/zsh/files/patch-Completion-Unix-Type-_diff_options Mon Oct 2 11:06:33 2017 (r451075) @@ -0,0 +1,9 @@ +--- Completion/Unix/Type/_diff_options.orig 2016-08-27 12:54:44.000000000 -0702 ++++ Completion/Unix/Type/_diff_options 2017-09-17 22:13:47.153055000 -0700 +@@ -183,5 +183,6 @@ + "($of)-f[output a reversed ed script]" \ + '-b[skip trailing white spaces]' \ + '-r[recursively compare subdirectories]' \ ++ "($of)-u[output a unified diff]" \ + "$@" + fi