<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-contrib.

</pre>
<p><a href="https://github.com/macports/macports-contrib/commit/6e9abff3962ba13c74fdb2a8f8cc891d41c2f690">https://github.com/macports/macports-contrib/commit/6e9abff3962ba13c74fdb2a8f8cc891d41c2f690</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6e9abff3962ba13c74fdb2a8f8cc891d41c2f690
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Sat Oct 14 12:12:58 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cpan2port: Align checksum output properly
</span>---
 cpan2port/cpan2port | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/cpan2port/cpan2port b/cpan2port/cpan2port
</span><span style='display:block; white-space:pre;color:#808080;'>index 85f0343..2e9a31c 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/cpan2port/cpan2port
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/cpan2port/cpan2port
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -234,7 +234,7 @@ sub portfile {
</span>     if ( exists $$info{depends} ) {
          if ( my $check =  $$info{checksums} ) {
              my @hashes;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-             foreach my $key (sort(keys %{ $check })) { push @hashes, "$key ".$$check{$key}; }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             foreach my $key (sort(keys %{ $check })) { push @hashes, sprintf("%-8s", $key).$$check{$key}; }
</span>              $checksums = 'checksums           '.join(" \\\n".(' 'x20),@hashes);
          }
 
</pre><pre style='margin:0'>

</pre>