[124265] trunk/dports/multimedia/mythtv-core.25/Portfile

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


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

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

Modified: trunk/dports/multimedia/mythtv-core.25/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-core.25/Portfile	2014-08-22 02:19:05 UTC (rev 124264)
+++ trunk/dports/multimedia/mythtv-core.25/Portfile	2014-08-22 02:25:40 UTC (rev 124265)
@@ -122,8 +122,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/2366ef0c/attachment.html>


More information about the macports-changes mailing list