mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
shells/yash: update to 2.58
Improved POSIX.1-2024 support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT= POSIX-compliant command line shell
|
||||
|
||||
VERSION= 2.57
|
||||
VERSION= 2.58
|
||||
DISTNAME= yash-${VERSION}
|
||||
CATEGORIES= shells
|
||||
HOMEPAGE= https://magicant.github.io/yash/
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (yash-2.57.tar.xz) = 9f8zNNz6D93jiC9d8AJiP0agpPKyM159kXFVINj7Has=
|
||||
SIZE (yash-2.57.tar.xz) = 771228
|
||||
SHA256 (yash-2.58.tar.xz) = GgJ0lqa40qqUbQsTQH/cPVAw8dF/CbJ3aJZ8UPCeYfA=
|
||||
SIZE (yash-2.58.tar.xz) = 785932
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
Index: tests/ppid-p.tst
|
||||
--- tests/ppid-p.tst.orig
|
||||
+++ tests/ppid-p.tst
|
||||
@@ -4,7 +4,7 @@ posix="true"
|
||||
|
||||
test_OE -e 0 'PPID is parent process ID'
|
||||
echo $PPID >variable.out
|
||||
-echo $(ps -o ppid= $$) >ps.out
|
||||
+echo $(ps -o ppid= -p $$) >ps.out
|
||||
diff variable.out ps.out
|
||||
__IN__
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: variable.c
|
||||
--- variable.c.orig
|
||||
+++ variable.c
|
||||
@@ -1110,7 +1110,7 @@ void variable_set(const wchar_t *name, variable_T *var
|
||||
@@ -1107,7 +1107,7 @@ void variable_set(const wchar_t *name, variable_T *var
|
||||
&& var->v_value != NULL) {
|
||||
unsigned long seed;
|
||||
if (xwcstoul(var->v_value, 0, &seed)) {
|
||||
|
||||
@@ -67,6 +67,7 @@ share/yash/completion/fgrep
|
||||
share/yash/completion/file
|
||||
share/yash/completion/find
|
||||
share/yash/completion/fold
|
||||
share/yash/completion/fzy
|
||||
share/yash/completion/gawk
|
||||
share/yash/completion/getconf
|
||||
share/yash/completion/getopts
|
||||
@@ -105,6 +106,7 @@ share/yash/completion/git-reflog
|
||||
share/yash/completion/git-remote
|
||||
share/yash/completion/git-request-pull
|
||||
share/yash/completion/git-reset
|
||||
share/yash/completion/git-restore
|
||||
share/yash/completion/git-rev-list
|
||||
share/yash/completion/git-rev-parse
|
||||
share/yash/completion/git-revert
|
||||
|
||||
Reference in New Issue
Block a user