Marcel Telka
2023-07-13 467e204bebc5f2750cd63243bb22ad74d393741f
perl/Test-Output: update to 1.034; rebuild for Perl 5.38

1 files added
4 files modified
39 ■■■■ changed files
components/perl/Test-Output/Makefile 8 ●●●● patch | view | raw | blame | history
components/perl/Test-Output/Test-Output-PERLVER.p5m 2 ●●●●● patch | view | raw | blame | history
components/perl/Test-Output/manifests/sample-manifest.p5m 4 ●●● patch | view | raw | blame | history
components/perl/Test-Output/perl-integrate-module.conf 19 ●●●●● patch | view | raw | blame | history
components/perl/Test-Output/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/Test-Output/Makefile
@@ -19,16 +19,20 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        Test::Output
HUMAN_VERSION =            1.033
HUMAN_VERSION =            1.034
COMPONENT_SUMMARY =        Test::Output - Utilities to test STDOUT and STDERR messages.
COMPONENT_CPAN_AUTHOR =        BDFOY
COMPONENT_ARCHIVE_HASH =    \
    sha256:f6a8482740b075fad22aaf4d987d38ef927c6d2b452d4ae0d0bd8f779830556e
    sha256:cd42e2801c0d2b482d18c9fb4b06c757054818bcbb2824e5dfbf33ad7a3d69a0
COMPONENT_LICENSE =        Artistic-2.0
COMPONENT_LICENSE_FILE =    LICENSE
include $(WS_MAKE_RULES)/common.mk
# Optional test dependencies missing from metadata
TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-pod
TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-pod-coverage
# Auto-generated dependencies
PERL_REQUIRED_PACKAGES += library/perl-5/capture-tiny
PERL_REQUIRED_PACKAGES += runtime/perl
components/perl/Test-Output/Test-Output-PERLVER.p5m
@@ -24,7 +24,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/perl5/$(PERLVER)/man/man3perl/Test::Output.3perl
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Test/Output/.packlist
file path=usr/perl5/vendor_perl/$(PERLVER)/Test/Output.pm
# perl modules are unusable without perl runtime binary
@@ -33,4 +32,3 @@
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/perl-5/capture-tiny-$(PLV)@0.17
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Test-Output/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2023 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -24,7 +24,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/perl5/$(PERLVER)/man/man3perl/Test::Output.3perl
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/Test/Output/.packlist
file path=usr/perl5/vendor_perl/$(PERLVER)/Test/Output.pm
# perl modules are unusable without perl runtime binary
@@ -33,4 +32,3 @@
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/perl-5/capture-tiny-$(PLV)@0.17
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Test-Output/perl-integrate-module.conf
New file
@@ -0,0 +1,19 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2023 Marcel Telka
#
%include-3%
# Optional test dependencies missing from metadata
TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-pod
TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-pod-coverage
components/perl/Test-Output/pkg5
@@ -1,16 +1,16 @@
{
    "dependencies": [
        "SUNWcs",
        "library/perl-5/capture-tiny-534",
        "library/perl-5/capture-tiny-536",
        "library/perl-5/capture-tiny-538",
        "runtime/perl-534",
        "runtime/perl-536",
        "shell/ksh93",
        "system/library"
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/test-output-534",
        "library/perl-5/test-output-536",
        "library/perl-5/test-output-538",
        "library/perl-5/test-output"
    ],
    "name": "Test-Output"