diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-06-25 13:24:46 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-06-25 13:24:46 +0800 |
commit | 1ea8b20273712f5b31660cf1ec04ef2a12201282 (patch) | |
tree | c1d5f91702d0848113e9eef00e696300038a2071 /shells/zsh-devel | |
parent | 2a77a354b40a7faec7a5f592834d7ef75c9fbe54 (diff) | |
download | freebsd-ports-graphics-1ea8b20273712f5b31660cf1ec04ef2a12201282.tar.gz freebsd-ports-graphics-1ea8b20273712f5b31660cf1ec04ef2a12201282.tar.zst freebsd-ports-graphics-1ea8b20273712f5b31660cf1ec04ef2a12201282.zip |
Update from 3.0.2 to 3.0.4
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r-- | shells/zsh-devel/Makefile | 8 | ||||
-rw-r--r-- | shells/zsh-devel/distinfo | 2 | ||||
-rw-r--r-- | shells/zsh-devel/pkg-plist | 13 |
3 files changed, 12 insertions, 11 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 279edf9e1ae..d18b85c69c6 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.2 +# Version required: 3.0.4 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.23 1996/12/19 11:31:20 torstenb Exp $ +# $Id: Makefile,v 1.24 1997/06/16 11:51:14 max Exp $ # -DISTNAME= zsh-3.0.2 -PKGNAME= zsh-3.0.2 +DISTNAME= zsh-3.0.4 +PKGNAME= zsh-3.0.4 CATEGORIES= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ diff --git a/shells/zsh-devel/distinfo b/shells/zsh-devel/distinfo index 097a42683b9..e990c28af45 100644 --- a/shells/zsh-devel/distinfo +++ b/shells/zsh-devel/distinfo @@ -1 +1 @@ -MD5 (zsh-3.0.2.tar.gz) = 447d98cf5df924a16580ae69b0ae138e +MD5 (zsh-3.0.4.tar.gz) = e7e1483e75c80cdb1f557609c04cb025 diff --git a/shells/zsh-devel/pkg-plist b/shells/zsh-devel/pkg-plist index 0553b880260..af202914bc4 100644 --- a/shells/zsh-devel/pkg-plist +++ b/shells/zsh-devel/pkg-plist @@ -1,17 +1,18 @@ -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.2 +bin/zsh +bin/zsh-3.0.4 @unexec install-info --delete %D/info/zsh.info %D/info/dir info/zsh.info @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/zsh.info %D/info/dir -man/man1/zsh.1.gz -man/man1/zshall.1.gz -man/man1/zshbuiltins.1.gz +info/dir man/man1/zshcompctl.1.gz man/man1/zshexpn.1.gz man/man1/zshmisc.1.gz man/man1/zshoptions.1.gz -man/man1/zshparam.1.gz +man/man1/zshall.1.gz man/man1/zshzle.1.gz +man/man1/zsh.1.gz +man/man1/zshbuiltins.1.gz +man/man1/zshparam.1.gz |