svn commit: r451075 - in head/shells/zsh: . files
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 2 11:06:34 UTC 2017
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
More information about the svn-ports-head
mailing list