mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update tcsh to 6.24.10
Update diff from Josh Grosse with patches regen by me.
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user