Update to 5.1.4

This commit is contained in:
Emanuel Haupt 2020-12-19 21:10:41 +00:00
parent 56b51cbe58
commit 890b1d3811
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558684
3 changed files with 18 additions and 23 deletions

View File

@ -1,24 +1,20 @@
# Created by: Oliver Eikemeier
# $FreeBSD$
# Please don't remove commented lines, they become relevant once the first
# patch for 5.1 has been released.
PORTNAME= bash
#PATCHLEVEL= 0
#PORTVERSION= 5.0.${PATCHLEVEL:S/^0//g}
PORTVERSION= 5.1
PATCHLEVEL= 4
PORTVERSION= 5.1.${PATCHLEVEL:S/^0//g}
PORTREVISION?= 0
CATEGORIES= shells
MASTER_SITES= GNU
#DISTNAME= ${PORTNAME}-${PORTVERSION:R}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
#PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/
#PATCHFILES!= /usr/bin/jot -s " " -w \
# ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \
# ${PATCHLEVEL} 1 ${PATCHLEVEL}
PATCH_SITES= GNU/${PORTNAME}/${DISTNAME}-patches/
PATCHFILES!= /usr/bin/jot -s " " -w \
${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \
${PATCHLEVEL} 1 ${PATCHLEVEL}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= GNU Project's Bourne Again SHell

View File

@ -1,3 +1,11 @@
TIMESTAMP = 1607529799
TIMESTAMP = 1608411498
SHA256 (bash/bash-5.1.tar.gz) = cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
SIZE (bash/bash-5.1.tar.gz) = 10458638
SHA256 (bash/bash51-001) = ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa
SIZE (bash/bash51-001) = 2894
SHA256 (bash/bash51-002) = 15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe
SIZE (bash/bash51-002) = 1575
SHA256 (bash/bash51-003) = 22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1
SIZE (bash/bash51-003) = 1800
SHA256 (bash/bash51-004) = 9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86
SIZE (bash/bash51-004) = 3745

View File

@ -1,15 +1,6 @@
--- Makefile.in.orig 2020-12-04 14:51:19 UTC
--- Makefile.in.orig 2020-12-19 20:55:00 UTC
+++ Makefile.in
@@ -584,6 +584,8 @@ $(Program): .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDE
ls -l $(Program)
-$(SIZE) $(Program)
+$(CSOURCES): $(DEFDIR)/builtext.h
+
.build: $(SOURCES) config.h Makefile version.h $(VERSPROG)
@echo
@echo " ***********************************************************"
@@ -831,7 +833,9 @@ install: .made installdirs
@@ -824,7 +824,9 @@ install: .made installdirs
infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ )
-( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )
-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )