From 34e82023baaf936790a474fb75e397d609d29ec0 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Tue, 26 Mar 2024 21:23:01 +0100
Subject: [PATCH] lndir: update to 1.0.5

---
 components/x11/lndir/pkg5                          |    5 +----
 components/x11/lndir/Makefile                      |    4 ++--
 components/x11/lndir/manifests/sample-manifest.p5m |    2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/components/x11/lndir/Makefile b/components/x11/lndir/Makefile
index 53de2b5..b5a57cc 100644
--- a/components/x11/lndir/Makefile
+++ b/components/x11/lndir/Makefile
@@ -18,10 +18,10 @@
 include $(WS_MAKE_RULES)/x11.mk
 
 COMPONENT_NAME= lndir
-COMPONENT_VERSION= 1.0.4
+COMPONENT_VERSION= 1.0.5
 COMPONENT_SUMMARY= lndir - create a shadow directory of symbolic links to another directory tree
 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:3e3437a9d3bb377755dd04a2c90d4c014d9fe90987ff73450bf5b8d161795e87
+COMPONENT_ARCHIVE_HASH= sha256:3b65577a5575cce095664f5492164a96941800fe6290a123731d47f3e7104ddb
 COMPONENT_ARCHIVE_URL= https://www.x.org/releases/individual/util/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI= file/lndir
 COMPONENT_CLASSIFICATION= Applications/System Utilities
diff --git a/components/x11/lndir/manifests/sample-manifest.p5m b/components/x11/lndir/manifests/sample-manifest.p5m
index 196e5e1..b85b970 100644
--- a/components/x11/lndir/manifests/sample-manifest.p5m
+++ b/components/x11/lndir/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2022 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/x11/lndir/pkg5 b/components/x11/lndir/pkg5
index 02205b7..b0d8a92 100644
--- a/components/x11/lndir/pkg5
+++ b/components/x11/lndir/pkg5
@@ -1,8 +1,5 @@
 {
     "dependencies": [
-        "SUNWcs",
-        "developer/build/autoconf/xorg-macros",
-        "shell/ksh93",
         "system/library",
         "x11/header/x11-protocols"
     ],
@@ -10,4 +7,4 @@
         "file/lndir"
     ],
     "name": "lndir"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3