summaryrefslogtreecommitdiff
path: root/shells/zsh-devel
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1996-12-19 11:31:22 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1996-12-19 11:31:22 +0000
commit483cf6a1448bb94d7b4e274ac2f7445d15f97d1e (patch)
treea4a1259f51a9e9e45ba863a8b2119b0f28518e67 /shells/zsh-devel
parentModify this patch to change the original makefile's installdoc target (diff)
Upgrade to 3.0.2
Notes
Notes: svn path=/head/; revision=5035
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r--shells/zsh-devel/Makefile11
-rw-r--r--shells/zsh-devel/distinfo2
-rw-r--r--shells/zsh-devel/pkg-plist10
3 files changed, 13 insertions, 10 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 133f60ea548b..80d0c4a66aa4 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: zsh
-# Version required: 3.0.1
+# Version required: 3.0.2
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.21 1996/11/15 12:51:59 torstenb Exp $
+# $Id: Makefile,v 1.22 1996/11/18 11:40:00 asami Exp $
#
-DISTNAME= zsh-3.0.1
-PKGNAME= zsh-3.0.1
+DISTNAME= zsh-3.0.2
+PKGNAME= zsh-3.0.2
CATEGORIES= shells
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \
ftp://ftp.sterling.com/zsh/ \
@@ -24,4 +24,7 @@ GNU_CONFIGURE= yes
MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
zshoptions.1 zshall.1 zshparam.1 zshzle.1
+# If you want to build a static binary, uncomment the following line
+#LDFLAGS+=-static
+
.include <bsd.port.mk>
diff --git a/shells/zsh-devel/distinfo b/shells/zsh-devel/distinfo
index c36704aaed0e..166ff995a816 100644
--- a/shells/zsh-devel/distinfo
+++ b/shells/zsh-devel/distinfo
@@ -1 +1 @@
-MD5 (zsh-3.0.1.tar.gz) = 8e9a20a7496d5f0303511723efc7a126
+MD5 (zsh-3.0.2.tar.gz) = a90f12d848a7049d3752eedc027f946d
diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist
index 77f30ea84494..133aa5edda3e 100644
--- a/shells/zsh-devel/pkg-plist
+++ b/shells/zsh-devel/pkg-plist
@@ -1,7 +1,7 @@
bin/zsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
-bin/zsh-3.0.1
+bin/zsh-3.0.2
info/zsh.info
info/zsh.info-1
info/zsh.info-2
@@ -10,12 +10,12 @@ info/zsh.info-4
info/zsh.info-5
info/zsh.info-6
info/zsh.info-7
-man/man1/zsh.1.gz
man/man1/zshcompctl.1.gz
+man/man1/zshexpn.1.gz
man/man1/zshmisc.1.gz
-man/man1/zshall.1.gz
man/man1/zshoptions.1.gz
+man/man1/zshall.1.gz
man/man1/zshzle.1.gz
-man/man1/zshparam.1.gz
-man/man1/zshexpn.1.gz
+man/man1/zsh.1.gz
man/man1/zshbuiltins.1.gz
+man/man1/zshparam.1.gz