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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4c4b30f1e203d3358aa05f7f7b319b430b8b7a27">https://github.com/macports/macports-ports/commit/4c4b30f1e203d3358aa05f7f7b319b430b8b7a27</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 4c4b30f  gpsd: fix self-id of libgps.
</span>4c4b30f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4c4b30f1e203d3358aa05f7f7b319b430b8b7a27
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jan 29 19:47:50 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gpsd: fix self-id of libgps.
</span>---
 net/gpsd/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/gpsd/Portfile b/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3bae9fb..fcbae14 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem              1.0
</span> 
 name                    gpsd
 version                 3.17
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> license                 BSD
 categories              net
 maintainers             {ryandesign @ryandesign} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -109,6 +110,7 @@ post-destroot {
</span>         reinplace "s|#!/usr/bin/env python|#!${configure.python}|" \
             ${destroot}${prefix}/bin/xgpsspeed
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${destroot}${prefix}/lib "install_name_tool -id ${prefix}/lib/libgps.dylib libgps.dylib"
</span> }
 
 # Although GPSD has successfully been built with Qt5 at one time, that build
</pre><pre style='margin:0'>

</pre>