Hi All!

Very simple bug-fix release update.

Changes between versions 5.3 and 5.3.1:

- Fix handling of "printf -" and "printf --".
- Minor completion fixes for FreeBSD (sysctl, chflags).

Ports changes:

- fix: longer than 80 chars in Makefile

Cheers,

Rafael


Index: Makefile
===================================================================
RCS file: /cvs/ports/shells/zsh/Makefile,v
retrieving revision 1.83
diff -u -p -u -p -r1.83 Makefile
--- Makefile    2 Feb 2017 03:41:12 -0000       1.83
+++ Makefile    2 Feb 2017 06:56:21 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       Z shell, Bourne shell-compatible
 
-V=             5.3
+V=             5.3.1
 DISTNAME=      zsh-$V
 CATEGORIES=    shells
 
@@ -42,7 +42,9 @@ TEST_FLAGS=   INSTALL_PROGRAM="install -c 
                INSTALL="install -c" \
                TMPPREFIX=${WRKBUILD}/tmp \
                TERM=xterm
-EXTFILES=      Misc/checkmail Misc/run-help Misc/sticky-note Misc/zcalc 
Misc/zed Misc/zkbd \
+EXTFILES=      Misc/checkmail Misc/run-help \
+               Misc/sticky-note Misc/zcalc \
+               Misc/zed Misc/zkbd \
                Calendar/calendar_add Example/cat Example/zless
 
 pre-configure:
Index: distinfo
===================================================================
RCS file: /cvs/ports/shells/zsh/distinfo,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 distinfo
--- distinfo    2 Feb 2017 03:41:12 -0000       1.23
+++ distinfo    2 Feb 2017 06:56:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (zsh-5.3.tar.gz) = HaJz+pYEGzle6fYo0U8q/wj5pi6YQjqZAhji6gN7mm0=
-SIZE (zsh-5.3.tar.gz) = 4403492
+SHA256 (zsh-5.3.1.tar.gz) = PZSlkP88Vi7POH2nisNW1r6nmwUKnvgePsufjuUTBA4=
+SIZE (zsh-5.3.1.tar.gz) = 4404164

Reply via email to