<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/537bed187c1488134189f2f7bca04ad25ed0f8a1">https://github.com/macports/macports-ports/commit/537bed187c1488134189f2f7bca04ad25ed0f8a1</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 537bed1 mythweb.28: more fixes for new apache2 layout
</span>537bed1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 537bed187c1488134189f2f7bca04ad25ed0f8a1
</span>Author: Craig Treleaven <ctreleaven@macports.org>
AuthorDate: Wed Nov 22 21:56:36 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> mythweb.28: more fixes for new apache2 layout
</span>---
multimedia/mythweb.28/Portfile | 11 ++++-------
multimedia/mythweb.28/files/patch-mythweb.conf.diff | 8 ++++----
2 files changed, 8 insertions(+), 11 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mythweb.28/Portfile b/multimedia/mythweb.28/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 24dfb66..fd1a927 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mythweb.28/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mythweb.28/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,9 +29,9 @@ long_description MythWeb provides a frontend to MythTV using a web browser. \
</span>
homepage https://www.mythtv.org/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set perlver perl5.24
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set perlver perl5.26
</span> set perlbin ${prefix}/bin/${perlver}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set perlmodver p5.24
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set perlmodver p5.26
</span> set phpver php54
set webroot ${prefix}/www/apache2/html
#set webroot ${prefix}/apache2/htdocs
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,7 @@ depends_run port:mythtv-core${majorversion} \
</span> port:${phpver}-posix \
port:${phpver}-sockets
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# mythtv-core already ensures p5.22-dbd-mysql +mariadb variant is active.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# mythtv-core already ensures p5.26-dbd-mysql +mariadb variant is active.
</span> # No need to repeat here
patchfiles patch-mythweb.conf.diff
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,10 +79,7 @@ destroot {
</span> file rename ${destroot}${webroot}/mythweb-${shorthash} \
${destroot}${webroot}/MythWeb
system "chown -R _www:_www ${destroot}${webroot}/MythWeb/data"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# destroot.violate_mtree yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# destroot.keepdirs \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ destroot.keepdirs \
</span> ${destroot}${webroot}/MythWeb/data/cache \
${destroot}${webroot}/MythWeb/data/tv_icons
}
<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 7d55327..b50f086 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@/www/apache2/MythWeb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++Alias /MythWeb @PREFIX@/www/apache2/html/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@/www/apache2/MythWeb/data>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ <Directory @PREFIX@/www/apache2/html/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@/www/apache2/MythWeb>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ <Directory @PREFIX@/www/apache2/html/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@/www/apache2/MythWeb"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ setenv include_path "@PREFIX@/www/apache2/html/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>