<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/94bcf5cad98b6b1c520559edf91c830000d8f999">https://github.com/macports/macports-ports/commit/94bcf5cad98b6b1c520559edf91c830000d8f999</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 94bcf5c p5-catalyst-plugin-authentication-store-dbic: patch to fix build on perl 5.26, dependencies
</span>94bcf5c is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 94bcf5cad98b6b1c520559edf91c830000d8f999
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Jun 26 21:31:19 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> p5-catalyst-plugin-authentication-store-dbic: patch to fix build on perl 5.26, dependencies
</span>---
perl/p5-catalyst-plugin-authentication-store-dbic/Portfile | 6 +++++-
.../files/patch-default-inc-excludes-dot.diff | 7 +++++++
2 files changed, 12 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile b/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 90c130c..c84186b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup perl5 1.0
</span>
perl5.branches 5.24 5.26
perl5.setup Catalyst-Plugin-Authentication-Store-DBIC 0.11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 4
</span> license {Artistic-1 GPL}
maintainers nomaintainer
description Authentication against a DBIx::Class or Class::DBI model.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,11 +22,15 @@ if {${perl5.major} != ""} {
</span> depends_lib-append \
port:p${perl5.major}-catalyst-model-dbic-schema \
port:p${perl5.major}-catalyst-plugin-authentication \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:p${perl5.major}-catalyst-plugin-authorization-roles \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:p${perl5.major}-catalyst-plugin-session-state-cookie \
</span> port:p${perl5.major}-catalyst-runtime \
port:p${perl5.major}-class-accessor \
port:p${perl5.major}-dbix-class \
port:p${perl5.major}-set-object
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ patchfiles patch-default-inc-excludes-dot.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant class_dbi description {Build with class_dbi support} {
depends_lib-append \
port:p${perl5.major}-class-dbi
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/perl/p5-catalyst-plugin-authentication-store-dbic/files/patch-default-inc-excludes-dot.diff b/perl/p5-catalyst-plugin-authentication-store-dbic/files/patch-default-inc-excludes-dot.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..92f978b
</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-store-dbic/files/patch-default-inc-excludes-dot.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Makefile.PL.orig 2017-06-26 21:21:34.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Makefile.PL 2017-06-26 21:22:10.000000000 -0700
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -1,3 +1,4 @@
</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.65;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ name 'Catalyst-Plugin-Authentication-Store-DBIC';
</span></pre><pre style='margin:0'>
</pre>