diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-14 22:55:01 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-09-14 22:55:01 +0000 |
commit | 732f7e5a43ad764998cf3f240867b51d6de919f9 (patch) | |
tree | 32953e5fea75eff566d2501ad63fa58170135469 /shells/zsh | |
parent | 8b72a4342df9af0b1764d9ecf73b009d8e6da3b8 (diff) | |
download | ports-732f7e5a43ad764998cf3f240867b51d6de919f9.tar.gz ports-732f7e5a43ad764998cf3f240867b51d6de919f9.zip |
Notes
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 8 | ||||
-rw-r--r-- | shells/zsh/distinfo | 2 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 45593c97bde2..eb97a997711e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: zsh -# Version required: 3.0 pre2 +# Version required: 3.0.0 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.18 1996/06/24 11:44:55 torstenb Exp $ +# $Id: Makefile,v 1.19 1996/07/09 22:11:08 torstenb Exp $ # -DISTNAME= zsh-3.0-pre2 -PKGNAME= zsh-3.0a2 +DISTNAME= zsh-3.0.0 +PKGNAME= zsh-3.0.0 CATEGORIES+= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index afc91c2a1971..59d7d25725ff 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1 +1 @@ -MD5 (zsh-3.0-pre2.tar.gz) = c6ce3476d07782cf1026603e518987a0 +MD5 (zsh-3.0.0.tar.gz) = b815af64c1298bcd738ab20240cac3a8 diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index c8dec0c6a107..b00342e5f27d 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-pre2 +bin/zsh-3.0.0 info/zsh.info info/zsh.info-1 info/zsh.info-2 @@ -13,8 +13,8 @@ info/zsh.info-7 man/man1/zsh.1.gz man/man1/zshcompctl.1.gz man/man1/zshmisc.1.gz -man/man1/zshoptions.1.gz man/man1/zshall.1.gz +man/man1/zshoptions.1.gz man/man1/zshzle.1.gz man/man1/zshparam.1.gz man/man1/zshexpn.1.gz |