svn commit: r437285 - in head/shells/zsh: . files
Dag-Erling Smørgrav
des at FreeBSD.org
Thu Mar 30 12:41:10 UTC 2017
Author: des
Date: Thu Mar 30 12:41:08 2017
New Revision: 437285
URL: https://svnweb.freebsd.org/changeset/ports/437285
Log:
Fix bug in kldload completion (also reported upstream).
Approved by: bapt@
Added:
head/shells/zsh/files/patch-Completion-BSD-Command-_kld (contents, props changed)
Modified:
head/shells/zsh/Makefile
Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile Thu Mar 30 12:30:58 2017 (r437284)
+++ head/shells/zsh/Makefile Thu Mar 30 12:41:08 2017 (r437285)
@@ -3,6 +3,7 @@
PORTNAME= zsh
DISTVERSION= 5.3.1
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://www.zsh.org/pub/ \
SF \
Added: head/shells/zsh/files/patch-Completion-BSD-Command-_kld
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/shells/zsh/files/patch-Completion-BSD-Command-_kld Thu Mar 30 12:41:08 2017 (r437285)
@@ -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'
More information about the svn-ports-all
mailing list