diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index abaf00f239ac..5db772edf778 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,6 +3,7 @@ PORTNAME= zsh DISTVERSION= 5.3.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://www.zsh.org/pub/ \ SF \ diff --git a/shells/zsh/files/patch-Completion-BSD-Command-_kld b/shells/zsh/files/patch-Completion-BSD-Command-_kld new file mode 100644 index 000000000000..48eda64ee75e --- /dev/null +++ b/shells/zsh/files/patch-Completion-BSD-Command-_kld @@ -0,0 +1,11 @@ +--- Completion/BSD/Command/_kld.orig ++++ Completion/BSD/Command/_kld +@@ -26,7 +26,7 @@ + case "$service" in + kldload) + _arguments -s -S -A "-*" \ +- "-n[don't try to load module if already loaded]" ++ "-n[don't try to load module if already loaded]" \ + '-v[be verbose]' \ + '-q[silence any extraneous warnings]' \ + '*:module to load:_kld_module'