From d11c6672ad6ca4d9d5a388ef577b045028318b74 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 26 Mar 2024 21:22:35 +0100
Subject: [PATCH] xedit: update to 1.2.4

---
 components/x11/xedit/Makefile                      |    8 ++++----
 components/x11/xedit/xedit.p5m                     |    1 +
 components/x11/xedit/manifests/sample-manifest.p5m |    3 ++-
 components/x11/xedit/pkg5                          |    6 +-----
 4 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/components/x11/xedit/Makefile b/components/x11/xedit/Makefile
index 6e590fc..a137d2f 100644
--- a/components/x11/xedit/Makefile
+++ b/components/x11/xedit/Makefile
@@ -18,12 +18,12 @@
 include $(WS_MAKE_RULES)/x11.mk
 
 COMPONENT_NAME=				xedit
-COMPONENT_VERSION=			1.2.3
-COMPONENT_FMRI=				editor/xedit
-COMPONENT_CLASSIFICATION=	Development/Editors
+COMPONENT_VERSION=			1.2.4
 COMPONENT_SUMMARY=			xedit - simple Xaw toolkit text editor for X
 COMPONENT_ARCHIVE=			$(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH=		sha256:bdd33afeeca881622e55d2cf28f07b4a98f083d0a2573c0b9048f25bdd62db2f
+COMPONENT_ARCHIVE_HASH=		sha256:b00d488b29cd007fadf9a4e44193cbdd72b48c94080be5ebc02565f21f9a2a71
+COMPONENT_FMRI=				editor/xedit
+COMPONENT_CLASSIFICATION=	Development/Editors
 
 include $(WS_MAKE_RULES)/common.mk
 
diff --git a/components/x11/xedit/manifests/sample-manifest.p5m b/components/x11/xedit/manifests/sample-manifest.p5m
index 11eedef..7932780 100644
--- a/components/x11/xedit/manifests/sample-manifest.p5m
+++ b/components/x11/xedit/manifests/sample-manifest.p5m
@@ -10,10 +10,11 @@
 #
 
 #
-# Copyright 2018 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.human-version value=$(HUMAN_VERSION)
 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
diff --git a/components/x11/xedit/pkg5 b/components/x11/xedit/pkg5
index 2aa5bbe..a5573ca 100644
--- a/components/x11/xedit/pkg5
+++ b/components/x11/xedit/pkg5
@@ -1,11 +1,7 @@
 {
     "dependencies": [
-        "SUNWcs",
-        "developer/build/autoconf/xorg-macros",
-        "shell/ksh93",
         "system/library",
         "system/library/math",
-        "x11/header/x11-protocols",
         "x11/library/libx11",
         "x11/library/libxmu",
         "x11/library/toolkit/libxaw7",
@@ -15,4 +11,4 @@
         "editor/xedit"
     ],
     "name": "xedit"
-}
\ No newline at end of file
+}
diff --git a/components/x11/xedit/xedit.p5m b/components/x11/xedit/xedit.p5m
index b777bb8..2e2039b 100644
--- a/components/x11/xedit/xedit.p5m
+++ b/components/x11/xedit/xedit.p5m
@@ -14,6 +14,7 @@
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.human-version value=$(HUMAN_VERSION)
 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)

--
Gitblit v1.9.3