git: 38955084e497 - main - shells/bash: Update to 5.2.32

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Thu, 01 Aug 2024 07:32:20 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38955084e497060e6aeb6c71bb8f560d1f83c924

commit 38955084e497060e6aeb6c71bb8f560d1f83c924
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-08-01 07:32:08 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-08-01 07:32:16 +0000

    shells/bash: Update to 5.2.32
---
 shells/bash/Makefile                    |  3 +--
 shells/bash/distinfo                    | 14 +++++++++++++-
 shells/bash/files/patch-config-top.h    |  4 ++--
 shells/bash/files/patch-configure       | 11 -----------
 shells/bash/files/patch-m4_strtoimax.m4 | 11 -----------
 5 files changed, 16 insertions(+), 27 deletions(-)

diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 01ccee28b770..06fc5721af1d 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=		bash
-PATCHLEVEL=		26
+PATCHLEVEL=		32
 PORTVERSION=		5.2.${PATCHLEVEL:S/^0//g}
-PORTREVISION=		1
 CATEGORIES=		shells
 MASTER_SITES=		GNU
 DISTNAME=		${PORTNAME}-${PORTVERSION:R}
diff --git a/shells/bash/distinfo b/shells/bash/distinfo
index 29c46ec43b35..fa267ba77b7d 100644
--- a/shells/bash/distinfo
+++ b/shells/bash/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1705223560
+TIMESTAMP = 1722495853
 SHA256 (bash/bash-5.2.tar.gz) = a139c166df7ff4471c5e0733051642ee5556c1cc8a4a78f145583c5c81ab32fb
 SIZE (bash/bash-5.2.tar.gz) = 10950833
 SHA256 (bash/bash52-001) = f42f2fee923bc2209f406a1892772121c467f44533bedfe00a176139da5d310a
@@ -53,3 +53,15 @@ SHA256 (bash/bash52-025) = 5138f487e7cf71a6323dc81d22419906f1535b89835cc2ff68847
 SIZE (bash/bash52-025) = 1454
 SHA256 (bash/bash52-026) = 96ee1f549aa0b530521e36bdc0ba7661602cfaee409f7023cac744dd42852eac
 SIZE (bash/bash52-026) = 1372
+SHA256 (bash/bash52-027) = e12a890a2e4f0d9c6ec1ce65b73da4fe116c8e4209bac8ac9dc4cd96f486ab39
+SIZE (bash/bash52-027) = 1881
+SHA256 (bash/bash52-028) = 6042780ba2893daca4a3f0f9b65728592cd7bb6d4cebe073855a6aad4d63aac1
+SIZE (bash/bash52-028) = 1571
+SHA256 (bash/bash52-029) = 125cacb37e625471924b3ee06c54cb1bf21b3b7fe0e569d24a681b0ec4a29987
+SIZE (bash/bash52-029) = 3619
+SHA256 (bash/bash52-030) = c3ff73230e123acdb5ac216921a386df8f74340459533d776d02811a1f76698f
+SIZE (bash/bash52-030) = 4111
+SHA256 (bash/bash52-031) = c2d1b7be2df771126105020af7fafa00fffd4deff4a4e45d60fc6a235bcba795
+SIZE (bash/bash52-031) = 1159
+SHA256 (bash/bash52-032) = 7b9c77daeca93ff711781d7537234166e83ed9835ce1ee7dcd5742319c372a16
+SIZE (bash/bash52-032) = 1529
diff --git a/shells/bash/files/patch-config-top.h b/shells/bash/files/patch-config-top.h
index 3d458d2c12e4..db9f68e9dfc4 100644
--- a/shells/bash/files/patch-config-top.h
+++ b/shells/bash/files/patch-config-top.h
@@ -1,5 +1,5 @@
---- config-top.h.orig	2021-11-05 13:11:12 UTC
-+++ config-top.h
+--- config-top.h.orig	2021-11-05 14:11:12 UTC
++++ config-top.h	2024-08-01 09:10:04 UTC
 @@ -84,7 +84,7 @@
  #endif
  
diff --git a/shells/bash/files/patch-configure b/shells/bash/files/patch-configure
deleted file mode 100644
index 0ca11a5d826f..000000000000
--- a/shells/bash/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig	2022-09-23 14:13:22 UTC
-+++ configure
-@@ -20443,7 +20443,7 @@ fi
- 
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $bash_cv_func_strtoimax" >&5
- printf "%s\n" "$bash_cv_func_strtoimax" >&6; }
--if test $bash_cv_func_strtoimax = yes; then
-+if test $bash_cv_func_strtoimax = no ; then
- case " $LIBOBJS " in
-   *" strtoimax.$ac_objext "* ) ;;
-   *) LIBOBJS="$LIBOBJS strtoimax.$ac_objext"
diff --git a/shells/bash/files/patch-m4_strtoimax.m4 b/shells/bash/files/patch-m4_strtoimax.m4
deleted file mode 100644
index 3c047bd97654..000000000000
--- a/shells/bash/files/patch-m4_strtoimax.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- m4/strtoimax.m4.orig	2022-04-11 20:31:52 UTC
-+++ m4/strtoimax.m4
-@@ -29,7 +29,7 @@ AC_CACHE_VAL(bash_cv_func_strtoimax,
-   fi
- ])
- AC_MSG_RESULT($bash_cv_func_strtoimax)
--if test $bash_cv_func_strtoimax = yes; then
-+if test $bash_cv_func_strtoimax = no; then
- AC_LIBOBJ(strtoimax)
- fi
- ])