View | Details | Raw Unified | Return to bug 222420
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	zsh
4
PORTNAME=	zsh
5
DISTVERSION=	5.4.2
5
DISTVERSION=	5.4.2
6
PORTREVISION=	1
6
CATEGORIES=	shells
7
CATEGORIES=	shells
7
MASTER_SITES=	http://www.zsh.org/pub/ \
8
MASTER_SITES=	http://www.zsh.org/pub/ \
8
		SF \
9
		SF \
(-)files/patch-Completion-Unix-Type-_diff_options (+9 lines)
Line 0 Link Here
1
--- Completion/Unix/Type/_diff_options.orig	2016-08-27 12:54:44.000000000 -0700
2
+++ Completion/Unix/Type/_diff_options	2017-09-17 22:13:47.153055000 -0700
3
@@ -183,5 +183,6 @@
4
     "($of)-f[output a reversed ed script]" \
5
     '-b[skip trailing white spaces]' \
6
     '-r[recursively compare subdirectories]' \
7
+    "($of)-u[output a unified diff]" \
8
     "$@"
9
 fi

Return to bug 222420