Andreas Wacknitz
2024-03-19 a6db92f4b59af6946242648913f06243885555eb
tcsh: update to 6.24.11

4 files modified
28 ■■■■ changed files
components/shell/tcsh/Makefile 6 ●●●● patch | view | raw | blame | history
components/shell/tcsh/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/shell/tcsh/pkg5 2 ●●● patch | view | raw | blame | history
components/shell/tcsh/test/results-all.master 18 ●●●● patch | view | raw | blame | history
components/shell/tcsh/Makefile
@@ -27,14 +27,14 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        tcsh
COMPONENT_VERSION=    6.24.10
#HUMAN_VERSION=        6.24.10
COMPONENT_VERSION=    6.24.11
#HUMAN_VERSION=        6.24.11
COMPONENT_SUMMARY=    Tenex C-shell (tcsh)
COMPONENT_DESCRIPTION=    C shell with file name completion and command line editing
COMPONENT_PROJECT_URL=    https://github.com/tcsh-org/tcsh
COMPONENT_SRC=        $(COMPONENT_NAME)-$(HUMAN_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:13475c0fbeb74139d33ed793bf00ffbbb2ac2dc9fb1d44467a410760aba36664
COMPONENT_ARCHIVE_HASH= sha256:b5a7b627abb3ef2e8d3a869bb675d0e927d850704447a1b2c77946c0d324799d
COMPONENT_ARCHIVE_URL=    https://astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        shell/tcsh
COMPONENT_CLASSIFICATION= System/Shells
components/shell/tcsh/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/shell/tcsh/pkg5
@@ -7,4 +7,4 @@
        "shell/tcsh"
    ],
    "name": "tcsh"
}
}
components/shell/tcsh/test/results-all.master
@@ -24,7 +24,7 @@
 24: --help                                          skipped (arguments.at:210)
 25: --version                                       skipped (arguments.at:216)
 26: Invalid option (-Z)                             ok
 27: Non-option arguments                            ok
 27: Non-option arguments                            FAILED (arguments.at:258)
 28: %                                               skipped (commands.at:7)
 29: :                                               ok
 30: @                                               FAILED (commands.at:31)
@@ -46,7 +46,7 @@
 46: exec                                            ok
 47: exit                                            ok
 48: fg                                              skipped (commands.at:481)
 49: filetest                                        ok
 49: filetest                                        FAILED (commands.at:495)
 50: foreach                                         ok
 51: getspath                                        skipped (commands.at:643)
 52: getxvers                                        skipped (commands.at:650)
@@ -84,7 +84,7 @@
 84: setty                                           skipped (commands.at:1391)
 85: setxvers                                        skipped (commands.at:1398)
 86: shift                                           ok
 87: source                                          ok
 87: source                                          FAILED (commands.at:1485)
 88: stop                                            skipped (commands.at:1494)
 89: suspend                                         skipped (commands.at:1501)
 90: switch                                          ok
@@ -109,12 +109,12 @@
109: jobs output                                     ok
110: time output                                     ok
111: Arithmetic operators                            ok
112: Primary expressions                             ok
112: Primary expressions                             FAILED (expr.at:101)
113: History duplicate handling                      ok
114: History performance                             ok
115: History hup error handling                      ok
116: Word splitting                                  ok
117: Comments                                        skipped (lexical.at:43)
117: Comments                                        ok
118: Escaping special characters                     ok
119: Preventing substitution                         ok
120: History basics                                  ok
@@ -178,7 +178,7 @@
178: $ echo                                          ok
179: $ echo_style                                    ok
180: $ echo_hex                                      ok
181: $ edit                                          skipped (variables.at:533)
181: $ edit                                          ok
182: $ ellipsis                                      ok
183: $ fignore                                       ok
184: $ filec                                         ok
@@ -212,7 +212,7 @@
212: $ noglob                                        ok
213: $ nostat                                        ok
214: $ notify                                        ok
215: $ oid                                           skipped (variables.at:1124)
215: $ oid                                           skipped (variables.at:1136)
216: $ owd                                           ok
217: $ path                                          ok
218: $ printexitvalue                                ok
@@ -246,5 +246,5 @@
246: $ watch                                         ok
247: $ who                                           ok
248: $ wordchars                                     ok
1 failed unexpectedly.
55 tests were skipped.
5 failed unexpectedly.
53 tests were skipped.