<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/62b65b60adee5678cdf61cde0d622a9ce2cc02c3">https://github.com/macports/macports-ports/commit/62b65b60adee5678cdf61cde0d622a9ce2cc02c3</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 62b65b6  apache2: fix incomplete variable swap
</span>62b65b6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 62b65b60adee5678cdf61cde0d622a9ce2cc02c3
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Oct 19 05:46:31 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    apache2: fix incomplete variable swap
</span>---
 www/apache2/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/apache2/Portfile b/www/apache2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd0d7d3..c3f4691 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/apache2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/apache2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           apache2 1.0
</span> 
 name                apache2
 version             2.4.28
<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
 maintainers         {ryandesign @ryandesign} mathiesen.info:macintosh pixilla openmaintainer
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -133,7 +133,7 @@ pre-activate {
</span> 
 post-activate {
     if {![file exists ${apache2.sysconfdir}/httpd.conf]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        file copy ${apache2.sysconfdir}/httpd.conf.orig ${confDir}/httpd.conf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        file copy ${apache2.sysconfdir}/httpd.conf.orig ${apache2.sysconfdir}/httpd.conf
</span>         reinplace "s|#LoadModule slotmem_shm_module|LoadModule slotmem_shm_module|g" \
         ${apache2.sysconfdir}/httpd.conf
     }
</pre><pre style='margin:0'>

</pre>