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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0c9cc20cad4b0a1762f5b68206d29673be18c8fe">https://github.com/macports/macports-ports/commit/0c9cc20cad4b0a1762f5b68206d29673be18c8fe</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 0c9cc20  ccls: Avoid binary name conflicts between builds for different clang versions
</span>0c9cc20 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0c9cc20cad4b0a1762f5b68206d29673be18c8fe
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Apr 4 18:38:10 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    ccls: Avoid binary name conflicts between builds for different clang versions
</span>---
 devel/ccls/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ccls/Portfile b/devel/ccls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2d7303a..1c5b355 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ccls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ccls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup                   compiler_blacklist_versions 1.0
</span> 
 name                        ccls
 github.setup                MaskRay ccls 0.20190314
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                    0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                    1
</span> categories                  devel
 platforms                   darwin
 license                     Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,4 +45,8 @@ if {${subport} eq ${name}} {
</span>     post-fetch {
         system -W "${worksrcpath}" "git submodule update --init --recursive"
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Avoid conflicts between different clang builds
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        move ${destroot}${prefix}/bin/ccls ${destroot}${prefix}/bin/${subport}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
</pre><pre style='margin:0'>

</pre>