[79821] trunk/dports/python

jeremyhu at macports.org jeremyhu at macports.org
Sun Jun 26 19:45:14 PDT 2011


Revision: 79821
          http://trac.macports.org/changeset/79821
Author:   jeremyhu at macports.org
Date:     2011-06-26 19:45:11 -0700 (Sun, 26 Jun 2011)
Log Message:
-----------
py27-orbit: New port based on py26-orbit

Modified Paths:
--------------
    trunk/dports/python/py27-orbit/Portfile

Added Paths:
-----------
    trunk/dports/python/py27-orbit/

Modified: trunk/dports/python/py27-orbit/Portfile
===================================================================
--- trunk/dports/python/py26-orbit/Portfile	2011-06-27 00:27:18 UTC (rev 79820)
+++ trunk/dports/python/py27-orbit/Portfile	2011-06-27 02:45:11 UTC (rev 79821)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-name            py26-orbit
+name            py27-orbit
 set my_name     pyorbit
 version         2.24.0
 set branch      [join [lrange [split $version .] 0 1] .]
@@ -26,18 +26,18 @@
                 sha1    f9877ce9672ed3c3d001b86924f1b6514a79efc9 \
                 rmd160  55aa1c3ac0739d398d8e9bbda93ef36f7c659360
 
-depends_lib     port:python26 \
+depends_lib     port:python27 \
                 port:orbit2
 
-set python.prefix   ${frameworks_dir}/Python.framework/Versions/2.6
+set python.prefix   ${frameworks_dir}/Python.framework/Versions/2.7
 
 patchfiles      patch-configure.diff
 post-patch {
    reinplace "s|@@PYTHON_PREFIX@@|${python.prefix}|g" ${worksrcpath}/configure
 }
 
-configure.args  --includedir=${python.prefix}/include/python2.6
-configure.python ${prefix}/bin/python2.6
+configure.args  --includedir=${python.prefix}/include/python2.7
+configure.python ${prefix}/bin/python2.7
 
 use_parallel_build  yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110626/8491bceb/attachment.html>


More information about the macports-changes mailing list