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

jmr at macports.org jmr at macports.org
Fri Jul 10 09:09:59 PDT 2009


Revision: 53628
          http://trac.macports.org/changeset/53628
Author:   jmr at macports.org
Date:     2009-07-10 09:09:58 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
spe: update to 0.8.4.h, use python25, update homepage

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

Modified: trunk/dports/editors/spe/Portfile
===================================================================
--- trunk/dports/editors/spe/Portfile	2009-07-10 16:06:43 UTC (rev 53627)
+++ trunk/dports/editors/spe/Portfile	2009-07-10 16:09:58 UTC (rev 53628)
@@ -1,11 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python25 1.0
 
 name			spe
-version			0.8.2.a
-revision                1
+version			0.8.4.h
 categories		editors python
 platforms		darwin
 maintainers		nomaintainer
@@ -14,15 +13,19 @@
 				Free Python IDE with Blender, Kiki, PyChecker,  \
 				Remote Debugger, Uml and wxGlade support. 
 
-homepage		http://www.stani.be/python/spe/blog/
+homepage		http://pythonide.blogspot.com/
 master_sites	http://download.berlios.de/python/
-distname		SPE-${version}-wx2.6.1.0
-checksums		md5 d5d5a55414aa2410ac430f7e79b271e5
+distname		spe-${version}-wx2.6.1.0
+checksums		md5 55230b8b643b273912a1d6c3163cca27 \
+			sha1 09d89c347976d984cd1e2c9c0c14d999520c8219
 
-depends_lib-append      port:py-wxpython26
+depends_lib-append	port:py25-wxpython
+depends_run		port:py25-checker
 
+worksrcdir		spe-${version}
+
 patch {
-	reinplace "s|python|pythonw2.4|1" ${worksrcpath}/spe
+	reinplace "s|/usr/bin/env python|${prefix}/bin/pythonw2.5|1" ${worksrcpath}/_spe/spe
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090710/a54786ec/attachment.html>


More information about the macports-changes mailing list