diff options
author | ache <ache@FreeBSD.org> | 1996-08-28 15:21:14 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-28 15:21:14 +0000 |
commit | 7479e2096e18da23803a51ad2c59dcf406fa5065 (patch) | |
tree | bcac3bd97c32d5dec08318ab4ff174ef450bae1f /shells/bash3/Makefile | |
parent | d3160f74bb533f16bfea0f4ca117665a8e5cf60e (diff) | |
download | FreeBSD-ports-7479e2096e18da23803a51ad2c59dcf406fa5065.zip FreeBSD-ports-7479e2096e18da23803a51ad2c59dcf406fa5065.tar.gz |
Upgrade to 1.14.7
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index d8fc075..220891c 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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/ |