[124264] trunk/dports/multimedia/mythtv-core.26/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Thu Aug 21 19:19:05 PDT 2014


Revision: 124264
          https://trac.macports.org/changeset/124264
Author:   ctreleaven at macports.org
Date:     2014-08-21 19:19:05 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
mythtv-core.26: update Python install hack to 2.7

Modified Paths:
--------------
    trunk/dports/multimedia/mythtv-core.26/Portfile

Modified: trunk/dports/multimedia/mythtv-core.26/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.26/Portfile	2014-08-22 01:05:03 UTC (rev 124263)
+++ trunk/dports/multimedia/mythtv-core.26/Portfile	2014-08-22 02:19:05 UTC (rev 124264)
@@ -148,8 +148,8 @@
     reinplace -locale C "s#\${BRANCH}#${mythbranch}#g" ${sedPath}version.sh
 
     ui_info "Make Myth scripts use MacPorts Python  <<<<"
-    # Hack to install Python bindings in ${prefix}/Library/Frameworks/Python.framework/Versions/2.6
-    reinplace -locale C "s|\$(ROOT_FLAGS) \$(PREFIX_FLAGS)|\$(ROOT_FLAGS) \--prefix=\"${frameworks_dir}/Python.framework/Versions/2.6\"|" \
+    # Hack to install Python bindings in ${prefix}/Library/Frameworks/Python.framework/Versions/2.7
+    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
     reinplace -locale C "s|#!python|#!${pythonbin}|" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/d7522544/attachment.html>


More information about the macports-changes mailing list