<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c023bec24b20dcec54ccf3ff0cbbb74cc4b5f835">https://github.com/macports/macports-ports/commit/c023bec24b20dcec54ccf3ff0cbbb74cc4b5f835</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 c023bec  libtorrent-rasterbar: don't overwrite any existing blacklist
</span>c023bec is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c023bec24b20dcec54ccf3ff0cbbb74cc4b5f835
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Aug 13 15:15:40 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libtorrent-rasterbar: don't overwrite any existing blacklist
</span>---
 net/libtorrent-rasterbar/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libtorrent-rasterbar/Portfile b/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 36a9004..3854a21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,8 @@ depends_lib         port:boost \
</span> 
 patchfiles          patch-configure.ac.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# don't overwrite any existing blacklist
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  *gcc-3.* *gcc-4.* {clang < 300}
</span> 
 configure.args      --disable-silent-rules \
                     --enable-python-binding \
</pre><pre style='margin:0'>

</pre>