aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1999-09-11 04:42:23 +0800
committertorstenb <torstenb@FreeBSD.org>1999-09-11 04:42:23 +0800
commit3d3eae34c2528f2105c6cdf1804d59f040480aac (patch)
treea163a36f87fe6f08478d51db00bdf46e06f74d1f /shells/zsh
parent3ee6f10620e345952c51a8dbaa78c2bd72a73a22 (diff)
downloadfreebsd-ports-gnome-3d3eae34c2528f2105c6cdf1804d59f040480aac.tar.gz
freebsd-ports-gnome-3d3eae34c2528f2105c6cdf1804d59f040480aac.tar.zst
freebsd-ports-gnome-3d3eae34c2528f2105c6cdf1804d59f040480aac.zip
Upgrade to zsh 3.0.6.
Diffstat (limited to 'shells/zsh')
-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