[93125] trunk/dports/textproc/meld/Portfile

jmr at macports.org jmr at macports.org
Tue May 15 12:31:48 PDT 2012


Revision: 93125
          https://trac.macports.org/changeset/93125
Author:   jmr at macports.org
Date:     2012-05-15 12:31:47 -0700 (Tue, 15 May 2012)
Log Message:
-----------
meld: use python 2.7 (#30699)

Modified Paths:
--------------
    trunk/dports/textproc/meld/Portfile

Modified: trunk/dports/textproc/meld/Portfile
===================================================================
--- trunk/dports/textproc/meld/Portfile	2012-05-15 19:29:41 UTC (rev 93124)
+++ trunk/dports/textproc/meld/Portfile	2012-05-15 19:31:47 UTC (rev 93125)
@@ -5,6 +5,7 @@
 
 name			meld
 version			1.4.0
+revision		1
 categories		textproc devel
 platforms		darwin
 maintainers		landonf
@@ -26,14 +27,14 @@
                     rmd160  5e244b450cd1a11b8eeb8176a77043a0a6eff63a
 
 depends_lib		port:intltool \
-			port:py26-gnome \
+			port:py27-gnome \
 			port:rarian
 
 post-patch {
 	reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/INSTALL
-	reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.6|" ${worksrcpath}/bin/meld
+	reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.7|" ${worksrcpath}/bin/meld
 }
 
 use_configure		no
 
-build.args	PYTHON=${prefix}/bin/python2.6
+build.args	PYTHON=${prefix}/bin/python2.7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120515/0eed1a1d/attachment.html>


More information about the macports-changes mailing list