<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1b966539e3af15fe82c27cd9a76aebdb055acada">https://github.com/macports/macports-ports/commit/1b966539e3af15fe82c27cd9a76aebdb055acada</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 1b966539e3a p5-catalyst-plugin-authentication: update to version 0.10024, dependencies
</span>1b966539e3a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1b966539e3af15fe82c27cd9a76aebdb055acada
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Oct 16 13:38:11 2024 -0700

<span style='display:block; white-space:pre;color:#404040;'>    p5-catalyst-plugin-authentication: update to version 0.10024, dependencies
</span>---
 perl/p5-catalyst-plugin-authentication/Portfile    | 25 +++++++++-------------
 .../files/patch-default-inc-excludes-dot.diff      |  9 --------
 2 files changed, 10 insertions(+), 24 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-catalyst-plugin-authentication/Portfile b/perl/p5-catalyst-plugin-authentication/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a6a16b4dd09..9fdd236cf6c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-catalyst-plugin-authentication/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-catalyst-plugin-authentication/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,36 +5,31 @@ PortGroup           perl5 1.0
</span> 
 epoch               1
 perl5.branches      5.28 5.30 5.32 5.34
<span style='display:block; white-space:pre;background:#ffe0e0;'>-perl5.setup         Catalyst-Plugin-Authentication 0.10023
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.setup         Catalyst-Plugin-Authentication 0.10024
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> license             {Artistic-1 GPL}
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Infrastructure plugin for the Catalyst authentication framework.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    The authentication plugin provides generic user \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    support. It is the basis for both authentication \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    (checking the user is who they claim to be), and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    authorization (allowing the user to do what \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    the system authorises them to do).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst authentication framework
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 platforms           {darwin any}
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  cd6ee2378e435dd43fd3367f33f8a1fbc7668cbf \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  8fd682a1e2ab1fbe65cec3238c91726680e976a8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  cb88a1a03115ce050016fd2c64b87ae149c908b3662d70f53670b28b562fb818 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    63038
</span> 
 if {${perl5.major} != ""} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p${perl5.major}-moose \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p${perl5.major}-test-exception
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-test-fatal \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:p${perl5.major}-test-simple
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_lib-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p${perl5.major}-catalyst-plugin-session \
</span>                     port:p${perl5.major}-catalyst-runtime \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:p${perl5.major}-class-inspector \
</span>                     port:p${perl5.major}-moose \
                     port:p${perl5.major}-moosex-emulate-class-accessor-fast \
                     port:p${perl5.major}-mro-compat \
                     port:p${perl5.major}-namespace-autoclean \
                     port:p${perl5.major}-string-rewriteprefix \
                     port:p${perl5.major}-try-tiny
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles      patch-default-inc-excludes-dot.diff
</span> }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff b/perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff
</span>deleted file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index bd94fc7c644..00000000000
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +0,0 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- Makefile.PL.orig       2017-06-26 07:14:03.000000000 -0700
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ Makefile.PL    2017-06-26 07:14:19.000000000 -0700
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -1,5 +1,6 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- use strict;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- use warnings;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+use lib '.';
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- use inc::Module::Install 0.87;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- use Module::Install::AuthorRequires;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- use Module::Install::AuthorTests;
</span></pre><pre style='margin:0'>

</pre>