Marcel Telka
2024-02-05 deb669b2c770033994a0488bdcc74c067aed519c
dtracetoolkit: switch to unversioned Ruby

3 files modified
14 ■■■■■ changed files
components/developer/dtracetoolkit/Makefile 6 ●●●●● patch | view | raw | blame | history
components/developer/dtracetoolkit/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/developer/dtracetoolkit/pkg5 6 ●●●●● patch | view | raw | blame | history
components/developer/dtracetoolkit/Makefile
@@ -20,7 +20,7 @@
COMPONENT_NAME=        DTraceToolkit
COMPONENT_VERSION=    0.99
COMPONENT_REVISION=    7
COMPONENT_REVISION=    8
COMPONENT_PROJECT_URL=    http://www.brendangregg.com/dtracetoolkit.html
COMPONENT_SUMMARY=    A collection of opensource dtrace scripts
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -59,7 +59,5 @@
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += developer/dtrace
REQUIRED_PACKAGES += runtime/perl
REQUIRED_PACKAGES += runtime/ruby-23
REQUIRED_PACKAGES += runtime/ruby-26
REQUIRED_PACKAGES += runtime/ruby-32
REQUIRED_PACKAGES += runtime/ruby
REQUIRED_PACKAGES += shell/ksh93
components/developer/dtracetoolkit/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/developer/dtracetoolkit/pkg5
@@ -4,13 +4,11 @@
        "developer/dtrace",
        "runtime/perl",
        "runtime/python-39",
        "runtime/ruby-23",
        "runtime/ruby-26",
        "runtime/ruby-32",
        "runtime/ruby",
        "shell/ksh93"
    ],
    "fmris": [
        "developer/dtrace/toolkit"
    ],
    "name": "DTraceToolkit"
}
}