diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-05-15 18:39:35 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-05-15 18:39:35 +0000 |
commit | 2f8774e7b341e8e04705c72defb0616d46975fab (patch) | |
tree | 9a1819f5e2441b1a41372e98d50687f0b5fd0295 /shells/zsh | |
parent | ea3d66da0b355bfc5b4706cc7061490103785454 (diff) | |
download | ports-2f8774e7b341e8e04705c72defb0616d46975fab.tar.gz ports-2f8774e7b341e8e04705c72defb0616d46975fab.zip |
Notes
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 6 | ||||
-rw-r--r-- | shells/zsh/pkg-comment | 2 | ||||
-rw-r--r-- | shells/zsh/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 62e4df2697e9..7ef8a859327b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,11 +3,11 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.13 1995/07/01 21:51:58 torstenb Exp $ +# $Id: Makefile,v 1.14 1996/03/06 17:57:37 torstenb Exp $ # -DISTNAME= zsh-2.6-beta13 -PKGNAME= zsh-2.6b13 +DISTNAME= zsh-2.6-beta17 +PKGNAME= zsh-2.6b17 CATEGORIES+= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/src/ \ ftp://ftp.sterling.com/zsh/src/ \ diff --git a/shells/zsh/pkg-comment b/shells/zsh/pkg-comment index c9c39208cd60..03d8c0582561 100644 --- a/shells/zsh/pkg-comment +++ b/shells/zsh/pkg-comment @@ -1 +1 @@ -Zsh - the Z shell, version 2.6 beta 13 +Zsh - the Z shell, version 2.6 beta 17 diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist index e9aefa1f4b0f..7490e9542145 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-2.6-beta13 +bin/zsh-2.6-beta17 info/zsh.info info/zsh.info-1 info/zsh.info-2 |