diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 9d88e16c1c5..57525949880 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,6 +1,6 @@ COMMENT= extended C-shell with many useful features -DISTNAME= tcsh-6.24.07 +DISTNAME= tcsh-6.24.10 CATEGORIES= shells HOMEPAGE= https://www.tcsh.org/ diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 9888bbfe496..e4b94f0cf0b 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,2 +1,2 @@ -SHA256 (tcsh-6.24.07.tar.gz) = dOTpgFy9lBPtNLT/odcvyNDvgaW3lHaFQJFBbOkzaZU= -SIZE (tcsh-6.24.07.tar.gz) = 946889 +SHA256 (tcsh-6.24.10.tar.gz) = E0dcD763QTnTPteTvwD/u7KsLcn7HURGekEHYKujZmQ= +SIZE (tcsh-6.24.10.tar.gz) = 956578 diff --git a/shells/tcsh/patches/patch-tests_subst_at b/shells/tcsh/patches/patch-tests_subst_at index 08c78fb9169..e8d50aac844 100644 --- a/shells/tcsh/patches/patch-tests_subst_at +++ b/shells/tcsh/patches/patch-tests_subst_at @@ -1,7 +1,7 @@ Index: tests/subst.at --- tests/subst.at.orig +++ tests/subst.at -@@ -55,10 +55,10 @@ foo* ab{c,d} ^fo* +@@ -64,10 +64,10 @@ foo* ab{c,d} ^fo* AT_CHECK([ case "$(uname -s)" in @@ -14,7 +14,7 @@ Index: tests/subst.at HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }') ;; esac; -@@ -70,10 +70,10 @@ echo 'echo ~; echo "$HOME"' | tcsh -f | uniq | wc -l | +@@ -79,10 +79,10 @@ echo 'echo ~; echo "$HOME"' | tcsh -f | uniq | wc -l | AT_CHECK([ case "$(uname -s)" in diff --git a/shells/tcsh/patches/patch-tests_variables_at b/shells/tcsh/patches/patch-tests_variables_at index 127649b51dd..7e2c8f3df4b 100644 --- a/shells/tcsh/patches/patch-tests_variables_at +++ b/shells/tcsh/patches/patch-tests_variables_at @@ -1,7 +1,7 @@ Index: tests/variables.at --- tests/variables.at.orig +++ tests/variables.at -@@ -644,10 +644,10 @@ echo $home +@@ -835,10 +835,10 @@ echo $home ]]) AT_CHECK([ case "$(uname -s)" in @@ -14,8 +14,8 @@ Index: tests/variables.at HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }') ;; esac; -@@ -779,10 +779,10 @@ AT_CLEANUP() - AT_SETUP([$ cdtohome]) +@@ -1039,10 +1039,10 @@ AT_KEYWORDS([variables]) + AT_CHECK([ case "$(uname -s)" in -Darwin)