From 5d894f38bbd8c24348f1041c597b2bb6b159c443 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Mon, 04 Mar 2024 22:46:20 +0100
Subject: [PATCH] listres: update to 1.0.6

---
 components/x11/listres/manifests/sample-manifest.p5m |    3 ++-
 /dev/null                                            |   22 ----------------------
 components/x11/listres/listres.p5m                   |    1 +
 components/x11/listres/pkg5                          |    6 +-----
 components/x11/listres/Makefile                      |   10 ++++++----
 5 files changed, 10 insertions(+), 32 deletions(-)

diff --git a/components/x11/listres/Makefile b/components/x11/listres/Makefile
index 7d35dc7..6030783 100644
--- a/components/x11/listres/Makefile
+++ b/components/x11/listres/Makefile
@@ -18,14 +18,16 @@
 include $(WS_MAKE_RULES)/x11.mk
 
 COMPONENT_NAME=           listres
-COMPONENT_VERSION=        1.0.5
+COMPONENT_VERSION=        1.0.6
+COMPONENT_SUMMARY=        listres - Xt widget resource list utility
+COMPONENT_ARCHIVE_EXTENSION= .tar.xz
 COMPONENT_FMRI=           x11/listres
-COMPONENT_SUMMARY=  listres - Xt widget resource list utility
-COMPONENT_ARCHIVE=	$(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz
-COMPONENT_ARCHIVE_HASH=	sha256:ce2a00bbe7d2eb8d75177006f343c80443a22d52570c48a43c6fe70ea074dc9d
+COMPONENT_ARCHIVE_HASH=	  sha256:4d1c53efd69ba654f2877e1577e994c78874b0512fa1b0666cffcf452aee43ca
+COMPONENT_LICENSE_FILE=   COPYING
 
 include $(WS_MAKE_RULES)/common.mk
 
+# Auto-generated dependencies
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += x11/library/libxmu
 REQUIRED_PACKAGES += x11/library/toolkit/libxaw7
diff --git a/components/x11/listres/listres.license b/components/x11/listres/listres.license
deleted file mode 100644
index 22677dc..0000000
--- a/components/x11/listres/listres.license
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 1989, 1994  X Consortium
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the X Consortium shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from the X Consortium.
diff --git a/components/x11/listres/listres.p5m b/components/x11/listres/listres.p5m
index ba8e450..8ac36a6 100644
--- a/components/x11/listres/listres.p5m
+++ b/components/x11/listres/listres.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)
diff --git a/components/x11/listres/manifests/sample-manifest.p5m b/components/x11/listres/manifests/sample-manifest.p5m
index 1a6ebbc..8263047 100644
--- a/components/x11/listres/manifests/sample-manifest.p5m
+++ b/components/x11/listres/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/listres/pkg5 b/components/x11/listres/pkg5
index d9a206a..1784e7d 100644
--- a/components/x11/listres/pkg5
+++ b/components/x11/listres/pkg5
@@ -1,10 +1,6 @@
 {
     "dependencies": [
-        "SUNWcs",
-        "developer/build/autoconf/xorg-macros",
-        "shell/ksh93",
         "system/library",
-        "x11/header/x11-protocols",
         "x11/library/libxmu",
         "x11/library/toolkit/libxaw7",
         "x11/library/toolkit/libxt"
@@ -13,4 +9,4 @@
         "x11/listres"
     ],
     "name": "listres"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3