<pre style='margin:0'>
Craig Treleaven (ctreleaven) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/903bc67493ba76dbf8efef55ac34b41126d0a600">https://github.com/macports/macports-ports/commit/903bc67493ba76dbf8efef55ac34b41126d0a600</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 903bc67  mythweb.28: update patch for recent apache2 changes
</span>903bc67 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 903bc67493ba76dbf8efef55ac34b41126d0a600
</span>Author: Craig Treleaven <ctreleaven@macports.org>
AuthorDate: Mon Nov 13 19:58:49 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mythweb.28: update patch for recent apache2 changes
</span>---
 multimedia/mythweb.28/files/patch-mythweb.conf.diff | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mythweb.28/files/patch-mythweb.conf.diff b/multimedia/mythweb.28/files/patch-mythweb.conf.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 37af99a..7d55327 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mythweb.28/files/patch-mythweb.conf.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mythweb.28/files/patch-mythweb.conf.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@
</span>  # requirements and troubleshooting, along with the comments in this file.
  #
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+Alias /MythWeb @PREFIX@/apache2/htdocs/MythWeb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++Alias /MythWeb @PREFIX@/www/apache2/MythWeb
</span> +
  ############################################################################
  # If you intend to use authentication for MythWeb (see below), you will
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,14 +14,14 @@
</span>  #    /srv/www/htdocs/mythweb
  #
 -    <Directory "/var/www/html/data">
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+    <Directory @PREFIX@/apache2/htdocs/MythWeb/data>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++    <Directory @PREFIX@/www/apache2/MythWeb/data>
</span>          # For Apache 2.2
          #Options -All +FollowSymLinks +IncludesNoExec
          # For Apache 2.4+
          Options +FollowSymLinks +IncludesNoExec
      </Directory>
 -    <Directory "/var/www/html" >
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+    <Directory @PREFIX@/apache2/htdocs/MythWeb>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++    <Directory @PREFIX@/www/apache2/MythWeb>
</span>  
      ############################################################################
      # I *strongly* urge you to turn on authentication for MythWeb.  It is disabled
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@
</span>          # contains the directories like languages and templates.  eg.
          #
 -        #   setenv include_path      "/usr/share/mythweb"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+           setenv include_path      "@PREFIX@/apache2/htdocs/MythWeb"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++           setenv include_path      "@PREFIX@/www/apache2/MythWeb"
</span>  
          # If you want MythWeb to email php/database errors (and a backtrace) to you,
          # uncomment and set the email address below.
</pre><pre style='margin:0'>

</pre>