<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/2bcd23d10c5747de669d5a51467f242072835cfc">https://github.com/macports/macports-ports/commit/2bcd23d10c5747de669d5a51467f242072835cfc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2bcd23d10c5747de669d5a51467f242072835cfc
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Jun 26 07:23:44 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    p5-catalyst-plugin-authentication: patch to fix build with perl 5.26
</span>---
 perl/p5-catalyst-plugin-authentication/Portfile                  | 2 ++
 .../files/patch-default-inc-excludes-dot.diff                    | 9 +++++++++
 2 files changed, 11 insertions(+)

<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 b5e02ff..2e970dd 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;'>@@ -35,4 +35,6 @@ if {${perl5.major} != ""} {
</span>                     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:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    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>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..bd94fc7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,9 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Makefile.PL.orig       2017-06-26 07:14:03.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Makefile.PL    2017-06-26 07:14:19.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -1,5 +1,6 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ use strict;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ use warnings;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++use lib '.';
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ use inc::Module::Install 0.87;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ use Module::Install::AuthorRequires;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ use Module::Install::AuthorTests;
</span></pre><pre style='margin:0'>

</pre>