<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7c0321042c2d71187993f30f4619a0c9c9775813">https://github.com/macports/macports-ports/commit/7c0321042c2d71187993f30f4619a0c9c9775813</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7c0321042c2d71187993f30f4619a0c9c9775813
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Wed Aug 23 08:40:12 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    abcMIDI: Fix license. Update description. Fix whitespace issue.
</span>---
 audio/abcMIDI/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/abcMIDI/Portfile b/audio/abcMIDI/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 93eb886..539cf21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/abcMIDI/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/abcMIDI/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,11 +7,11 @@ version             2017.08.22
</span> categories          audio
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             GPL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             GPL-2+
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         ABC to midi and vice versa converter
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ABC is a text-based music notation language. These \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    tools can convert ABC to midi and vice versa.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Abc to midi and vice versa converter
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    ABC is a text-based music notation language. Abc2midi is a program that \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    converts an abc music notation file to a MIDI file.
</span> 
 homepage            http://ifdo.ca/~seymour/runabc/top.html
 master_sites        http://ifdo.ca/~seymour/runabc/
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ post-extract {
</span>     xinstall -m 755 ${filespath}/configure ${worksrcpath}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.pre_args     PREFIX=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.pre_args  PREFIX=${prefix}
</span> 
 destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>