From c864c9949887bfcba0d46ed9a37f558a5537fb2c Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 2 Jul 2024 18:22:18 +0200 Subject: [PATCH] perl/XML-Simple: rebuild for Perl 5.40 and obsolete package for Perl 5.34 --- components/perl/XML-Simple/.gitignore | 1 + components/perl/XML-Simple/Makefile | 2 +- components/perl/XML-Simple/history | 1 + components/perl/XML-Simple/manifests/sample-manifest.p5m | 2 +- components/perl/XML-Simple/pkg5 | 16 ++++++++-------- 5 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 components/perl/XML-Simple/.gitignore diff --git a/components/perl/XML-Simple/.gitignore b/components/perl/XML-Simple/.gitignore new file mode 100644 index 0000000000..f7a1d5fb32 --- /dev/null +++ b/components/perl/XML-Simple/.gitignore @@ -0,0 +1 @@ +/XML-Simple-2.25/ diff --git a/components/perl/XML-Simple/Makefile b/components/perl/XML-Simple/Makefile index 4d397ee1e2..1eecbbad57 100644 --- a/components/perl/XML-Simple/Makefile +++ b/components/perl/XML-Simple/Makefile @@ -20,7 +20,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_PERL_MODULE = XML::Simple HUMAN_VERSION = 2.25 -COMPONENT_REVISION = 1 +COMPONENT_REVISION = 2 COMPONENT_SUMMARY = XML::Simple - An API for simple XML files COMPONENT_CPAN_AUTHOR = GRANTM COMPONENT_ARCHIVE_HASH = \ diff --git a/components/perl/XML-Simple/history b/components/perl/XML-Simple/history index 2217d30c4a..9bcfdf372c 100644 --- a/components/perl/XML-Simple/history +++ b/components/perl/XML-Simple/history @@ -1,3 +1,4 @@ library/perl-5/xml-simple-516@2.20,5.11-2017.0.0.1 library/perl-5/xml-simple-522@2.22,5.11-2022.0.0.2 library/perl-5/xml-simple-524@2.22,5.11-2022.0.0.2 +library/perl-5/xml-simple-534@2.25,5.11-2023.0.0.2 diff --git a/components/perl/XML-Simple/manifests/sample-manifest.p5m b/components/perl/XML-Simple/manifests/sample-manifest.p5m index 43cdacbe26..50d105662b 100644 --- a/components/perl/XML-Simple/manifests/sample-manifest.p5m +++ b/components/perl/XML-Simple/manifests/sample-manifest.p5m @@ -10,7 +10,7 @@ # # -# Copyright 2023 +# Copyright 2024 # set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) diff --git a/components/perl/XML-Simple/pkg5 b/components/perl/XML-Simple/pkg5 index 6d43274d91..c4f5349e42 100644 --- a/components/perl/XML-Simple/pkg5 +++ b/components/perl/XML-Simple/pkg5 @@ -1,23 +1,23 @@ { "dependencies": [ - "library/perl-5/xml-namespacesupport-534", "library/perl-5/xml-namespacesupport-536", "library/perl-5/xml-namespacesupport-538", - "library/perl-5/xml-sax-534", + "library/perl-5/xml-namespacesupport-540", "library/perl-5/xml-sax-536", "library/perl-5/xml-sax-538", - "library/perl-5/xml-sax-expat-534", + "library/perl-5/xml-sax-540", "library/perl-5/xml-sax-expat-536", "library/perl-5/xml-sax-expat-538", - "runtime/perl-534", + "library/perl-5/xml-sax-expat-540", "runtime/perl-536", - "runtime/perl-538" + "runtime/perl-538", + "runtime/perl-540" ], "fmris": [ - "library/perl-5/xml-simple-534", + "library/perl-5/xml-simple", "library/perl-5/xml-simple-536", "library/perl-5/xml-simple-538", - "library/perl-5/xml-simple" + "library/perl-5/xml-simple-540" ], "name": "XML-Simple" -} \ No newline at end of file +} -- 2.11.4.GIT