Michal Nowak
2018-11-30 a6ec4e834b5adb0bf77010e7eb79bd0506981930
Update expect to 5.45.4
2 files added
1 files modified
28 ■■■■ changed files
components/tcl/expect/Makefile 12 ●●●●● patch | view | raw | blame | history
components/tcl/expect/test/results-32.master 8 ●●●●● patch | view | raw | blame | history
components/tcl/expect/test/results-64.master 8 ●●●●● patch | view | raw | blame | history
components/tcl/expect/Makefile
@@ -21,18 +21,18 @@
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, Michal Nowak
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        expect
COMPONENT_VERSION=    5.45
COMPONENT_REVISION=    2
COMPONENT_PROJECT_URL=    http://expect.nist.gov/
COMPONENT_VERSION=    5.45.4
COMPONENT_PROJECT_URL=    https://core.tcl.tk/expect/index
COMPONENT_SRC=        $(COMPONENT_NAME)$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
    sha256:49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34
COMPONENT_ARCHIVE_URL=    http://sourceforge.net/projects/expect/files/Expect/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
COMPONENT_BUGDB=    utility/expect
@@ -57,6 +57,10 @@
CONFIGURE_OPTIONS.64    += LIBS=" -m64"
COMPONENT_TEST_TRANSFORMS += \
    '-ne "/\.test/p"' \
    '-ne "/Total/p"'
COMPONENT_TEST_TARGETS = test
# common targets
components/tcl/expect/test/results-32.master
New file
@@ -0,0 +1,8 @@
cat.test
expect.test
logfile.test
via sendvia send_uservia send_stdoutpid.test
send.test
spawn.test
stty.test
all.tcl:    Total    29    Passed    29    Skipped    0    Failed    0
components/tcl/expect/test/results-64.master
New file
@@ -0,0 +1,8 @@
cat.test
expect.test
logfile.test
via sendvia send_uservia send_stdoutpid.test
send.test
spawn.test
stty.test
all.tcl:    Total    29    Passed    29    Skipped    0    Failed    0