<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/550a1f8679c401e9657f978f9de6a2158e1ad731">https://github.com/macports/macports-ports/commit/550a1f8679c401e9657f978f9de6a2158e1ad731</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 550a1f8  subversion: update apxs path for apache2 (2.4.x)
</span>550a1f8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 550a1f8679c401e9657f978f9de6a2158e1ad731
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Oct 16 08:32:36 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    subversion: update apxs path for apache2 (2.4.x)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/55102
</span>---
 devel/subversion/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/subversion/Portfile b/devel/subversion/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b134a06..6826882 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/subversion/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/subversion/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@ PortSystem 1.0
</span> 
 name                   subversion
 version                        1.9.7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories                devel
 platforms              darwin
 maintainers            {geeklair.net:dluke @danielluke} blair
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,13 +90,11 @@ post-activate {              if {![file exists ${prefix}/etc/subversion/servers]} {
</span>                   }
 
 variant mod_dav_svn    description {Install the subversion apache module (mod_dav_svn)} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        depends_build path:apache2/bin/apxs:apache2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                   depends_build path:bin/apxs:apache2
</span>                   configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                --with-apxs=${prefix}/apache2/bin/apxs \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                           --with-apxs=${prefix}/bin/apxs \
</span>                           --disable-mod-activation
                        configure.args-delete --without-apxs
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                   destroot.violate_mtree yes
</span>                   }
 
 variant no_bdb         description {Build without support for BerkeleyDB repositories} {
</pre><pre style='margin:0'>

</pre>