<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/48d386a86929645f972f6deaad67c81ed44962ea">https://github.com/macports/macports-ports/commit/48d386a86929645f972f6deaad67c81ed44962ea</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 48d386a  mod_proxy_html: add mode line, fix white space
</span>48d386a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 48d386a86929645f972f6deaad67c81ed44962ea
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Oct 13 18:06:43 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mod_proxy_html: add mode line, fix white space
</span>---
 www/mod_proxy_html/Portfile | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/mod_proxy_html/Portfile b/www/mod_proxy_html/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a57dde7..50116d7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/mod_proxy_html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/mod_proxy_html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,5 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> PortSystem          1.0
 
 name                mod_proxy_html
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,16 +26,16 @@ build.target
</span> 
 destroot.violate_mtree yes
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  xinstall -m 755 -d ${destroot}${prefix}/apache2/modules
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  xinstall -m 755 -d ${destroot}${prefix}/apache2/conf/extra
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  system "${prefix}/apache2/build/instdso.sh SH_LIBTOOL='${prefix}/share/apr-1/build/libtool' ${worksrcpath}/${name}.la ${destroot}${prefix}/apache2/modules"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  xinstall -m 755 ${worksrcpath}/proxy_html.conf ${destroot}${prefix}/apache2/conf/extra
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 -d ${destroot}${prefix}/apache2/modules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 -d ${destroot}${prefix}/apache2/conf/extra
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system "${prefix}/apache2/build/instdso.sh SH_LIBTOOL='${prefix}/share/apr-1/build/libtool' ${worksrcpath}/${name}.la ${destroot}${prefix}/apache2/modules"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 ${worksrcpath}/proxy_html.conf ${destroot}${prefix}/apache2/conf/extra
</span> }
 
 post-install {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  ui_msg "\nNow edit ${prefix}/apache2/httpd.conf and add the following lines at the end of the LoadModules section:\n"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  ui_msg " LoadFile ${prefix}/lib/libxml2.dylib"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  ui_msg " LoadModule proxy_html_module  modules/mod_proxy_html.so"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  ui_msg "\n...also add this line to the bottom of ${prefix}/apache2/httpd.conf\n"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-  ui_msg " <IfModule proxy_html>\n   Include conf/extra/proxy_html.conf\n </IfModule>\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "\nNow edit ${prefix}/apache2/httpd.conf and add the following lines at the end of the LoadModules section:\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg " LoadFile ${prefix}/lib/libxml2.dylib"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg " LoadModule proxy_html_module  modules/mod_proxy_html.so"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "\n...also add this line to the bottom of ${prefix}/apache2/httpd.conf\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg " <IfModule proxy_html>\n   Include conf/extra/proxy_html.conf\n </IfModule>\n"
</span> }
</pre><pre style='margin:0'>

</pre>