<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3ad7da8a2933bd2d6bef0c719b38d955aaa21e52">https://github.com/macports/macports-ports/commit/3ad7da8a2933bd2d6bef0c719b38d955aaa21e52</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3ad7da8a2933bd2d6bef0c719b38d955aaa21e52
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu May 28 22:08:00 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    abcm2ps: recognize that only binary is installed
</span>---
 print/abcm2ps/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/abcm2ps/Portfile b/print/abcm2ps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 28dff8e..1b7d2ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/abcm2ps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/abcm2ps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        leesavide abcm2ps 8.14.5 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          print audio
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,5 +26,7 @@ configure.args      --CC=${configure.cc} \
</span> 
 build.target
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs       no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> test.run            yes
 test.target         test
</pre><pre style='margin:0'>

</pre>