<pre style='margin:0'>
Aljaž Srebrnič (g5pw) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/49c9cbffda05586f892bc185f82e5cccf6c96f88">https://github.com/macports/macports-ports/commit/49c9cbffda05586f892bc185f82e5cccf6c96f88</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 49c9cbffda05586f892bc185f82e5cccf6c96f88
</span>Author: Aljaž "g5pw" Srebrnič <g5pw@macports.org>
AuthorDate: Thu Jan 5 10:49:33 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    devel/racer: update to 2.0.4
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove DLYD hack, it's not needed anymore.
</span>---
 devel/racer/Portfile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/racer/Portfile b/devel/racer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 277a456..147e65e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/racer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/racer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        phildawes racer 1.1.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        phildawes racer 2.0.4
</span> categories          devel
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,19 +18,13 @@ long_description    RACER = Rust Auto-Complete-er. A utility intended to \
</span> depends_lib         port:rust
 depends_build       port:cargo
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  5ca40aed8f5deddbfd9ef2ca53e89ad9f3a2f160 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  6bb5759d657e8437799decd9a661614c35263f0dfee97a4c279d6e0008ec0905
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  3e4f9c69141daefd53207a1bd9b959b6a389af85 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  da8d7d548cdc8547a5285c9867e874caddaeec0317755f5739e562b17cb9c3ec
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# the DYLD_FALLBACK_LIBRARY_PATH is ugly but currently the only way to have
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# rust find the libraries installed via rpath; using install_name_tool wouldn't
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# help in this situation because rust and cargo both download binaries to
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# bootstrap themselves. Since this is just a build argument, I think it's fine
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# for now.
</span> use_configure       no
 
 build.cmd           cargo
 build.target        build
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.env           DYLD_FALLBACK_LIBRARY_PATH="${prefix}/lib"
</span> build.args          --release
 
 destroot {
</pre><pre style='margin:0'>

</pre>