<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/36e30d47002b87d168769645f9396c8a07f694a4">https://github.com/macports/macports-ports/commit/36e30d47002b87d168769645f9396c8a07f694a4</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 36e30d4 clusterssh: make Perl 5.28 default branch
</span>36e30d4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 36e30d47002b87d168769645f9396c8a07f694a4
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Apr 21 06:30:37 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> clusterssh: make Perl 5.28 default branch
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/58361
</span>---
sysutils/clusterssh/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/clusterssh/Portfile b/sysutils/clusterssh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c3120e..d74055f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/clusterssh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/clusterssh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup perl5 1.0
</span> perl5.require_variant yes
perl5.conflict_variants yes
perl5.branches 5.26 5.28
<span style='display:block; white-space:pre;background:#ffe0e0;'>-perl5.default_branch 5.26
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+perl5.default_branch 5.28
</span> perl5.create_variants ${perl5.branches}
# since variants are set to conflict (only one can be installed at a time)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ perl5.link_binaries_suffix
</span>
name clusterssh
perl5.setup App-ClusterSSH v4.13.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 3
</span> platforms darwin
categories sysutils
license {Artistic-1 GPL}
</pre><pre style='margin:0'>
</pre>