<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9d202b792faa91f4cea5ecc67eec152da86af8e2">https://github.com/macports/macports-ports/commit/9d202b792faa91f4cea5ecc67eec152da86af8e2</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 9d202b7  mythtv.27, mythtv.28: Use ${frameworks_dir}
</span>9d202b7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9d202b792faa91f4cea5ecc67eec152da86af8e2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Sep 15 19:41:01 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mythtv.27, mythtv.28: Use ${frameworks_dir}
</span>---
 multimedia/mythtv.27/Portfile | 2 +-
 multimedia/mythtv.28/Portfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mythtv.27/Portfile b/multimedia/mythtv.27/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f1fa24b..f987d8c 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mythtv.27/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mythtv.27/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -165,7 +165,7 @@ subport mythtv-core${majorversion} {
</span>           reinplace -locale C "s#\${BRANCH}#${mythbranch}#g" ${sedPath}version.sh
 
                ui_info "Make Myth scripts use MacPorts Python  <<<<"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # Hack to install Python bindings in ${prefix}/Library/Frameworks/Python.framework/Versions/2.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+           # Hack to install Python bindings in ${frameworks_dir}/Python.framework/Versions/2.7
</span>           reinplace -locale C "s|\$(ROOT_FLAGS) \$(PREFIX_FLAGS)|\$(ROOT_FLAGS) \--prefix=\"${frameworks_dir}/Python.framework/Versions/2.7\"|" \
                        ${sedPath}/bindings/python/Makefile
                reinplace -locale C "s|/usr/local|${prefix}|" ${worksrcpath}/mythtv/bindings/python/MythTV/static.py
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mythtv.28/Portfile b/multimedia/mythtv.28/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3668d48..7f1fa65 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mythtv.28/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mythtv.28/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -181,7 +181,7 @@ if {$subport eq "mythtv-core${majorversion}"} {
</span>         reinplace -locale C "s#\${BRANCH}#${mythbranch}#g" ${sedPath}version.sh
     
         ui_info "Make Myth scripts use MacPorts Python  <<<<"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Hack to install Python bindings in ${prefix}/Library/Frameworks/Python.framework/Versions/2.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Hack to install Python bindings in ${frameworks_dir}/Python.framework/Versions/2.7
</span>         reinplace -locale C "s|\$(ROOT_FLAGS) \$(PREFIX_FLAGS)|\$(ROOT_FLAGS) \--prefix=\"${frameworks_dir}/Python.framework/Versions/${pythonbranch}\"|" \
             ${sedPath}/bindings/python/Makefile
         reinplace -locale C "s|/usr/local|${prefix}|" ${worksrcpath}/mythtv/bindings/python/MythTV/static.py
</pre><pre style='margin:0'>

</pre>