[127074] trunk/dports/sysutils/python_select/Portfile

larryv at macports.org larryv at macports.org
Mon Oct 20 09:38:08 PDT 2014


Revision: 127074
          https://trac.macports.org/changeset/127074
Author:   larryv at macports.org
Date:     2014-10-20 09:38:08 -0700 (Mon, 20 Oct 2014)
Log Message:
-----------
python_select: Support Yosemite's system Python (#45490)

Modified Paths:
--------------
    trunk/dports/sysutils/python_select/Portfile

Modified: trunk/dports/sysutils/python_select/Portfile
===================================================================
--- trunk/dports/sysutils/python_select/Portfile	2014-10-20 16:26:18 UTC (rev 127073)
+++ trunk/dports/sysutils/python_select/Portfile	2014-10-20 16:38:08 UTC (rev 127074)
@@ -5,7 +5,7 @@
 
 name                    python_select
 version                 0.3
-revision                3
+revision                4
 categories              sysutils
 platforms               darwin
 license                 BSD
@@ -71,6 +71,13 @@
     }
 }
 
+platform darwin 14 {
+    post-destroot {
+        select::install python ${filespath}/python26-apple.mtln python26-apple
+        select::install python ${filespath}/python27-apple.mtln python27-apple
+    }
+}
+
 livecheck.type     none
 
 # Documentation for python ports:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141020/c3646614/attachment-0001.html>


More information about the macports-changes mailing list