summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/zsh/Makefile2
-rw-r--r--shells/zsh/files/patch-Completion_Unix_Command___du9
2 files changed, 10 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index c97c3e719cde..7e3982df7cf1 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zsh
PORTVERSION= 5.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= shells
MASTER_SITES= http://www.zsh.org/pub/ \
http://www.zsh.org/pub/:doc \
diff --git a/shells/zsh/files/patch-Completion_Unix_Command___du b/shells/zsh/files/patch-Completion_Unix_Command___du
new file mode 100644
index 000000000000..f990131d725c
--- /dev/null
+++ b/shells/zsh/files/patch-Completion_Unix_Command___du
@@ -0,0 +1,9 @@
+--- Completion/Unix/Command/_du.orig 2015-05-03 17:57:18 UTC
++++ Completion/Unix/Command/_du
+@@ -74,5 +74,5 @@ else
+ do
+ [[ $OSTYPE = $~pattern ]] && args+=( $arg )
+ done
+- _arguments -s -A "-*" $args
++ _arguments -s -A "-*" $args '*:file:_files'
+ fi