<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/9fa8be7d263382983e1506fbf2eec4c4ff8f75e2">https://github.com/macports/macports-ports/commit/9fa8be7d263382983e1506fbf2eec4c4ff8f75e2</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 9fa8be7 clusterssh 4.13.2: fix install paths
</span>9fa8be7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9fa8be7d263382983e1506fbf2eec4c4ff8f75e2
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Mar 2 06:38:56 2019 -0600
<span style='display:block; white-space:pre;color:#404040;'> clusterssh 4.13.2: fix install paths
</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 39c8671..c27d254 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;'>@@ -5,7 +5,7 @@ PortGroup github 1.0
</span> PortGroup perl5 1.0
github.setup duncs clusterssh 4.13.2 release-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> platforms darwin
categories sysutils
license {Artistic-1 GPL}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ checksums rmd160 d85dd5d46aac50590ac9e9726b55c30551c574cc \
</span>
perl5.branches 5.28
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args Build.PL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args Build.PL --installdirs vendor
</span> configure.cmd ${prefix}/bin/perl${perl5.major}
configure.pre_args {}
</pre><pre style='margin:0'>
</pre>