summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-09-10 20:42:23 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-09-10 20:42:23 +0000
commit7ab1607ae2e7bed3f50d7476b097a5d4e8659e3e (patch)
tree4ecbd6fd9d76fa8141694406aea81dc8872b1593 /shells
parentUpgrade to postfix 19990906 pl 02 (diff)
Upgrade to zsh 3.0.6.
Notes
Notes: svn path=/head/; revision=21603
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile4
-rw-r--r--shells/zsh/distinfo2
-rw-r--r--shells/zsh/files/patch-ab12
3 files changed, 9 insertions, 9 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index c6fa4f28892d..0df8e551487d 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -6,8 +6,8 @@
# $FreeBSD$
#
-DISTNAME= zsh-3.0.5
-PKGNAME= zsh-3.0.5
+DISTNAME= zsh-3.0.6
+PKGNAME= zsh-3.0.6
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sterling.com/zsh/ \
ftp://ftp.rge.com/pub/shells/zsh/ \
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo
index 8cd98e52e4ef..55e43d2505a5 100644
--- a/shells/zsh/distinfo
+++ b/shells/zsh/distinfo
@@ -1 +1 @@
-MD5 (zsh-3.0.5.tar.gz) = 7c3ce278a75ee8d05c5d0fc1821b2a7a
+MD5 (zsh-3.0.6.tar.gz) = 12fd65a2e3629674fd01f84a37e0e23e
diff --git a/shells/zsh/files/patch-ab b/shells/zsh/files/patch-ab
index c80f4c7f852c..1c11069e06fe 100644
--- a/shells/zsh/files/patch-ab
+++ b/shells/zsh/files/patch-ab
@@ -1,20 +1,20 @@
---- Doc/Makefile.in.orig Wed Dec 18 05:14:11 1996
-+++ Doc/Makefile.in Mon Jun 16 20:40:29 1997
-@@ -93,7 +93,8 @@
+--- Doc/Makefile.in.orig Wed Jul 14 20:59:48 1999
++++ Doc/Makefile.in Fri Sep 10 22:27:01 1999
+@@ -91,7 +91,8 @@
everything: all zsh_us.ps zsh_a4.ps zsh_toc.html
zsh.info: zsh.texi
- @$(MAKEINFO) -I$(srcdir) $(srcdir)/zsh.texi || { \
-+ @rm -f zsh.info*
++ @rm -f zsh.info
+ @$(MAKEINFO) --no-split -I$(srcdir) $(srcdir)/zsh.texi || { \
echo Info documentation cannot be compiled without $(MAKEINFO). ; \
echo You can find precompiled info files in zsh-doc.tar.gz. ; }
-@@ -127,7 +128,7 @@
+@@ -125,7 +126,7 @@
# install info pages, creating install directory if necessary
install.info: zsh.info
$(top_srcdir)/mkinstalldirs $(infodir)
-- for file in zsh.info zsh.info-[1-9]; do \
+- for file in zsh.info zsh.info-[1-9]*; do \
+ for file in zsh.info*; do \
[ -f "$$file" ] && $(INSTALL_DATA) $$file $(infodir) ; \
done