summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-08-01 06:08:33 +0000
committerwiz <wiz@pkgsrc.org>2013-08-01 06:08:33 +0000
commitf147cb18bd8253714279c64f8f2e7138eb10acc6 (patch)
tree65dec1d640957c25f0bdb7cc60010b8ee87598b5 /shells
parent6daff9e5b20794a15075d26400f853bca2a697f0 (diff)
downloadpkgsrc-f147cb18bd8253714279c64f8f2e7138eb10acc6.tar.gz
Add .ts files to completion list for mplayer. Bump PKGREVISION.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile4
-rw-r--r--shells/zsh/distinfo3
-rw-r--r--shells/zsh/patches/patch-Completion_X_Command___mplayer13
3 files changed, 17 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 53944998c36..d56ba7fe2a6 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2013/05/10 01:17:32 riastradh Exp $
+# $NetBSD: Makefile,v 1.64 2013/08/01 06:08:33 wiz Exp $
.include "../../shells/zsh/Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
ZSH_VERSION= 5.0.2
ZSH_MAINTAINER= uebayasi@NetBSD.org
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo
index 421c35452c3..f09ea87a766 100644
--- a/shells/zsh/distinfo
+++ b/shells/zsh/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.43 2013/05/10 01:17:33 riastradh Exp $
+$NetBSD: distinfo,v 1.44 2013/08/01 06:08:33 wiz Exp $
SHA1 (zsh-5.0.2.tar.bz2) = 9f55ecaaae7cdc1495f91237ba2ec087777a4ad9
RMD160 (zsh-5.0.2.tar.bz2) = eea2328a28e9f022ab9f49583622a9c3bd6114a7
Size (zsh-5.0.2.tar.bz2) = 3025767 bytes
+SHA1 (patch-Completion_X_Command___mplayer) = 27a4c1a28e6daedc8dfc69f1c3def4d2e1c68aaf
SHA1 (patch-ac) = f83e5f38c262c779f32e0368815ce02308bc3fff
SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2
SHA1 (patch-configure.ac) = a8bcb291482fb1eead071439597662f07020e554
diff --git a/shells/zsh/patches/patch-Completion_X_Command___mplayer b/shells/zsh/patches/patch-Completion_X_Command___mplayer
new file mode 100644
index 00000000000..fe85a93a48e
--- /dev/null
+++ b/shells/zsh/patches/patch-Completion_X_Command___mplayer
@@ -0,0 +1,13 @@
+$NetBSD: patch-Completion_X_Command___mplayer,v 1.1 2013/08/01 06:08:33 wiz Exp $
+
+--- Completion/X/Command/_mplayer.orig 2012-01-29 18:27:45.000000000 +0000
++++ Completion/X/Command/_mplayer
+@@ -115,7 +115,7 @@ case "$state" in
+ _tags files urls
+ while _tags; do
+ _requested files expl 'video file' _files -g \
+- "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|vob|wav|webm|wma|wmv)(-.)" && ret=0
++ "*.(#i)(asf|asx|avi|flac|flv|m1v|m2p|m2v|m4v|mjpg|mka|mkv|mov|mp3|mp4|mpe|mpeg|mpg|ogg|ogm|qt|rm|ts|vob|wav|webm|wma|wmv)(-.)" && ret=0
+ if _requested urls; then
+ while _next_label urls expl URL; do
+ _urls "$expl[@]" && ret=0