summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-06 21:30:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-06 21:30:24 +0000
commite698ac82306e19b390c3696ed03a61533717a49d (patch)
tree5c0fe00d055fbcfcbc265672292841595540f974 /shells
parentCleanup (diff)
Upgrade to final release.
File name not changed since beta, so you need to re-fetch bash
Notes
Notes: svn path=/head/; revision=731
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile4
-rw-r--r--shells/bash/distinfo2
-rw-r--r--shells/bash1/Makefile4
-rw-r--r--shells/bash1/distinfo2
-rw-r--r--shells/bash1/files/patch-ad18
-rw-r--r--shells/bash2/Makefile4
-rw-r--r--shells/bash2/distinfo2
-rw-r--r--shells/bash3/Makefile4
-rw-r--r--shells/bash3/distinfo2
9 files changed, 21 insertions, 21 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 639fb1b7f59e..2617b43c6377 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -3,10 +3,10 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
+# $Id: Makefile,v 1.5 1994/12/12 02:17:47 ache Exp $
#
DISTNAME= bash-1.14.3
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
+MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
.include <bsd.port.mk>
diff --git a/shells/bash/distinfo b/shells/bash/distinfo
index 54e0f2e38a40..0f52a47de4bc 100644
--- a/shells/bash/distinfo
+++ b/shells/bash/distinfo
@@ -1 +1 @@
-MD5 (bash-1.14.3.tar.gz) = a62f4eab578388d3d105015e770eaed0
+MD5 (bash-1.14.3.tar.gz) = 86a303fd7c27d3e5181fc4b4a254401e
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 639fb1b7f59e..2617b43c6377 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -3,10 +3,10 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
+# $Id: Makefile,v 1.5 1994/12/12 02:17:47 ache Exp $
#
DISTNAME= bash-1.14.3
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
+MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
.include <bsd.port.mk>
diff --git a/shells/bash1/distinfo b/shells/bash1/distinfo
index 54e0f2e38a40..0f52a47de4bc 100644
--- a/shells/bash1/distinfo
+++ b/shells/bash1/distinfo
@@ -1 +1 @@
-MD5 (bash-1.14.3.tar.gz) = a62f4eab578388d3d105015e770eaed0
+MD5 (bash-1.14.3.tar.gz) = 86a303fd7c27d3e5181fc4b4a254401e
diff --git a/shells/bash1/files/patch-ad b/shells/bash1/files/patch-ad
index 6c0a3513001c..8f66ce9ed935 100644
--- a/shells/bash1/files/patch-ad
+++ b/shells/bash1/files/patch-ad
@@ -1,21 +1,21 @@
-*** documentation/Makefile.bak Thu Jul 14 20:12:59 1994
---- documentation/Makefile Mon Dec 12 04:57:07 1994
+*** documentation/Makefile.bak Fri Jan 6 23:48:35 1995
+--- documentation/Makefile Fri Jan 6 23:50:06 1995
***************
*** 109,116 ****
- [ -d $(mandir) ] || mkdir $(mandir)
+ -[ -d $(mandir) ] || mkdir $(mandir)
$(INSTALL_DATA) bash.1 $(mandir)
sed 's:so bash.1:so man1/bash.1:' < builtins.1 > $(mandir)/bash_builtins.1
-! [ -d $(man3dir) ] || mkdir $(man3dir)
+! -[ -d $(man3dir) ] || mkdir $(man3dir)
! $(INSTALL_DATA) readline.3 $(man3dir)
- [ -d $(infodir) ] || mkdir $(infodir)
+ -[ -d $(infodir) ] || mkdir $(infodir)
$(INSTALL_DATA) features.info $(infodir)/bash.info
--- 109,116 ----
- [ -d $(mandir) ] || mkdir $(mandir)
+ -[ -d $(mandir) ] || mkdir $(mandir)
$(INSTALL_DATA) bash.1 $(mandir)
sed 's:so bash.1:so man1/bash.1:' < builtins.1 > $(mandir)/bash_builtins.1
-! # [ -d $(man3dir) ] || mkdir $(man3dir)
-! # $(INSTALL_DATA) readline.3 $(man3dir)
- [ -d $(infodir) ] || mkdir $(infodir)
+! # -[ -d $(man3dir) ] || mkdir $(man3dir)
+! # $(INSTALL_DATA) readline.3 $(man3dir)
+ -[ -d $(infodir) ] || mkdir $(infodir)
$(INSTALL_DATA) features.info $(infodir)/bash.info
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 639fb1b7f59e..2617b43c6377 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -3,10 +3,10 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
+# $Id: Makefile,v 1.5 1994/12/12 02:17:47 ache Exp $
#
DISTNAME= bash-1.14.3
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
+MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
.include <bsd.port.mk>
diff --git a/shells/bash2/distinfo b/shells/bash2/distinfo
index 54e0f2e38a40..0f52a47de4bc 100644
--- a/shells/bash2/distinfo
+++ b/shells/bash2/distinfo
@@ -1 +1 @@
-MD5 (bash-1.14.3.tar.gz) = a62f4eab578388d3d105015e770eaed0
+MD5 (bash-1.14.3.tar.gz) = 86a303fd7c27d3e5181fc4b4a254401e
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index 639fb1b7f59e..2617b43c6377 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/Makefile
@@ -3,10 +3,10 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.4 1994/11/10 12:03:04 jkh Exp $
+# $Id: Makefile,v 1.5 1994/12/12 02:17:47 ache Exp $
#
DISTNAME= bash-1.14.3
-MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/
+MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
.include <bsd.port.mk>
diff --git a/shells/bash3/distinfo b/shells/bash3/distinfo
index 54e0f2e38a40..0f52a47de4bc 100644
--- a/shells/bash3/distinfo
+++ b/shells/bash3/distinfo
@@ -1 +1 @@
-MD5 (bash-1.14.3.tar.gz) = a62f4eab578388d3d105015e770eaed0
+MD5 (bash-1.14.3.tar.gz) = 86a303fd7c27d3e5181fc4b4a254401e