<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ae591d9680025d8f9b563273f9d1146fd1156269">https://github.com/macports/macports-ports/commit/ae591d9680025d8f9b563273f9d1146fd1156269</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 ae591d9  libwebsockets and mosquitto: Prepare for PR #3822 (#3834)
</span>ae591d9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ae591d9680025d8f9b563273f9d1146fd1156269
</span>Author: Andrew L. Moore <slewsys@gmail.com>
AuthorDate: Mon Mar 18 09:25:07 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libwebsockets and mosquitto: Prepare for PR #3822 (#3834)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * mosquitto: Allow testing prior to install.
</span>---
 net/mosquitto/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/mosquitto/Portfile b/net/mosquitto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 113ece9..05dedf9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/mosquitto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/mosquitto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,8 +51,8 @@ pre-build {
</span> 
 pre-test {
     if {![file exist ${build.dir}/test]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        foreach path [list config.mk test] {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            copy -force ${worksrcpath}/${path} ${build.dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        foreach path [list config.mk test lib/mosquitto.h lib/cpp/mosquittopp.h src/mosquitto_broker.h src/mosquitto_plugin.h] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            copy -force ${worksrcpath}/${path} ${build.dir}/${path}
</span>         }
     }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +62,7 @@ pre-test {
</span>             reinplace -E "s|\\.so\[\[:space:\]\]+|.dylib |g" $path
         } elseif {[string match "*.py" ${path}]} {
             reinplace "s|^#!/usr/bin/env python$|#!${prefix}/bin/python2.7|" $path
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            reinplace {s|[[:<:]]LD_LIBRARY_PATH|DY&|} $path
</span>         }
     }
 
</pre><pre style='margin:0'>

</pre>