[131104] trunk/dports/science/sbsat/Portfile

larryv at macports.org larryv at macports.org
Mon Jan 5 21:59:58 PST 2015


Revision: 131104
          https://trac.macports.org/changeset/131104
Author:   larryv at macports.org
Date:     2015-01-05 21:59:58 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
sbsat: Fall back to Python 2.7 instead of 2.5 (#46406)

I'm not sure the +jeremy variant actually works properly (python27 does
not install a `python` executable), but that's not the drum I'm beating
right now.

Modified Paths:
--------------
    trunk/dports/science/sbsat/Portfile

Modified: trunk/dports/science/sbsat/Portfile
===================================================================
--- trunk/dports/science/sbsat/Portfile	2015-01-06 05:43:37 UTC (rev 131103)
+++ trunk/dports/science/sbsat/Portfile	2015-01-06 05:59:58 UTC (rev 131104)
@@ -22,7 +22,7 @@
                     sha256  deeddec6495a8065c28f4bf29823d5e8b702688e61e777cc281cead3881b1f52
 
 variant jeremy description {Enable Jeremy's modifications} {
-    depends_run     path:bin/python:python25
+    depends_run     path:bin/python:python27
 
     patchfiles      patch-src-generator-Makefile.am.diff \
                     patch-src-generator-gentest.cc.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/be9c2463/attachment.html>


More information about the macports-changes mailing list