diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-17 01:05:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-17 01:05:07 +0000 |
commit | 534d002999c7d4022ee4db605c1c1caa6054e640 (patch) | |
tree | 25c181cf15908f66b3a3d8ea26986dd577d4eaef /shells/bash2 | |
parent | 64e2e8735d8486ade040a55b221a49ff80328950 (diff) | |
download | ports-534d002999c7d4022ee4db605c1c1caa6054e640.tar.gz ports-534d002999c7d4022ee4db605c1c1caa6054e640.zip |
Notes
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 8 | ||||
-rw-r--r-- | shells/bash2/distinfo | 2 | ||||
-rw-r--r-- | shells/bash2/files/patch-ab | 8 | ||||
-rw-r--r-- | shells/bash2/pkg-comment | 2 | ||||
-rw-r--r-- | shells/bash2/pkg-descr | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 2617b43c6377..17ac4339346f 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bash -# Version required: 1.14.3 +# Version required: 1.14.4 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.5 1994/12/12 02:17:47 ache Exp $ +# $Id: Makefile,v 1.6 1995/01/06 21:30:09 ache Exp $ # -DISTNAME= bash-1.14.3 -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ +DISTNAME= bash-1.14.4 +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ .include <bsd.port.mk> diff --git a/shells/bash2/distinfo b/shells/bash2/distinfo index 0f52a47de4bc..bfa79a83c238 100644 --- a/shells/bash2/distinfo +++ b/shells/bash2/distinfo @@ -1 +1 @@ -MD5 (bash-1.14.3.tar.gz) = 86a303fd7c27d3e5181fc4b4a254401e +MD5 (bash-1.14.4.tar.gz) = a3375b273fc01ab00b3c18e9af923dcb diff --git a/shells/bash2/files/patch-ab b/shells/bash2/files/patch-ab index cdafae8c6662..d41ffcfd88cd 100644 --- a/shells/bash2/files/patch-ab +++ b/shells/bash2/files/patch-ab @@ -1,5 +1,5 @@ -*** cpp-Makefile.orig Thu Dec 22 23:36:46 1994 ---- cpp-Makefile Fri Dec 30 16:54:09 1994 +*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995 +--- cpp-Makefile Fri Mar 17 03:24:29 1995 *************** *** 138,144 **** --- 138,148 ---- @@ -51,6 +51,6 @@ + #ifdef __FreeBSD__ + LDFLAGS += -s + #endif - CCFLAGS = $(PROFILE_FLAGS) $(CFLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \ - $(MALLOC_CFLAGS) + CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) -DSHELL $(ALLOCA_CFLAGS) \ + $(MALLOC_CFLAGS) $(CFLAGS) CPPFLAGS= -I. -I$(srcdir) -I$(LIBSRC) diff --git a/shells/bash2/pkg-comment b/shells/bash2/pkg-comment index 08a8fee364bd..2470326d00fa 100644 --- a/shells/bash2/pkg-comment +++ b/shells/bash2/pkg-comment @@ -1 +1 @@ -bash, the GNU Borne Again Shell. Version 1.14.3 +bash, the GNU Borne Again Shell. Version 1.14.4 diff --git a/shells/bash2/pkg-descr b/shells/bash2/pkg-descr index ce0cbf27acfe..497fcff47de1 100644 --- a/shells/bash2/pkg-descr +++ b/shells/bash2/pkg-descr @@ -1,4 +1,4 @@ -This is GNU Bash, version 1.14.3. Bash is the GNU Project's Bourne +Bash is the GNU Project's Bourne Again SHell, an interactive shell with Bourne shell syntax (/bin/sh); but also with interactive command line editing, job control on architectures that support it, Csh-like history features and brace |