diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-15 20:51:59 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-15 20:51:59 +0800 |
commit | a31e26091db2aa634dac546e7c198fc4d52bc5cd (patch) | |
tree | 9c49dad664c0348df3f31bfeef54b2cc90944d37 /shells/zsh-devel/Makefile | |
parent | a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5 (diff) | |
download | freebsd-ports-gnome-a31e26091db2aa634dac546e7c198fc4d52bc5cd.tar.gz freebsd-ports-gnome-a31e26091db2aa634dac546e7c198fc4d52bc5cd.tar.zst freebsd-ports-gnome-a31e26091db2aa634dac546e7c198fc4d52bc5cd.zip |
Upgrade to 3.0.1
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r-- | shells/zsh-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index eb97a997711e..168cca147301 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.0 +# Version required: 3.0.1 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.19 1996/07/09 22:11:08 torstenb Exp $ +# $Id: Makefile,v 1.20 1996/09/14 22:54:58 torstenb Exp $ # -DISTNAME= zsh-3.0.0 -PKGNAME= zsh-3.0.0 +DISTNAME= zsh-3.0.1 +PKGNAME= zsh-3.0.1 CATEGORIES+= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ |