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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/80d779e316762278cbcc471beb0503b0272836fb">https://github.com/macports/macports-ports/commit/80d779e316762278cbcc471beb0503b0272836fb</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 80d779e  mod_qos: add db48 dependency, and library path
</span>80d779e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 80d779e316762278cbcc471beb0503b0272836fb
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Oct 15 18:13:21 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mod_qos: add db48 dependency, and library path
</span>---
 www/mod_qos/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 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 84bdc8a..66c28c1 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;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                mod_qos
 version             11.43
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          www
 license             Apache-2
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +22,7 @@ depends_build       port:autoconf \
</span>                     port:automake
 
 depends_lib         port:apache2 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:db48 \
</span>                     port:libpng \
                     path:${prefix}lib/libssl.dylib:openssl \
                     port:pcre
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +30,7 @@ depends_lib         port:apache2 \
</span> patchfiles          patch-tools-Makefile.in.diff
 
 configure.dir       ${worksrcpath}/tools
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env       LDFLAGS=-L${prefix}/lib/db48
</span> build.dir           ${configure.dir}
 
 if {[variant_isset apache22]} {
</pre><pre style='margin:0'>

</pre>