<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/2f53b508395b14f4594e203a0eba98970f4eadbc">https://github.com/macports/macports-ports/commit/2f53b508395b14f4594e203a0eba98970f4eadbc</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 2f53b50 mod_qos: fix whitespace
</span>2f53b50 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2f53b508395b14f4594e203a0eba98970f4eadbc
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Oct 15 16:27:38 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> mod_qos: fix whitespace
</span>---
www/mod_qos/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<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 0639d61..84bdc8a 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;'>@@ -21,7 +21,7 @@ checksums rmd160 bfbcc9831dd1256e8060f20ddc49fc5a31082fa6 \
</span> depends_build port:autoconf \
port:automake
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib port:apache2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib port:apache2 \
</span> port:libpng \
path:${prefix}lib/libssl.dylib:openssl \
port:pcre
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,9 +53,9 @@ pre-destroot {
</span> }
post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 ${worksrcpath}/apache2/.libs/mod_qos.so ${mdir}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/images
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 755 ${worksrcpath}/apache2/.libs/mod_qos.so ${mdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/images
</span> xinstall -m 644 {*}[glob -type f ${worksrcpath}/doc/*] \
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 {*}[glob ${worksrcpath}/doc/images/*] \
</pre><pre style='margin:0'>
</pre>