Date: Mon, 2 Oct 2017 11:06:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451075 - in head/shells/zsh: . files Message-ID: <201710021106.v92B6XQQ092443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710021106.v92B6XQQ092443>