<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1bd7c2c9976ecf9f45842fa8c443046bba57ba1e">https://github.com/macports/macports-ports/commit/1bd7c2c9976ecf9f45842fa8c443046bba57ba1e</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 1bd7c2c  mod_qos: use standard depends_lib style
</span>1bd7c2c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1bd7c2c9976ecf9f45842fa8c443046bba57ba1e
</span>Author: Jan StarĂ½ <hans@stare.cz>
AuthorDate: Thu Apr 19 23:18:43 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    mod_qos: use standard depends_lib style
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    "path:" already implies "relative to $prefix";
</span><span style='display:block; white-space:pre;color:#404040;'>    almost all other ports just say "path:lib/libssl.dylib"
</span>---
 www/mod_qos/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/mod_qos/Portfile b/www/mod_qos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b52ae5a..dbec7c1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/mod_qos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/mod_qos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ depends_build       port:autoconf \
</span> depends_lib         port:apache2 \
                     port:db46 \
                     port:libpng \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    path:${prefix}lib/libssl.dylib:openssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/libssl.dylib:openssl \
</span>                     port:pcre
 
 patchfiles          patch-tools-Makefile.in.diff
</pre><pre style='margin:0'>

</pre>