From a6ec4e834b5adb0bf77010e7eb79bd0506981930 Mon Sep 17 00:00:00 2001
From: Michal Nowak <mnowak@startmail.com>
Date: Sat, 01 Dec 2018 13:11:11 +0100
Subject: [PATCH] Update expect to 5.45.4

---
 components/tcl/expect/Makefile               |   12 ++++++++----
 components/tcl/expect/test/results-32.master |    8 ++++++++
 components/tcl/expect/test/results-64.master |    8 ++++++++
 3 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/components/tcl/expect/Makefile b/components/tcl/expect/Makefile
index c9e0014..bafc85d 100644
--- a/components/tcl/expect/Makefile
+++ b/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
diff --git a/components/tcl/expect/test/results-32.master b/components/tcl/expect/test/results-32.master
new file mode 100644
index 0000000..9529080
--- /dev/null
+++ b/components/tcl/expect/test/results-32.master
@@ -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
diff --git a/components/tcl/expect/test/results-64.master b/components/tcl/expect/test/results-64.master
new file mode 100644
index 0000000..9529080
--- /dev/null
+++ b/components/tcl/expect/test/results-64.master
@@ -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

--
Gitblit v1.9.3