diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-12-19 19:31:22 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-12-19 19:31:22 +0800 |
commit | 8e0e19815057c400b1b1cf2af4477d2de5969cdc (patch) | |
tree | a9e32ea3e67d846931673da00ff700a63a2f6da4 /shells/zsh | |
parent | 8a76e3215291b990ec216f33bee2d829cf094f23 (diff) | |
download | freebsd-ports-gnome-8e0e19815057c400b1b1cf2af4477d2de5969cdc.tar.gz freebsd-ports-gnome-8e0e19815057c400b1b1cf2af4477d2de5969cdc.tar.zst freebsd-ports-gnome-8e0e19815057c400b1b1cf2af4477d2de5969cdc.zip |
Upgrade to 3.0.2
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 11 | ||||
-rw-r--r-- | shells/zsh/distinfo | 2 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 10 |
3 files changed, 13 insertions, 10 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 133f60ea548b..80d0c4a66aa4 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/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/distinfo b/shells/zsh/distinfo index c36704aaed0e..166ff995a816 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1 +1 @@ -MD5 (zsh-3.0.1.tar.gz) = 8e9a20a7496d5f0303511723efc7a126 +MD5 (zsh-3.0.2.tar.gz) = a90f12d848a7049d3752eedc027f946d diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index 77f30ea84494..133aa5edda3e 100644 --- a/shells/zsh/pkg-plist +++ b/shells/zsh/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 |