[112616] trunk/dports/sysutils/python_select/Portfile
raimue at macports.org
raimue at macports.org
Mon Oct 28 03:09:46 PDT 2013
Revision: 112616
https://trac.macports.org/changeset/112616
Author: raimue at macports.org
Date: 2013-10-28 03:09:46 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
sysutils/python_select:
Add support for OS X 10.9 Mavericks by reusing the Mountain Lion configuration files
Modified Paths:
--------------
trunk/dports/sysutils/python_select/Portfile
Modified: trunk/dports/sysutils/python_select/Portfile
===================================================================
--- trunk/dports/sysutils/python_select/Portfile 2013-10-28 04:31:14 UTC (rev 112615)
+++ trunk/dports/sysutils/python_select/Portfile 2013-10-28 10:09:46 UTC (rev 112616)
@@ -5,7 +5,7 @@
name python_select
version 0.3
-revision 2
+revision 3
categories sysutils
platforms darwin
license BSD
@@ -63,6 +63,14 @@
}
}
+platform darwin 13 {
+ post-destroot {
+ select::install python ${filespath}/python25-apple.mtln python25-apple
+ 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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/65c3d757/attachment.html>
More information about the macports-changes
mailing list