Marcel Telka
2023-11-30 c8293c030dce670dcee6f6793df6f1e194813eda
perl-538: update to 5.38.2; drop system-perl mediator

3 files modified
1 files renamed
38 ■■■■ changed files
components/perl/perl-538/Makefile 8 ●●●● patch | view | raw | blame | history
components/perl/perl-538/manifests/sample-manifest.p5m 12 ●●●●● patch | view | raw | blame | history
components/perl/perl-538/perl.p5m 16 ●●●● patch | view | raw | blame | history
tools/perl-license 2 ●●● patch | view | raw | blame | history
components/perl/perl-538/Makefile
@@ -25,16 +25,16 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        perl
COMPONENT_VERSION =        5.38.0
COMPONENT_VERSION_MAJOR =    $(shell echo $(COMPONENT_VERSION) | $(GSED) -e 's/\(5\.[0-9]\{1,\}\)\..*/\1/g')
COMPONENT_VERSION =        5.38.2
COMPONENT_VERSION_MAJOR =    $(subst $(space),.,$(wordlist 1,2,$(subst ., ,$(COMPONENT_VERSION))))
COMPONENT_SUMMARY =        Perl $(COMPONENT_VERSION_MAJOR)
COMPONENT_PROJECT_URL =        https://www.perl.org/
COMPONENT_SRC =            $(COMPONENT_NAME)-$(HUMAN_VERSION)
COMPONENT_ARCHIVE =        $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH =    \
    sha256:eca551caec3bc549a4e590c0015003790bdd1a604ffe19cc78ee631d51f7072e
    sha256:d91115e90b896520e83d4de6b52f8254ef2b70a8d545ffab33200ea9f1cf29e8
COMPONENT_ARCHIVE_URL =        https://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI =        runtime/perl-$(shell echo $(COMPONENT_VERSION_MAJOR) | tr -d '.')
COMPONENT_FMRI =        runtime/perl-$(subst .,,$(COMPONENT_VERSION_MAJOR))
COMPONENT_CLASSIFICATION =    Development/Perl
COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
components/perl/perl-538/manifests/sample-manifest.p5m
@@ -992,9 +992,15 @@
file path=usr/perl5/$(PERLVER)/lib/pod/perl5321delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5340delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5341delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5342delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5343delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5360delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5361delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5362delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5363delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5380delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5381delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5382delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl561delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl56delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl581delta.pod
@@ -1778,9 +1784,15 @@
file path=usr/perl5/$(PERLVER)/man/man1/perl5321delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5340delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5341delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5342delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5343delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5360delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5361delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5362delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5363delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5380delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5381delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5382delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl561delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl56delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl581delta.1
components/perl/perl-538/perl.p5m
File was renamed from components/perl/perl-538/perl-538.p5m
@@ -23,10 +23,6 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
link path=usr/perl5/bin target=./$(PERLVER)/bin mediator=system-perl mediator-version=$(PERLVER)
link path=usr/perl5/man target=./$(PERLVER)/man mediator=system-perl mediator-version=$(PERLVER)
link path=usr/perl5/pod target=./$(PERLVER)/lib/pod mediator=system-perl mediator-version=$(PERLVER)
dir  path=usr/perl5/site_perl/$(PERLVER)/$(PERL_ARCH)
file path=usr/perl5/$(PERLVER)/bin/corelist
@@ -998,9 +994,15 @@
file path=usr/perl5/$(PERLVER)/lib/pod/perl5321delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5340delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5341delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5342delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5343delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5360delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5361delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5362delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5363delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5380delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5381delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl5382delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl561delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl56delta.pod
file path=usr/perl5/$(PERLVER)/lib/pod/perl581delta.pod
@@ -1784,9 +1786,15 @@
file path=usr/perl5/$(PERLVER)/man/man1/perl5321delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5340delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5341delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5342delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5343delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5360delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5361delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5362delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5363delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5380delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5381delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl5382delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl561delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl56delta.1
file path=usr/perl5/$(PERLVER)/man/man1/perl581delta.1
tools/perl-license
@@ -1,6 +1,6 @@
#
# The rest of this file (everything except comment lines starting with #) was
# created using the following commands in perl-5.38.0 source directory:
# created using the following commands in perl-5.38.2 source directory:
#   gsed -i -n -e '/^#/{p;d}' -e 'Q' $WS_TOOLS/perl-license
#   (cat README | gsed -e '0,/^# LICENSING/d' -e '/./,$!d'
#   printf '\n\n%s\n' '--- Copying ---------------------------------------------------------------'