aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2008-08-27 15:50:30 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2008-08-27 15:50:30 +0000
commitdde2d54d9790bc3a01673c2c464ae6824719533f (patch)
treeba04432c3ae6507c0203a9abaa8cca895cb0bb44 /shells
parentcf4e3a2dfcfcd16cefad901272b44f0bb02efd18 (diff)
downloadports-dde2d54d9790bc3a01673c2c464ae6824719533f.tar.gz
ports-dde2d54d9790bc3a01673c2c464ae6824719533f.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile2
-rw-r--r--shells/zsh/files/patch-Completion-BSD-Command-_zfs2
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index b78f2e34bb5e..3d59d3d0e643 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -22,7 +22,7 @@
PORTNAME= zsh
PORTVERSION= 4.3.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= shells
MASTER_SITES= SF
.if !defined(NOPORTDOCS)
diff --git a/shells/zsh/files/patch-Completion-BSD-Command-_zfs b/shells/zsh/files/patch-Completion-BSD-Command-_zfs
index 3bc0d32b9ea4..746ffaa713cf 100644
--- a/shells/zsh/files/patch-Completion-BSD-Command-_zfs
+++ b/shells/zsh/files/patch-Completion-BSD-Command-_zfs
@@ -100,9 +100,9 @@
+ ;;
+
+ ("clone")
++ # XXX needs to bail if there are no snapshots
+ _arguments -A "-*" \
+ '-p[Create parent datasets]' \
-+ # XXX needs to bail if there are no snapshots
+ ':snapshot:_zfs_dataset -t snap' \
+ ':filesystem/volume:'
+ ;;