Andreas Wacknitz
2024-03-26 34e82023baaf936790a474fb75e397d609d29ec0
lndir: update to 1.0.5

3 files modified
11 ■■■■■ changed files
components/x11/lndir/Makefile 4 ●●●● patch | view | raw | blame | history
components/x11/lndir/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/x11/lndir/pkg5 5 ●●●● patch | view | raw | blame | history
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
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)
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"
}
}