[66325] trunk/dports/devel/PIDA/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 9 02:37:42 PDT 2010


Revision: 66325
          http://trac.macports.org/changeset/66325
Author:   ryandesign at macports.org
Date:     2010-04-09 02:37:41 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
PIDA: update to use python 2.6

Modified Paths:
--------------
    trunk/dports/devel/PIDA/Portfile

Modified: trunk/dports/devel/PIDA/Portfile
===================================================================
--- trunk/dports/devel/PIDA/Portfile	2010-04-09 09:34:04 UTC (rev 66324)
+++ trunk/dports/devel/PIDA/Portfile	2010-04-09 09:37:41 UTC (rev 66325)
@@ -1,11 +1,11 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
 name            PIDA
 version         0.5.1
-revision        3
+revision        4
 description     The Python Integrated Development Application
 long_description ${description}
 maintainers     nomaintainer
@@ -14,10 +14,12 @@
 homepage        http://pida.co.uk/
 master_sites    googlecode:pida
 checksums	md5 d24bbdc2c07172062cf55dffe58c85f6
-depends_lib     port:py25-gtk \
-                port:py25-gnome \
+depends_lib     port:py26-gtk \
+                port:py26-gnome \
                 port:kiwi \
                 port:librsvg \
                 port:vte \
 
 patchfiles      patch-moo-stub.c.diff
+
+python.link_binaries_suffix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/bb7d0fa6/attachment.html>


More information about the macports-changes mailing list