From 956520918119564bfbc85f47f30df1b294328204 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 7 Sep 2024 16:46:03 +0000 Subject: [PATCH] cpan autoupgrade --- Scripts/cpan/list.description-override | 1 + Scripts/cpan/list.summary-override | 1 + bucket_18/perl-Syntax-Keyword-Try/distinfo | 2 +- .../perl-Syntax-Keyword-Try/specification | 6 +-- bucket_21/perl-meta/descriptions/desc.single | 2 + bucket_21/perl-meta/distinfo | 1 + bucket_21/perl-meta/specification | 43 +++++++++++++++++++ bucket_34/perl-XS-Parse-Keyword/distinfo | 2 +- bucket_34/perl-XS-Parse-Keyword/specification | 6 +-- bucket_40/perl-PDL/distinfo | 2 +- bucket_40/perl-PDL/specification | 2 +- bucket_40/perl-Test-MockModule/distinfo | 2 +- bucket_40/perl-Test-MockModule/specification | 9 ++-- bucket_46/perl-Devel-MAT-Dumper/distinfo | 2 +- bucket_46/perl-Devel-MAT-Dumper/specification | 2 +- bucket_5F/perl-Perl-Tidy/distinfo | 2 +- bucket_5F/perl-Perl-Tidy/specification | 2 +- bucket_60/perl-DBI/distinfo | 2 +- bucket_60/perl-DBI/specification | 6 +-- bucket_6C/perl-Net-DNS/distinfo | 2 +- bucket_6C/perl-Net-DNS/specification | 2 +- bucket_6F/perl-ExtUtils-Helpers/distinfo | 2 +- bucket_6F/perl-ExtUtils-Helpers/specification | 2 +- bucket_7A/perl-Module-Build-Tiny/distinfo | 2 +- .../perl-Module-Build-Tiny/specification | 13 +++--- bucket_9D/perl-Mozilla-PublicSuffix/distinfo | 2 +- .../perl-Mozilla-PublicSuffix/specification | 6 +-- bucket_A2/perl-Mail-DKIM/distinfo | 2 +- bucket_A2/perl-Mail-DKIM/specification | 2 +- bucket_A9/perl-YAML-LibYAML/distinfo | 2 +- bucket_A9/perl-YAML-LibYAML/specification | 26 +++++++++-- .../perl-String-Util/descriptions/desc.single | 4 +- bucket_C4/perl-String-Util/distinfo | 2 +- bucket_C4/perl-String-Util/specification | 13 +++--- bucket_C6/perl-PPI/distinfo | 2 +- bucket_C6/perl-PPI/specification | 4 +- bucket_DA/perl-Test-Simple/distinfo | 2 +- bucket_DA/perl-Test-Simple/specification | 2 +- bucket_E4/perl-IO-Socket-SSL/distinfo | 2 +- bucket_E4/perl-IO-Socket-SSL/specification | 2 +- bucket_E5/perl-Graph/distinfo | 2 +- bucket_E5/perl-Graph/specification | 2 +- bucket_E6/perl-Commandable/distinfo | 2 +- bucket_E6/perl-Commandable/specification | 7 ++- .../perl-MIME-Base32/descriptions/desc.single | 2 + bucket_F1/perl-MIME-Base32/distinfo | 1 + bucket_F1/perl-MIME-Base32/specification | 42 ++++++++++++++++++ bucket_F1/perl-Parallel-ForkManager/distinfo | 2 +- .../perl-Parallel-ForkManager/specification | 2 +- bucket_F4/perl-Mail-SPF/distinfo | 2 +- bucket_F4/perl-Mail-SPF/specification | 2 +- bucket_FC/perl-URI/distinfo | 2 +- bucket_FC/perl-URI/specification | 5 ++- 53 files changed, 192 insertions(+), 72 deletions(-) create mode 100644 bucket_21/perl-meta/descriptions/desc.single create mode 100644 bucket_21/perl-meta/distinfo create mode 100644 bucket_21/perl-meta/specification create mode 100644 bucket_F1/perl-MIME-Base32/descriptions/desc.single create mode 100644 bucket_F1/perl-MIME-Base32/distinfo create mode 100644 bucket_F1/perl-MIME-Base32/specification diff --git a/Scripts/cpan/list.description-override b/Scripts/cpan/list.description-override index a97f45826b..679085c279 100644 --- a/Scripts/cpan/list.description-override +++ b/Scripts/cpan/list.description-override @@ -30,6 +30,7 @@ perl-Bit-Vector This module contains an efficient bit vector, set of integers an perl-Convert-UU This module contains perl implementations of uuencode and uudecode functions. perl-IO-Capture The IO::Capture Module defines an abstract base class that can be used to build modules that capture output being sent on a filehandle such as STDOUT or STDERR. perl-IO-stringy This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things other than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. +perl-String-Util String::Util provides a collection of small, handy functions for\nprocessing strings in various ways. perl-Regexp-IPv6 Support regular expression for IPv6 addresses. perl-Time-timegm The POSIX standard provides three functions for converting between integer\nepoch values and 6-component "broken-down" time representations. localtime\nand gmtime convert an epoch into the 6 components of seconds, minutes,\nhours, day of month, month and year, in either local timezone or UTC. The\nmktime function converts a local broken-down time into an epoch value.\nHowever, POSIX does not provide a UTC version of this.\n\nThis module provides a function timegm which has this ability. perl-Config-JFDI Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that\nexists outside of Catalyst.\n\nEssentially, Config::JFDI will scan a directory for files matching a\ncertain name. If such a file is found which also matches an extension that\nConfig::Any can read, then the configuration from that file will be loaded.\n\nConfig::JFDI will also look for special files that end with a "_local"\nsuffix. Files with this special suffix will take precedence over any other\nexisting configuration file, if any. The precedence takes place by merging\nthe local configuration with the "standard" configuration via\nHash::Merge::Simple.\n\nFinally, you can override/modify the path search from outside your\napplication, by setting the [NAME]_CONFIG variable outside your application\n(where [NAME] is the uppercase version of what you passed to\nConfig::JFDI->new). diff --git a/Scripts/cpan/list.summary-override b/Scripts/cpan/list.summary-override index 823cf9a4da..a2b1f62619 100644 --- a/Scripts/cpan/list.summary-override +++ b/Scripts/cpan/list.summary-override @@ -92,6 +92,7 @@ perl-Bit-Vector Efficient bit vector and "big int" library perl-Convert-UU Module for uuencode and uudecode perl-IO-Capture Base Class for modules to capture output perl-IO-stringy I/O on objects like strings and arrays +perl-String-Util String processing utility functions perl-Regexp-IPv6 Regular expression for IPv6 addresses perl-DBIx-Simple Object-Oriented interface to DBI perl-Web-Scraper Web Scraping Toolkit diff --git a/bucket_18/perl-Syntax-Keyword-Try/distinfo b/bucket_18/perl-Syntax-Keyword-Try/distinfo index d856921a85..6ef38916f3 100644 --- a/bucket_18/perl-Syntax-Keyword-Try/distinfo +++ b/bucket_18/perl-Syntax-Keyword-Try/distinfo @@ -1 +1 @@ -cc320719d3608daa9514743a43dac2be99cb8ccd989b1fefa285290cb1d59d8f 45060 Syntax-Keyword-Try-0.29.tar.gz +f068f0b9c71fff8fef6d8a9e9ed6951cb7a52b976322bd955181cc5e7b17e692 45489 Syntax-Keyword-Try-0.30.tar.gz diff --git a/bucket_18/perl-Syntax-Keyword-Try/specification b/bucket_18/perl-Syntax-Keyword-Try/specification index 788e9b3ae2..9aa23b3ade 100644 --- a/bucket_18/perl-Syntax-Keyword-Try/specification +++ b/bucket_18/perl-Syntax-Keyword-Try/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.290 +DEF[PORTVERSION]= 0.300 # ------------------------------------------------------------------------ NAMEBASE= perl-Syntax-Keyword-Try @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:P/PE/PEVANS -DISTFILE[1]= Syntax-Keyword-Try-0.29.tar.gz:main +DISTFILE[1]= Syntax-Keyword-Try-0.30.tar.gz:main SPKGS[538]= single SPKGS[540]= single @@ -27,7 +27,7 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON GENERATED= yes SINGLE_JOB= yes -DISTNAME= Syntax-Keyword-Try-0.29 +DISTNAME= Syntax-Keyword-Try-0.30 # ---------------------------------------------- # | Prerequisites extracted from META.json diff --git a/bucket_21/perl-meta/descriptions/desc.single b/bucket_21/perl-meta/descriptions/desc.single new file mode 100644 index 0000000000..6e05ca40c2 --- /dev/null +++ b/bucket_21/perl-meta/descriptions/desc.single @@ -0,0 +1,2 @@ +meta-programming API + diff --git a/bucket_21/perl-meta/distinfo b/bucket_21/perl-meta/distinfo new file mode 100644 index 0000000000..79c71b3333 --- /dev/null +++ b/bucket_21/perl-meta/distinfo @@ -0,0 +1 @@ +a27785243aaea246d94a269a46ff55609e3bc4e64383935f49bd085d16375760 26983 meta-0.006.tar.gz diff --git a/bucket_21/perl-meta/specification b/bucket_21/perl-meta/specification new file mode 100644 index 0000000000..5fde478abb --- /dev/null +++ b/bucket_21/perl-meta/specification @@ -0,0 +1,43 @@ +DEF[PORTVERSION]= 0.006 +# ------------------------------------------------------------------------ + +NAMEBASE= perl-meta +VERSION= ${PORTVERSION} +KEYWORDS= perl +VARIANTS= 538 540 +SDESC[538]= Meta-programming API (5.38) +SDESC[540]= Meta-programming API (5.40) +HOMEPAGE= none +CONTACT= Perl_Automaton[perl@ironwolf.systems] + +DOWNLOAD_GROUPS= main +SITES[main]= CPAN/ID:P/PE/PEVANS +DISTFILE[1]= meta-${PORTVERSION}.tar.gz:main + +SPKGS[538]= single +SPKGS[540]= single + +OPTIONS_AVAILABLE= PERL_538 PERL_540 +OPTIONS_STANDARD= none +VOPTS[538]= PERL_538=ON PERL_540=OFF +VOPTS[540]= PERL_538=OFF PERL_540=ON + +# License listed in CPAN directory: +# perl_5 + +GENERATED= yes +SINGLE_JOB= yes +DISTNAME= meta-${PORTVERSION} + +# ---------------------------------------------- +# | Prerequisites extracted from META.json +# ---------------------------------------------- +# | build : ExtUtils::CBuilder (perl 5.38 core) (perl 5.40 core) +# | configure : Module::Build +# | test : Test2::V0 (perl 5.40 core) + +[PERL_538].USES_ON= perl:538,buildmod,run +[PERL_538].BUILD_DEPENDS_ON= perl-Module-Build:single:538 +[PERL_540].USES_ON= perl:540,buildmod,run +[PERL_540].BUILD_DEPENDS_ON= perl-Module-Build:single:540 + diff --git a/bucket_34/perl-XS-Parse-Keyword/distinfo b/bucket_34/perl-XS-Parse-Keyword/distinfo index f9662c2c6b..2589f3a0d3 100644 --- a/bucket_34/perl-XS-Parse-Keyword/distinfo +++ b/bucket_34/perl-XS-Parse-Keyword/distinfo @@ -1 +1 @@ -a21ae79221927efc11d89d8c9db32df6cc20b3169c5f692e192114ae234d7612 92761 XS-Parse-Keyword-0.44.tar.gz +65a2726a910079499ad4bb83c4178059da43306ae92c8734c8fa17c02f22a01d 93215 XS-Parse-Keyword-0.46.tar.gz diff --git a/bucket_34/perl-XS-Parse-Keyword/specification b/bucket_34/perl-XS-Parse-Keyword/specification index e3aab4e91a..e091f2c256 100644 --- a/bucket_34/perl-XS-Parse-Keyword/specification +++ b/bucket_34/perl-XS-Parse-Keyword/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.440 +DEF[PORTVERSION]= 0.460 # ------------------------------------------------------------------------ NAMEBASE= perl-XS-Parse-Keyword @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:P/PE/PEVANS -DISTFILE[1]= XS-Parse-Keyword-0.44.tar.gz:main +DISTFILE[1]= XS-Parse-Keyword-0.46.tar.gz:main SPKGS[538]= single SPKGS[540]= single @@ -27,7 +27,7 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON GENERATED= yes SINGLE_JOB= yes -DISTNAME= XS-Parse-Keyword-0.44 +DISTNAME= XS-Parse-Keyword-0.46 # ---------------------------------------------- # | Prerequisites extracted from META.json diff --git a/bucket_40/perl-PDL/distinfo b/bucket_40/perl-PDL/distinfo index 7acb40fc78..5b0d396c3e 100644 --- a/bucket_40/perl-PDL/distinfo +++ b/bucket_40/perl-PDL/distinfo @@ -1 +1 @@ -9e408e4f06685de911697e12eaa5c8538e8521cbb80b876eda4bbcc7f98f196f 2993088 PDL-2.089.tar.gz +f3eabb83597866ff16491cf75ec70c0648a351088034111baa356ec0d9f3461b 2966528 PDL-2.092.tar.gz diff --git a/bucket_40/perl-PDL/specification b/bucket_40/perl-PDL/specification index 4364f8fc8d..4ae26d3160 100644 --- a/bucket_40/perl-PDL/specification +++ b/bucket_40/perl-PDL/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 2.089 +DEF[PORTVERSION]= 2.092 # ------------------------------------------------------------------------ NAMEBASE= perl-PDL diff --git a/bucket_40/perl-Test-MockModule/distinfo b/bucket_40/perl-Test-MockModule/distinfo index b3c1697f6e..d930cdd2c8 100644 --- a/bucket_40/perl-Test-MockModule/distinfo +++ b/bucket_40/perl-Test-MockModule/distinfo @@ -1 +1 @@ -332b46f79e210468b8f739794cae569dc868cf0ec7fa0bd1732f7915352d6031 24111 Test-MockModule-v0.178.0.tar.gz +7e261041ac1adc074f3ad98eb7c3f31f8a1bfc96d9eca99db77a473f53fdb5e0 24888 Test-MockModule-v0.179.0.tar.gz diff --git a/bucket_40/perl-Test-MockModule/specification b/bucket_40/perl-Test-MockModule/specification index 387ce5b1db..7c41a4ba49 100644 --- a/bucket_40/perl-Test-MockModule/specification +++ b/bucket_40/perl-Test-MockModule/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.178.0 +DEF[PORTVERSION]= 0.179.0 # ------------------------------------------------------------------------ NAMEBASE= perl-Test-MockModule @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:G/GF/GFRANKS -DISTFILE[1]= Test-MockModule-v0.178.0.tar.gz:main +DISTFILE[1]= Test-MockModule-v0.179.0.tar.gz:main SPKGS[538]= single SPKGS[540]= single @@ -27,7 +27,7 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON GENERATED= yes SINGLE_JOB= yes -DISTNAME= Test-MockModule-v0.178.0 +DISTNAME= Test-MockModule-v0.179.0 # ---------------------------------------------- # | Prerequisites extracted from META.json @@ -35,14 +35,17 @@ DISTNAME= Test-MockModule-v0.178.0 # | runtime : Carp (perl 5.38 core) (perl 5.40 core) # | runtime : SUPER # | runtime : Scalar::Util (perl 5.38 core) (perl 5.40 core) +# | runtime : Software::License # | configure : Module::Build # | test : Test::More (perl 5.38 core) (perl 5.40 core) # | test : Test::Warnings [PERL_538].USES_ON= perl:538,buildmod,run [PERL_538].BUILDRUN_DEPENDS_ON= perl-SUPER:single:538 + perl-Software-License:single:538 [PERL_538].BUILD_DEPENDS_ON= perl-Module-Build:single:538 [PERL_540].USES_ON= perl:540,buildmod,run [PERL_540].BUILDRUN_DEPENDS_ON= perl-SUPER:single:540 + perl-Software-License:single:540 [PERL_540].BUILD_DEPENDS_ON= perl-Module-Build:single:540 diff --git a/bucket_46/perl-Devel-MAT-Dumper/distinfo b/bucket_46/perl-Devel-MAT-Dumper/distinfo index ec76748765..73cf85c4a7 100644 --- a/bucket_46/perl-Devel-MAT-Dumper/distinfo +++ b/bucket_46/perl-Devel-MAT-Dumper/distinfo @@ -1 +1 @@ -28a22da4cd47141a75caa0fc9deb7a5d1aea30c55665d68c26cf7dab7eeb1114 39086 Devel-MAT-Dumper-0.48.tar.gz +c8cfff7ed3ffd8f08cfdae02682847a1fb4c594518aa6e13080ada9e2623b2b2 39152 Devel-MAT-Dumper-0.49.tar.gz diff --git a/bucket_46/perl-Devel-MAT-Dumper/specification b/bucket_46/perl-Devel-MAT-Dumper/specification index e16e9600cb..3138da9915 100644 --- a/bucket_46/perl-Devel-MAT-Dumper/specification +++ b/bucket_46/perl-Devel-MAT-Dumper/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.48 +DEF[PORTVERSION]= 0.49 # ------------------------------------------------------------------------ NAMEBASE= perl-Devel-MAT-Dumper diff --git a/bucket_5F/perl-Perl-Tidy/distinfo b/bucket_5F/perl-Perl-Tidy/distinfo index 535dd5d0f0..5d14ff706f 100644 --- a/bucket_5F/perl-Perl-Tidy/distinfo +++ b/bucket_5F/perl-Perl-Tidy/distinfo @@ -1 +1 @@ -47ff9e8ce98b5a43dc2d9ce4f02b9af3f4824a5fd912473edc9c16dc595468f2 1077858 Perl-Tidy-20240511.tar.gz +22fba4ba84cf2ba5fb4ade3ae65c6deb48a0ee61fe446858d3ae8c5e00f37e81 1111605 Perl-Tidy-20240903.tar.gz diff --git a/bucket_5F/perl-Perl-Tidy/specification b/bucket_5F/perl-Perl-Tidy/specification index 1ae101996b..88124f8b84 100644 --- a/bucket_5F/perl-Perl-Tidy/specification +++ b/bucket_5F/perl-Perl-Tidy/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 20240511 +DEF[PORTVERSION]= 20240903 # ------------------------------------------------------------------------ NAMEBASE= perl-Perl-Tidy diff --git a/bucket_60/perl-DBI/distinfo b/bucket_60/perl-DBI/distinfo index bcae4f740e..cc2b67b20f 100644 --- a/bucket_60/perl-DBI/distinfo +++ b/bucket_60/perl-DBI/distinfo @@ -1 +1 @@ -8a2b993db560a2c373c174ee976a51027dd780ec766ae17620c20393d2e836fa 612372 DBI-1.643.tar.gz +e38b7a5efee129decda12383cf894963da971ffac303f54cc1b93e40e3cf9921 728223 DBI-1.645.tgz diff --git a/bucket_60/perl-DBI/specification b/bucket_60/perl-DBI/specification index 3708a1e0d6..7e8a9a6664 100644 --- a/bucket_60/perl-DBI/specification +++ b/bucket_60/perl-DBI/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.643 +DEF[PORTVERSION]= 1.645 # ------------------------------------------------------------------------ NAMEBASE= perl-DBI @@ -11,8 +11,8 @@ HOMEPAGE= https://github.com/perl5-dbi/dbi CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main -SITES[main]= CPAN/ID:T/TI/TIMB -DISTFILE[1]= DBI-${PORTVERSION}.tar.gz:main +SITES[main]= CPAN/ID:H/HM/HMBRAND +DISTFILE[1]= DBI-1.645.tgz:main SPKGS[538]= single SPKGS[540]= single diff --git a/bucket_6C/perl-Net-DNS/distinfo b/bucket_6C/perl-Net-DNS/distinfo index b01938ad7c..ef52156655 100644 --- a/bucket_6C/perl-Net-DNS/distinfo +++ b/bucket_6C/perl-Net-DNS/distinfo @@ -1 +1 @@ -39f4b82ffe822f4d28691f6c4260f6f1fe6b5a09b546b56dd2410c21b38c1380 260858 Net-DNS-1.45.tar.gz +91b65cd0f12461802c61ca5474f87b3e29f5182d2e1b3a2ea70702a3efb4a743 261425 Net-DNS-1.46.tar.gz diff --git a/bucket_6C/perl-Net-DNS/specification b/bucket_6C/perl-Net-DNS/specification index cf9bfa2796..1ff286f57c 100644 --- a/bucket_6C/perl-Net-DNS/specification +++ b/bucket_6C/perl-Net-DNS/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.45 +DEF[PORTVERSION]= 1.46 # ------------------------------------------------------------------------ NAMEBASE= perl-Net-DNS diff --git a/bucket_6F/perl-ExtUtils-Helpers/distinfo b/bucket_6F/perl-ExtUtils-Helpers/distinfo index dd83261ced..1f0fe7cdae 100644 --- a/bucket_6F/perl-ExtUtils-Helpers/distinfo +++ b/bucket_6F/perl-ExtUtils-Helpers/distinfo @@ -1 +1 @@ -9d592131dc5845a86dc28be9143f764e73cb62db06fedf50a895be1324b6cec5 16557 ExtUtils-Helpers-0.027.tar.gz +c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe 16620 ExtUtils-Helpers-0.028.tar.gz diff --git a/bucket_6F/perl-ExtUtils-Helpers/specification b/bucket_6F/perl-ExtUtils-Helpers/specification index 237998b882..bbe6ccce8d 100644 --- a/bucket_6F/perl-ExtUtils-Helpers/specification +++ b/bucket_6F/perl-ExtUtils-Helpers/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.027 +DEF[PORTVERSION]= 0.028 # ------------------------------------------------------------------------ NAMEBASE= perl-ExtUtils-Helpers diff --git a/bucket_7A/perl-Module-Build-Tiny/distinfo b/bucket_7A/perl-Module-Build-Tiny/distinfo index 426e0250f9..9a23b6f60f 100644 --- a/bucket_7A/perl-Module-Build-Tiny/distinfo +++ b/bucket_7A/perl-Module-Build-Tiny/distinfo @@ -1 +1 @@ -79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd 22698 Module-Build-Tiny-0.048.tar.gz +74fdce35e8cd4d787bc2d4fc1d43a291b7bbced4e94dc5fc592bd81ca93a98e9 22872 Module-Build-Tiny-0.051.tar.gz diff --git a/bucket_7A/perl-Module-Build-Tiny/specification b/bucket_7A/perl-Module-Build-Tiny/specification index c04ae4601e..5af433c479 100644 --- a/bucket_7A/perl-Module-Build-Tiny/specification +++ b/bucket_7A/perl-Module-Build-Tiny/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.048 +DEF[PORTVERSION]= 0.051 # ------------------------------------------------------------------------ NAMEBASE= perl-Module-Build-Tiny @@ -33,7 +33,6 @@ DISTNAME= Module-Build-Tiny-${PORTVERSION} # | Prerequisites extracted from META.json # ---------------------------------------------- # | runtime : CPAN::Meta (perl 5.38 core) (perl 5.40 core) -# | runtime : CPAN::Requirements::Dynamic # | runtime : DynaLoader (perl 5.38 core) (perl 5.40 core) # | runtime : Exporter (perl 5.38 core) (perl 5.40 core) # | runtime : ExtUtils::CBuilder (perl 5.38 core) (perl 5.40 core) @@ -52,8 +51,8 @@ DISTNAME= Module-Build-Tiny-${PORTVERSION} # | runtime : TAP::Harness::Env (perl 5.38 core) (perl 5.40 core) # | runtime : strict (perl 5.38 core) (perl 5.40 core) # | runtime : warnings (perl 5.38 core) (perl 5.40 core) +# | runtime : CPAN::Requirements::Dynamic # | configure : CPAN::Meta (perl 5.38 core) (perl 5.40 core) -# | configure : CPAN::Requirements::Dynamic # | configure : DynaLoader (perl 5.38 core) (perl 5.40 core) # | configure : Exporter (perl 5.38 core) (perl 5.40 core) # | configure : ExtUtils::CBuilder (perl 5.38 core) (perl 5.40 core) @@ -85,13 +84,13 @@ DISTNAME= Module-Build-Tiny-${PORTVERSION} # | test : lib (perl 5.38 core) (perl 5.40 core) [PERL_538].USES_ON= perl:538,buildmodtiny,run -[PERL_538].BUILDRUN_DEPENDS_ON= perl-CPAN-Requirements-Dynamic:single:538 - perl-ExtUtils-Config:single:538 +[PERL_538].BUILDRUN_DEPENDS_ON= perl-ExtUtils-Config:single:538 perl-ExtUtils-Helpers:single:538 perl-ExtUtils-InstallPaths:single:538 + perl-CPAN-Requirements-Dynamic:single:538 [PERL_540].USES_ON= perl:540,buildmodtiny,run -[PERL_540].BUILDRUN_DEPENDS_ON= perl-CPAN-Requirements-Dynamic:single:540 - perl-ExtUtils-Config:single:540 +[PERL_540].BUILDRUN_DEPENDS_ON= perl-ExtUtils-Config:single:540 perl-ExtUtils-Helpers:single:540 perl-ExtUtils-InstallPaths:single:540 + perl-CPAN-Requirements-Dynamic:single:540 diff --git a/bucket_9D/perl-Mozilla-PublicSuffix/distinfo b/bucket_9D/perl-Mozilla-PublicSuffix/distinfo index 4a6ddbc0a9..ce27cebc3c 100644 --- a/bucket_9D/perl-Mozilla-PublicSuffix/distinfo +++ b/bucket_9D/perl-Mozilla-PublicSuffix/distinfo @@ -1 +1 @@ -a3bc115d6a59fb7bf23b539fb7b95e4ee06850fab884e2d12dd98dc545f9ebd8 87552 Mozilla-PublicSuffix-v1.0.6.tar.gz +6815e292161ba8192b434398db295e229b3e61574e6a61994e90f359a2c71b21 96335 Mozilla-PublicSuffix-v1.0.7.tar.gz diff --git a/bucket_9D/perl-Mozilla-PublicSuffix/specification b/bucket_9D/perl-Mozilla-PublicSuffix/specification index 02e6c9774f..fa55af371b 100644 --- a/bucket_9D/perl-Mozilla-PublicSuffix/specification +++ b/bucket_9D/perl-Mozilla-PublicSuffix/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.0.6 +DEF[PORTVERSION]= 1.0.7 # ------------------------------------------------------------------------ NAMEBASE= perl-Mozilla-PublicSuffix @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:T/TO/TOMHUKINS -DISTFILE[1]= Mozilla-PublicSuffix-v1.0.6.tar.gz:main +DISTFILE[1]= Mozilla-PublicSuffix-v1.0.7.tar.gz:main SPKGS[538]= single SPKGS[540]= single @@ -27,7 +27,7 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON GENERATED= yes SINGLE_JOB= yes -DISTNAME= Mozilla-PublicSuffix-v1.0.6 +DISTNAME= Mozilla-PublicSuffix-v1.0.7 # --------------------------------------------- # | Prerequisites extracted from META.yml diff --git a/bucket_A2/perl-Mail-DKIM/distinfo b/bucket_A2/perl-Mail-DKIM/distinfo index e928e3d569..a57c84cbe8 100644 --- a/bucket_A2/perl-Mail-DKIM/distinfo +++ b/bucket_A2/perl-Mail-DKIM/distinfo @@ -1 +1 @@ -33f1fb24b9678182ff29275491fd20980ec93bc5f69bc5ad21ca673bf8d7c3d1 183425 Mail-DKIM-1.20240619.tar.gz +1e4b038ebbe3979cb90f329e05b6ea680d3bcbfe3fa40305376b8cb302a04e99 184358 Mail-DKIM-1.20240827.tar.gz diff --git a/bucket_A2/perl-Mail-DKIM/specification b/bucket_A2/perl-Mail-DKIM/specification index 69ba6096a2..634afac7f2 100644 --- a/bucket_A2/perl-Mail-DKIM/specification +++ b/bucket_A2/perl-Mail-DKIM/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.20240619 +DEF[PORTVERSION]= 1.20240827 # ------------------------------------------------------------------------ NAMEBASE= perl-Mail-DKIM diff --git a/bucket_A9/perl-YAML-LibYAML/distinfo b/bucket_A9/perl-YAML-LibYAML/distinfo index 603584eaf0..1f6346e179 100644 --- a/bucket_A9/perl-YAML-LibYAML/distinfo +++ b/bucket_A9/perl-YAML-LibYAML/distinfo @@ -1 +1 @@ -155ab83675345c50add03311acf9dd915955707f909a2abd8b17d7792859b2ec 153478 YAML-LibYAML-0.89.tar.gz +d8b709ab5b4bca8c52fbe179d2010a2f92293d00c64bca61777dcf9afd2e72a0 157802 YAML-LibYAML-v0.901.0.tar.gz diff --git a/bucket_A9/perl-YAML-LibYAML/specification b/bucket_A9/perl-YAML-LibYAML/specification index 8e5cc67aa9..831ae05962 100644 --- a/bucket_A9/perl-YAML-LibYAML/specification +++ b/bucket_A9/perl-YAML-LibYAML/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.89 +DEF[PORTVERSION]= 0.901.0 # ------------------------------------------------------------------------ NAMEBASE= perl-YAML-LibYAML @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:T/TI/TINITA -DISTFILE[1]= YAML-LibYAML-${PORTVERSION}.tar.gz:main +DISTFILE[1]= YAML-LibYAML-v0.901.0.tar.gz:main SPKGS[538]= single SPKGS[540]= single @@ -27,13 +27,33 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON GENERATED= yes SINGLE_JOB= yes -DISTNAME= YAML-LibYAML-${PORTVERSION} +DISTNAME= YAML-LibYAML-v0.901.0 # ---------------------------------------------- # | Prerequisites extracted from META.json # ---------------------------------------------- +# | runtime : B::Deparse (perl 5.38 core) (perl 5.40 core) +# | runtime : Exporter (perl 5.38 core) (perl 5.40 core) +# | runtime : Scalar::Util (perl 5.38 core) (perl 5.40 core) +# | runtime : base (perl 5.38 core) (perl 5.40 core) +# | runtime : constant (perl 5.38 core) (perl 5.40 core) +# | runtime : strict (perl 5.38 core) (perl 5.40 core) +# | runtime : warnings (perl 5.38 core) (perl 5.40 core) # | configure : ExtUtils::MakeMaker (perl 5.38 core) (perl 5.40 core) +# | test : Devel::Peek (perl 5.38 core) (perl 5.40 core) +# | test : Encode (perl 5.38 core) (perl 5.40 core) +# | test : File::Find (perl 5.38 core) (perl 5.40 core) +# | test : File::Path (perl 5.38 core) (perl 5.40 core) +# | test : FindBin (perl 5.38 core) (perl 5.40 core) +# | test : IO::File (perl 5.38 core) (perl 5.40 core) +# | test : IO::Pipe (perl 5.38 core) (perl 5.40 core) # | test : Test::More (perl 5.38 core) (perl 5.40 core) +# | test : Tie::Array (perl 5.38 core) (perl 5.40 core) +# | test : Tie::Hash (perl 5.38 core) (perl 5.40 core) +# | test : blib (perl 5.38 core) (perl 5.40 core) +# | test : if (perl 5.38 core) (perl 5.40 core) +# | test : lib (perl 5.38 core) (perl 5.40 core) +# | test : utf8 (perl 5.38 core) (perl 5.40 core) [PERL_538].USES_ON= perl:538,configure [PERL_540].USES_ON= perl:540,configure diff --git a/bucket_C4/perl-String-Util/descriptions/desc.single b/bucket_C4/perl-String-Util/descriptions/desc.single index 61a1d61ddc..c0c39cd406 100644 --- a/bucket_C4/perl-String-Util/descriptions/desc.single +++ b/bucket_C4/perl-String-Util/descriptions/desc.single @@ -1,2 +1,2 @@ -String processing utility functions - +String::Util provides a collection of small, handy functions for +processing strings in various ways. diff --git a/bucket_C4/perl-String-Util/distinfo b/bucket_C4/perl-String-Util/distinfo index 46e867e596..e3a8766db1 100644 --- a/bucket_C4/perl-String-Util/distinfo +++ b/bucket_C4/perl-String-Util/distinfo @@ -1 +1 @@ -319ce8cd665341e56521fa155d962a19328e90d9f7036765925ccde26725c469 22176 String-Util-1.34.tar.gz +e089dc4aa714c4801b359df6546f265bad392ca2380309c8900e45b4668bb76e 17216 String-Util-1.35.tar.gz diff --git a/bucket_C4/perl-String-Util/specification b/bucket_C4/perl-String-Util/specification index c62a235671..5a973d2abc 100644 --- a/bucket_C4/perl-String-Util/specification +++ b/bucket_C4/perl-String-Util/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.34 +DEF[PORTVERSION]= 1.35 # ------------------------------------------------------------------------ NAMEBASE= perl-String-Util @@ -23,7 +23,7 @@ VOPTS[538]= PERL_538=ON PERL_540=OFF VOPTS[540]= PERL_538=OFF PERL_540=ON # License listed in CPAN directory: -# perl_5 +# mit GENERATED= yes SINGLE_JOB= yes @@ -32,11 +32,10 @@ DISTNAME= String-Util-${PORTVERSION} # ---------------------------------------------- # | Prerequisites extracted from META.json # ---------------------------------------------- -# | configure : Module::Build::Tiny +# | build : ExtUtils::MakeMaker (perl 5.38 core) (perl 5.40 core) +# | configure : ExtUtils::MakeMaker (perl 5.38 core) (perl 5.40 core) # | test : Test::More (perl 5.38 core) (perl 5.40 core) -[PERL_538].USES_ON= perl:538,buildmodtiny,run -[PERL_538].BUILD_DEPENDS_ON= perl-Module-Build-Tiny:single:538 -[PERL_540].USES_ON= perl:540,buildmodtiny,run -[PERL_540].BUILD_DEPENDS_ON= perl-Module-Build-Tiny:single:540 +[PERL_538].USES_ON= perl:538,configure +[PERL_540].USES_ON= perl:540,configure diff --git a/bucket_C6/perl-PPI/distinfo b/bucket_C6/perl-PPI/distinfo index b52f06308e..b4e25355c8 100644 --- a/bucket_C6/perl-PPI/distinfo +++ b/bucket_C6/perl-PPI/distinfo @@ -1 +1 @@ -1c867b2e9b10056978db9ddaadab599af9a5c9a66805ed03ef4b201f1105d427 248797 PPI-1.278.tar.gz +f69f4cc2c56d6e92183b80b1dd7337957623c509377ad5578edf1a3b467efa5a 243582 PPI-1.279.tar.gz diff --git a/bucket_C6/perl-PPI/specification b/bucket_C6/perl-PPI/specification index 622fe5f141..7f8c940d46 100644 --- a/bucket_C6/perl-PPI/specification +++ b/bucket_C6/perl-PPI/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.278 +DEF[PORTVERSION]= 1.279 # ------------------------------------------------------------------------ NAMEBASE= perl-PPI @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/Perl-Critic/PPI CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main -SITES[main]= CPAN/ID:O/OA/OALDERS +SITES[main]= CPAN/ID:M/MI/MITHALDU DISTFILE[1]= PPI-${PORTVERSION}.tar.gz:main SPKGS[538]= single diff --git a/bucket_DA/perl-Test-Simple/distinfo b/bucket_DA/perl-Test-Simple/distinfo index 4701880a53..8560eabd15 100644 --- a/bucket_DA/perl-Test-Simple/distinfo +++ b/bucket_DA/perl-Test-Simple/distinfo @@ -1 +1 @@ -956185dc96c1f2942f310a549a2b206cc5dd1487558f4e36d87af7a8aacbc87c 570972 Test-Simple-1.302201.tar.gz +8734f511ca11d0d4491f75fbd0558b17c17326bec4ee23a114217e7e5cd8a950 571205 Test-Simple-1.302203.tar.gz diff --git a/bucket_DA/perl-Test-Simple/specification b/bucket_DA/perl-Test-Simple/specification index 8dfb8ea490..d08a253fc2 100644 --- a/bucket_DA/perl-Test-Simple/specification +++ b/bucket_DA/perl-Test-Simple/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 1.302201 +DEF[PORTVERSION]= 1.302203 # ------------------------------------------------------------------------ NAMEBASE= perl-Test-Simple diff --git a/bucket_E4/perl-IO-Socket-SSL/distinfo b/bucket_E4/perl-IO-Socket-SSL/distinfo index 8ba74f000d..2605a8acd9 100644 --- a/bucket_E4/perl-IO-Socket-SSL/distinfo +++ b/bucket_E4/perl-IO-Socket-SSL/distinfo @@ -1 +1 @@ -9d27a31f0b617022180a1d1c45664beb76f51f3b8caede1404072a87dab74536 270154 IO-Socket-SSL-2.088.tar.gz +f683112c1642967e9149f51ad553eccd017833b2f22eb23a9055609d2e3a14d1 271442 IO-Socket-SSL-2.089.tar.gz diff --git a/bucket_E4/perl-IO-Socket-SSL/specification b/bucket_E4/perl-IO-Socket-SSL/specification index 16a08015a4..7420078532 100644 --- a/bucket_E4/perl-IO-Socket-SSL/specification +++ b/bucket_E4/perl-IO-Socket-SSL/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 2.088 +DEF[PORTVERSION]= 2.089 # ------------------------------------------------------------------------ NAMEBASE= perl-IO-Socket-SSL diff --git a/bucket_E5/perl-Graph/distinfo b/bucket_E5/perl-Graph/distinfo index 565961798a..3d81ab8226 100644 --- a/bucket_E5/perl-Graph/distinfo +++ b/bucket_E5/perl-Graph/distinfo @@ -1 +1 @@ -3efbed46ca82f78f25253d034232b0cc9cfadfbd867437e63f9275850f85abb0 148591 Graph-0.9729.tar.gz +eafc9e519a04ac0a61a3eb34b6e18709411e5abde4bf1d9019c2e371aedf6c50 150234 Graph-0.9732.tar.gz diff --git a/bucket_E5/perl-Graph/specification b/bucket_E5/perl-Graph/specification index eb033afb07..6c3979e7ae 100644 --- a/bucket_E5/perl-Graph/specification +++ b/bucket_E5/perl-Graph/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.9729 +DEF[PORTVERSION]= 0.9732 # ------------------------------------------------------------------------ NAMEBASE= perl-Graph diff --git a/bucket_E6/perl-Commandable/distinfo b/bucket_E6/perl-Commandable/distinfo index c6e5a9de87..59200c9477 100644 --- a/bucket_E6/perl-Commandable/distinfo +++ b/bucket_E6/perl-Commandable/distinfo @@ -1 +1 @@ -8ea982e5fecdf8da9ed3c234a7082b9bcd2b3167e8ffdfac5c5c6d905e2896c7 32009 Commandable-0.11.tar.gz +d809676471c7ebea65cf5b6f0309223697f71fe60fa97e6d1bcb0d837880f167 36697 Commandable-0.14.tar.gz diff --git a/bucket_E6/perl-Commandable/specification b/bucket_E6/perl-Commandable/specification index c295358503..3e444e8a9d 100644 --- a/bucket_E6/perl-Commandable/specification +++ b/bucket_E6/perl-Commandable/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 0.11 +DEF[PORTVERSION]= 0.14 # ------------------------------------------------------------------------ NAMEBASE= perl-Commandable @@ -33,14 +33,17 @@ DISTNAME= Commandable-${PORTVERSION} # | Prerequisites extracted from META.json # ---------------------------------------------- # | runtime : Module::Pluggable::Object +# | runtime : experimental (perl 5.38 core) (perl 5.40 core) +# | runtime : meta # | configure : Module::Build # | test : Test2::V0 (perl 5.40 core) -# | test : Test::NoWarnings [PERL_538].USES_ON= perl:538,buildmod,run [PERL_538].BUILDRUN_DEPENDS_ON= perl-Module-Pluggable:single:538 + perl-meta:single:538 [PERL_538].BUILD_DEPENDS_ON= perl-Module-Build:single:538 [PERL_540].USES_ON= perl:540,buildmod,run [PERL_540].BUILDRUN_DEPENDS_ON= perl-Module-Pluggable:single:540 + perl-meta:single:540 [PERL_540].BUILD_DEPENDS_ON= perl-Module-Build:single:540 diff --git a/bucket_F1/perl-MIME-Base32/descriptions/desc.single b/bucket_F1/perl-MIME-Base32/descriptions/desc.single new file mode 100644 index 0000000000..60b3074537 --- /dev/null +++ b/bucket_F1/perl-MIME-Base32/descriptions/desc.single @@ -0,0 +1,2 @@ +Base32 encoder and decoder + diff --git a/bucket_F1/perl-MIME-Base32/distinfo b/bucket_F1/perl-MIME-Base32/distinfo new file mode 100644 index 0000000000..15022c9ebf --- /dev/null +++ b/bucket_F1/perl-MIME-Base32/distinfo @@ -0,0 +1 @@ +ab21fa99130e33a0aff6cdb596f647e5e565d207d634ba2ef06bdbef50424e99 14121 MIME-Base32-1.303.tar.gz diff --git a/bucket_F1/perl-MIME-Base32/specification b/bucket_F1/perl-MIME-Base32/specification new file mode 100644 index 0000000000..fc2fdba0f2 --- /dev/null +++ b/bucket_F1/perl-MIME-Base32/specification @@ -0,0 +1,42 @@ +DEF[PORTVERSION]= 1.303 +# ------------------------------------------------------------------------ + +NAMEBASE= perl-MIME-Base32 +VERSION= ${PORTVERSION} +KEYWORDS= perl +VARIANTS= 538 540 +SDESC[538]= Base32 encoder and decoder (5.38) +SDESC[540]= Base32 encoder and decoder (5.40) +HOMEPAGE= https://github.com/perl5-utils/MIME-Base32 +CONTACT= Perl_Automaton[perl@ironwolf.systems] + +DOWNLOAD_GROUPS= main +SITES[main]= CPAN/ID:R/RE/REHSACK +DISTFILE[1]= MIME-Base32-${PORTVERSION}.tar.gz:main + +SPKGS[538]= single +SPKGS[540]= single + +OPTIONS_AVAILABLE= PERL_538 PERL_540 +OPTIONS_STANDARD= none +VOPTS[538]= PERL_538=ON PERL_540=OFF +VOPTS[540]= PERL_538=OFF PERL_540=ON + +# License listed in CPAN directory: +# perl_5 + +GENERATED= yes +SINGLE_JOB= yes +DISTNAME= MIME-Base32-${PORTVERSION} + +# ---------------------------------------------- +# | Prerequisites extracted from META.json +# ---------------------------------------------- +# | runtime : Exporter (perl 5.38 core) (perl 5.40 core) +# | runtime : utf8 (perl 5.38 core) (perl 5.40 core) +# | configure : ExtUtils::MakeMaker (perl 5.38 core) (perl 5.40 core) +# | test : Test::More (perl 5.38 core) (perl 5.40 core) + +[PERL_538].USES_ON= perl:538,configure +[PERL_540].USES_ON= perl:540,configure + diff --git a/bucket_F1/perl-Parallel-ForkManager/distinfo b/bucket_F1/perl-Parallel-ForkManager/distinfo index bcbe87c14e..c1ab294b92 100644 --- a/bucket_F1/perl-Parallel-ForkManager/distinfo +++ b/bucket_F1/perl-Parallel-ForkManager/distinfo @@ -1 +1 @@ -c1b2970a8bb666c3de7caac4a8f4dbcc043ab819bbc337692ec7bf27adae4404 33457 Parallel-ForkManager-2.02.tar.gz +c0e0bead458224b9ac5bb32ed2b1fa088963b565521c1bb1a6a3566d522c2e35 35459 Parallel-ForkManager-2.03.tar.gz diff --git a/bucket_F1/perl-Parallel-ForkManager/specification b/bucket_F1/perl-Parallel-ForkManager/specification index 4b4610e119..91f2aff05e 100644 --- a/bucket_F1/perl-Parallel-ForkManager/specification +++ b/bucket_F1/perl-Parallel-ForkManager/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 2.02 +DEF[PORTVERSION]= 2.03 # ------------------------------------------------------------------------ NAMEBASE= perl-Parallel-ForkManager diff --git a/bucket_F4/perl-Mail-SPF/distinfo b/bucket_F4/perl-Mail-SPF/distinfo index 6fecd18573..3bf793d114 100644 --- a/bucket_F4/perl-Mail-SPF/distinfo +++ b/bucket_F4/perl-Mail-SPF/distinfo @@ -1 +1 @@ -43930a708b8e605f31351120619ed8cfa5d789fe66e7f94518393693f9e10ae9 79806 Mail-SPF-3.20240617.tar.gz +b643b58e73eec3681451a6ffc9f0f95e4dd9a3c6a1af01eb2bd527dab3cfbaa2 94216 Mail-SPF-3.20240827.tar.gz diff --git a/bucket_F4/perl-Mail-SPF/specification b/bucket_F4/perl-Mail-SPF/specification index 74e2ac2cf8..ff2eb60e08 100644 --- a/bucket_F4/perl-Mail-SPF/specification +++ b/bucket_F4/perl-Mail-SPF/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 3.20240617 +DEF[PORTVERSION]= 3.20240827 # ------------------------------------------------------------------------ NAMEBASE= perl-Mail-SPF diff --git a/bucket_FC/perl-URI/distinfo b/bucket_FC/perl-URI/distinfo index 14f5eacc25..d52c41b88f 100644 --- a/bucket_FC/perl-URI/distinfo +++ b/bucket_FC/perl-URI/distinfo @@ -1 +1 @@ -e7985da359b15efd00917fa720292b711c396f2f9f9a7349e4e7dec74aa79765 124581 URI-5.28.tar.gz +a34b9f626c3ff1e20c0d4a23ec5c8b7ae1de1fb674ecefed7e46791388137372 128686 URI-5.29.tar.gz diff --git a/bucket_FC/perl-URI/specification b/bucket_FC/perl-URI/specification index 9b41d029c8..a93782ebd1 100644 --- a/bucket_FC/perl-URI/specification +++ b/bucket_FC/perl-URI/specification @@ -1,4 +1,4 @@ -DEF[PORTVERSION]= 5.28 +DEF[PORTVERSION]= 5.29 # ------------------------------------------------------------------------ NAMEBASE= perl-URI @@ -37,6 +37,7 @@ DISTNAME= URI-${PORTVERSION} # | runtime : Data::Dumper (perl 5.38 core) (perl 5.40 core) # | runtime : Encode (perl 5.38 core) (perl 5.40 core) # | runtime : Exporter (perl 5.38 core) (perl 5.40 core) +# | runtime : MIME::Base32 # | runtime : MIME::Base64 (perl 5.38 core) (perl 5.40 core) # | runtime : Net::Domain (perl 5.38 core) (perl 5.40 core) # | runtime : Scalar::Util (perl 5.38 core) (perl 5.40 core) @@ -60,5 +61,7 @@ DISTNAME= URI-${PORTVERSION} # | test : CPAN::Meta (perl 5.38 core) (perl 5.40 core) [PERL_538].USES_ON= perl:538,configure +[PERL_538].BUILDRUN_DEPENDS_ON= perl-MIME-Base32:single:538 [PERL_540].USES_ON= perl:540,configure +[PERL_540].BUILDRUN_DEPENDS_ON= perl-MIME-Base32:single:540