<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/28289acb832ec0ca610a276ac70c2e4b4614ebe1">https://github.com/macports/macports-ports/commit/28289acb832ec0ca610a276ac70c2e4b4614ebe1</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 28289ac  apache2 2.4.29: remove the redundant ${prefix}/etc/apache2/original dir
</span>28289ac is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 28289acb832ec0ca610a276ac70c2e4b4614ebe1
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Nov 16 15:32:59 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    apache2 2.4.29: remove the redundant ${prefix}/etc/apache2/original dir
</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 b542cf0..a01ba11 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.29
<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} {mps @Schamschula} pixilla openmaintainer
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,13 +107,13 @@ post-build {
</span> }
 
 post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     move ${destroot}${apache2.sysconfdir}/httpd.conf \
         ${destroot}${apache2.sysconfdir}/httpd.conf.orig
     foreach f [glob -tails -directory ${destroot}${apache2.sysconfdir}/extra/ *] {
         move ${destroot}${apache2.sysconfdir}/extra/${f} \
             ${destroot}${apache2.sysconfdir}/extra/${f}.orig
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete ${destroot}${apache2.sysconfdir}/original
</span> 
     xinstall -m 755 -d  ${destroot}${apache2.datadir}
     xinstall -m 755 -d  ${destroot}${apache2.runtimedir}
</pre><pre style='margin:0'>

</pre>