From f09dca6e20c67020d6f337fc95eec480de4d24ef Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 05 Apr 2024 22:31:34 +0200
Subject: [PATCH] tcsh: update to 6.24.12

---
 components/shell/tcsh/Makefile |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/components/shell/tcsh/Makefile b/components/shell/tcsh/Makefile
index fe9c1fa..88f959b 100644
--- a/components/shell/tcsh/Makefile
+++ b/components/shell/tcsh/Makefile
@@ -27,14 +27,13 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		tcsh
-COMPONENT_VERSION=	6.24.11
-#HUMAN_VERSION=		6.24.11
+COMPONENT_VERSION=	6.24.12
 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:b5a7b627abb3ef2e8d3a869bb675d0e927d850704447a1b2c77946c0d324799d
+COMPONENT_ARCHIVE_HASH= sha256:e3270ce9667fd5bd2a046687659fcf5fd6a6781326f806ebd724f1e1c9cd4185
 COMPONENT_ARCHIVE_URL=	https://astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		shell/tcsh
 COMPONENT_CLASSIFICATION= System/Shells
@@ -43,11 +42,9 @@
 
 include $(WS_MAKE_RULES)/common.mk
 
-COMPONENT_PRE_CONFIGURE_ACTION = \
-	($(CLONEY) $(SOURCE_DIR) $(@D))
+COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
 
-COMPONENT_TEST_TRANSFORMS = \
-	' -n "/^\s*[0-9]/p" '
+COMPONENT_TEST_TRANSFORMS= ' -n "/^\s*[0-9]/p" '
 
 # configure needs gencat
 REQUIRED_PACKAGES += text/locale

--
Gitblit v1.9.3