mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to tcsh 6.24.16, from Josh Grosse
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT= extended C-shell with many useful features
|
||||
|
||||
DISTNAME= tcsh-6.24.10
|
||||
DISTNAME= tcsh-6.24.16
|
||||
CATEGORIES= shells
|
||||
HOMEPAGE= https://www.tcsh.org/
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (tcsh-6.24.10.tar.gz) = E0dcD763QTnTPteTvwD/u7KsLcn7HURGekEHYKujZmQ=
|
||||
SIZE (tcsh-6.24.10.tar.gz) = 956578
|
||||
SHA256 (tcsh-6.24.16.tar.gz) = QgjPRjD7ZNkdgZh/hU+VcKWg6KABqSgn3vN9Dtjzc2Q=
|
||||
SIZE (tcsh-6.24.16.tar.gz) = 958396
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: tests/variables.at
|
||||
--- tests/variables.at.orig
|
||||
+++ tests/variables.at
|
||||
@@ -835,10 +835,10 @@ echo $home
|
||||
@@ -847,10 +847,10 @@ echo $home
|
||||
]])
|
||||
AT_CHECK([
|
||||
case "$(uname -s)" in
|
||||
@@ -14,7 +14,13 @@ Index: tests/variables.at
|
||||
HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }')
|
||||
;;
|
||||
esac;
|
||||
@@ -1039,10 +1039,10 @@ AT_KEYWORDS([variables])
|
||||
@@ -1046,15 +1046,16 @@ dnl
|
||||
dnl $ cdtohome
|
||||
dnl
|
||||
|
||||
+TCSH_UNTESTED([$ cdtohome]) [dnl
|
||||
AT_SETUP([$ cdtohome])
|
||||
AT_KEYWORDS([variables])
|
||||
|
||||
AT_CHECK([
|
||||
case "$(uname -s)" in
|
||||
@@ -27,3 +33,12 @@ Index: tests/variables.at
|
||||
HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }')
|
||||
;;
|
||||
esac;
|
||||
@@ -1062,7 +1063,7 @@ export HOME;
|
||||
tcsh -f -c 'cd'
|
||||
], 0)
|
||||
AT_CLEANUP()
|
||||
-
|
||||
+]
|
||||
|
||||
dnl
|
||||
dnl $ cdtohome unset
|
||||
|
||||
Reference in New Issue
Block a user