diff options
author | ache <ache@FreeBSD.org> | 1994-12-12 10:18:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-12 10:18:01 +0800 |
commit | d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a (patch) | |
tree | a86e3efcfbedd2b9e6df7c99e5c7490e1600d0d3 /shells/bash2/Makefile | |
parent | 0c11cd0bcaa6b294d1703c4a6032a8bc77ad9559 (diff) | |
download | freebsd-ports-gnome-d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a.tar.gz freebsd-ports-gnome-d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a.tar.zst freebsd-ports-gnome-d88a256ee3df2bfe6f3c56c28bd19fc8aa988b5a.zip |
Upgrade to 1.14.3
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 61bcee7c9fdd..639fb1b7f59e 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: bash -# Version required: 1.14.2 +# Version required: 1.14.3 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.3 1994/09/11 10:08:01 jkh Exp $ +# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $ # -GNU_MAKE= yes -DISTNAME= bash-1.14.2 -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +DISTNAME= bash-1.14.3 +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ .include <bsd.port.mk> |