diff options
author | ache <ache@FreeBSD.org> | 1996-08-28 23:21:14 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-28 23:21:14 +0800 |
commit | 7479e2096e18da23803a51ad2c59dcf406fa5065 (patch) | |
tree | bcac3bd97c32d5dec08318ab4ff174ef450bae1f /shells/bash2/Makefile | |
parent | d3160f74bb533f16bfea0f4ca117665a8e5cf60e (diff) | |
download | freebsd-ports-gnome-7479e2096e18da23803a51ad2c59dcf406fa5065.tar.gz freebsd-ports-gnome-7479e2096e18da23803a51ad2c59dcf406fa5065.tar.zst freebsd-ports-gnome-7479e2096e18da23803a51ad2c59dcf406fa5065.zip |
Upgrade to 1.14.7
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index d8fc07556813..220891c0745c 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: bash -# Version required: 1.14.6 +# Version required: 1.14.7 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.14 1995/12/03 00:14:27 ache Exp $ +# $Id: Makefile,v 1.15 1996/02/09 07:20:37 adam Exp $ # -DISTNAME= bash-1.14.6 -WRKSRC= ${WRKDIR}/bash-1.14.6 +DISTNAME= bash-1.14.7 +WRKSRC= ${WRKDIR}/bash-1.14.7 CATEGORIES+= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ |