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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bcb683310b916b11da50245079995a1c1c0dd01a">https://github.com/macports/macports-ports/commit/bcb683310b916b11da50245079995a1c1c0dd01a</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 bcb6833  osc2midi: add missing link to liblo
</span>bcb6833 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bcb683310b916b11da50245079995a1c1c0dd01a
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Thu Apr 26 16:42:22 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    osc2midi: add missing link to liblo
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    needed in trace mode and on the buildbots
</span>---
 audio/osc2midi/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/osc2midi/Portfile b/audio/osc2midi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3bd2ed..5c7d7ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/osc2midi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/osc2midi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,5 +25,9 @@ long_description        This is a flexible OSC to JACK MIDI (and back) Bridge \
</span> platforms               darwin
 license                 GPL-3
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this is needed in trace mode and for the buildbots but not otherwise...
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.ldflags-append -llo
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append      port:jack \
                         port:liblo
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        
</span></pre><pre style='margin:0'>

</pre>