From 3454a73d9d74338f5725bd64d9b87fa0532c281d Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 01 Mar 2024 18:46:45 +0100
Subject: [PATCH] tk: update to 8.6.14

---
 components/tcl/tk/Makefile                      |    7 +++----
 components/tcl/tk/manifests/sample-manifest.p5m |    2 +-
 components/tcl/tk/test/results-all.master       |    6 +++---
 components/tcl/tk/pkg5                          |    2 +-
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/components/tcl/tk/Makefile b/components/tcl/tk/Makefile
index dee1e67..0cf3e86 100644
--- a/components/tcl/tk/Makefile
+++ b/components/tcl/tk/Makefile
@@ -25,19 +25,18 @@
 # Copyright (c) 2023, Klaus Ziegler
 #
 
+USE_COMMON_TEST_MASTER= yes
 include ../../../make-rules/shared-macros.mk
 
-USE_COMMON_TEST_MASTER=		yes
 COMPONENT_NAME=			tk
 COMPONENT_MJR_VERSION=	8.6
-COMPONENT_VERSION=		$(COMPONENT_MJR_VERSION).13
-COMPONENT_REVISION=		2
+COMPONENT_VERSION=		$(COMPONENT_MJR_VERSION).14
 COMPONENT_SUMMARY=		Tk - TCL GUI Toolkit
 COMPONENT_DESCRIPTION=	Tk is an open source, cross-platform widget toolkit that provides a library of basic elements for building a graphical user interface
 COMPONENT_PROJECT_URL=	https://www.tcl-lang.org/
 COMPONENT_SRC=			$(COMPONENT_NAME)$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=		$(COMPONENT_SRC)-src.tar.gz
-COMPONENT_ARCHIVE_HASH= sha256:2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675
+COMPONENT_ARCHIVE_HASH= sha256:8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94
 COMPONENT_ARCHIVE_URL=	https://prdownloads.sourceforge.net/tcl/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=			runtime/tk-8
 COMPONENT_CLASSIFICATION=	Development/Other Languages
diff --git a/components/tcl/tk/manifests/sample-manifest.p5m b/components/tcl/tk/manifests/sample-manifest.p5m
index 47497a3..44dd0f9 100644
--- a/components/tcl/tk/manifests/sample-manifest.p5m
+++ b/components/tcl/tk/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)
diff --git a/components/tcl/tk/pkg5 b/components/tcl/tk/pkg5
index 4d92b43..2f1d386 100644
--- a/components/tcl/tk/pkg5
+++ b/components/tcl/tk/pkg5
@@ -13,4 +13,4 @@
         "runtime/tk-8"
     ],
     "name": "tk"
-}
\ No newline at end of file
+}
diff --git a/components/tcl/tk/test/results-all.master b/components/tcl/tk/test/results-all.master
index 8ff5276..4a06976 100644
--- a/components/tcl/tk/test/results-all.master
+++ b/components/tcl/tk/test/results-all.master
@@ -1,6 +1,6 @@
-all.tcl:	Total	9681	Passed	8960	Skipped	663	Failed	58
+all.tcl:	Total	9532	Passed	8880	Skipped	616	Failed	36
 Sourced 92 Test Files.
-Files with failing tests: canvText.test clrpick.test focus.test font.test pack.test place.test scrollbar.test text.test textImage.test unixEmbed.test unixFont.test unixWm.test winWm.test winfo.test wm.test
-all.tcl:	Total	496	Passed	478	Skipped	17	Failed	1
+Files with failing tests: canvText.test focus.test font.test pack.test place.test textImage.test unixEmbed.test unixWm.test winWm.test winfo.test wm.test
+all.tcl:	Total	499	Passed	481	Skipped	17	Failed	1
 Sourced 17 Test Files.
 Files with failing tests: entry.test

--
Gitblit v1.9.3