[71400] trunk/dports/editors/spe/Portfile

jmr at macports.org jmr at macports.org
Sat Sep 11 19:08:17 PDT 2010


Revision: 71400
          http://trac.macports.org/changeset/71400
Author:   jmr at macports.org
Date:     2010-09-11 19:08:15 -0700 (Sat, 11 Sep 2010)
Log Message:
-----------
spe: use python26 (requested in IRC)

Modified Paths:
--------------
    trunk/dports/editors/spe/Portfile

Modified: trunk/dports/editors/spe/Portfile
===================================================================
--- trunk/dports/editors/spe/Portfile	2010-09-12 02:00:03 UTC (rev 71399)
+++ trunk/dports/editors/spe/Portfile	2010-09-12 02:08:15 UTC (rev 71400)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
 name			spe
 version			0.8.4.h
@@ -19,13 +19,13 @@
 checksums		md5 55230b8b643b273912a1d6c3163cca27 \
 			sha1 09d89c347976d984cd1e2c9c0c14d999520c8219
 
-depends_lib-append	port:py25-wxpython
-depends_run		port:py25-checker
+depends_lib-append	port:py26-wxpython
+depends_run		port:py26-checker
 
 worksrcdir		spe-${version}
 
 patch {
-	reinplace "s|/usr/bin/env python|${prefix}/bin/pythonw2.5|1" ${worksrcpath}/_spe/spe
+	reinplace "s|/usr/bin/env python|${prefix}/bin/pythonw2.6|1" ${worksrcpath}/_spe/spe
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100911/c87d6ce9/attachment.html>


More information about the macports-changes mailing list