diff options
author | ache <ache@FreeBSD.org> | 1995-07-20 01:44:37 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-20 01:44:37 +0800 |
commit | 818a30734e0165aabfcb6c2251cc7078cbc89e53 (patch) | |
tree | 36316badaed36f7d32cb45f89c892f3e4bb0cbfc /shells/bash3 | |
parent | 49c96b54a83a53987bf2dcbe91368a149d0d63ea (diff) | |
download | freebsd-ports-graphics-818a30734e0165aabfcb6c2251cc7078cbc89e53.tar.gz freebsd-ports-graphics-818a30734e0165aabfcb6c2251cc7078cbc89e53.tar.zst freebsd-ports-graphics-818a30734e0165aabfcb6c2251cc7078cbc89e53.zip |
Upgrade 1.14.4 -> 1.14.5
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/Makefile | 6 | ||||
-rw-r--r-- | shells/bash3/distinfo | 2 | ||||
-rw-r--r-- | shells/bash3/files/patch-ab | 26 | ||||
-rw-r--r-- | shells/bash3/pkg-comment | 2 |
4 files changed, 18 insertions, 18 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 81561adc0ba..3703dd0b42b 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bash -# Version required: 1.14.4 +# Version required: 1.14.5 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.9 1995/04/11 19:26:27 asami Exp $ +# $Id: Makefile,v 1.11 1995/04/18 11:05:37 ache Exp $ # -DISTNAME= bash-1.14.4 +DISTNAME= bash-1.14.5 CATEGORIES+= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG diff --git a/shells/bash3/distinfo b/shells/bash3/distinfo index 88a7cadab25..28a3b272d6e 100644 --- a/shells/bash3/distinfo +++ b/shells/bash3/distinfo @@ -1 +1 @@ -MD5 (bash-1.14.4.tar.gz) = bc1f600f6884984314d1439ed1450801 +MD5 (bash-1.14.5.tar.gz) = 66ad9afe53ef71bfb35a9a09c6761729 diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab index d41ffcfd88c..908154888e5 100644 --- a/shells/bash3/files/patch-ab +++ b/shells/bash3/files/patch-ab @@ -1,8 +1,8 @@ -*** cpp-Makefile.orig Tue Jan 31 00:48:36 1995 ---- cpp-Makefile Fri Mar 17 03:24:29 1995 +*** cpp-Makefile.orig Sun Jun 11 22:44:05 1995 +--- cpp-Makefile Wed Jul 19 20:17:18 1995 *************** -*** 138,144 **** ---- 138,148 ---- +*** 133,139 **** +--- 133,143 ---- /usr/include. Then it will break.) */ CC = gcc -traditional -I/usr/include $(GCC_EXTRAS) # else /* HAVE_FIXED_INCLUDES */ @@ -15,14 +15,14 @@ #else /* !HAVE_GCC */ CC = CPP_CC *************** -*** 155,162 **** ---- 159,171 ---- - RM = rm -f +*** 151,158 **** +--- 155,167 ---- AR = ar + INSTALL = $(SUPPORT_SRC)install.sh + #ifndef __FreeBSD__ - INSTALL_PROGRAM = install -c - INSTALL_DATA = install -c -m 644 + INSTALL_PROGRAM = $(INSTALL) -c + INSTALL_DATA = $(INSTALL) -c -m 644 + #else + INSTALL_PROGRAM = install -c -o bin -g bin -m 555 + INSTALL_DATA = install -c -o bin -g bin -m 644 @@ -31,8 +31,8 @@ COMPRESS = gzip COMPRESS_EXT = .gz *************** -*** 304,310 **** ---- 313,321 ---- +*** 300,306 **** +--- 309,317 ---- /**/# The GNU coding standards don't recognize the possibility that /**/# other information besides optimization and debugging might be /**/# passed to cc. A different name should have been used. @@ -43,8 +43,8 @@ SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \ $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \ *************** -*** 312,317 **** ---- 323,331 ---- +*** 308,313 **** +--- 319,327 ---- $(VARARGSH) $(STRCHR) $(STRCASE) $(DEVFD) \ -D$(Machine) -D$(OS) LDFLAGS = $(NOSHARE) $(SYSDEP_LD) $(EXTRA_LD_PATH) $(PROFILE_FLAGS) $(CFLAGS) diff --git a/shells/bash3/pkg-comment b/shells/bash3/pkg-comment index 2470326d00f..58ea57edd4e 100644 --- a/shells/bash3/pkg-comment +++ b/shells/bash3/pkg-comment @@ -1 +1 @@ -bash, the GNU Borne Again Shell. Version 1.14.4 +bash, the GNU Borne Again Shell. Version 1.14.5 |