[57530] trunk/dports/devel/unsermake/Portfile

takanori at macports.org takanori at macports.org
Sat Sep 12 09:42:46 PDT 2009


Revision: 57530
          http://trac.macports.org/changeset/57530
Author:   takanori at macports.org
Date:     2009-09-12 09:42:42 -0700 (Sat, 12 Sep 2009)
Log Message:
-----------
unsermake: switch to python 2.6

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

Modified: trunk/dports/devel/unsermake/Portfile
===================================================================
--- trunk/dports/devel/unsermake/Portfile	2009-09-12 15:53:49 UTC (rev 57529)
+++ trunk/dports/devel/unsermake/Portfile	2009-09-12 16:42:42 UTC (rev 57530)
@@ -4,7 +4,7 @@
 
 name            unsermake
 version         0.4-20070824
-revision        1
+revision        2
 categories      devel
 maintainers     nomaintainer
 description     Replacement for automake
@@ -20,10 +20,10 @@
 checksums       md5 b794f83bdc3f6205d1fd731da4e96d89
 worksrcdir      ${name}
 
-depends_run     port:python25
+depends_run     port:python26
 
 patch {
-    reinplace "s|exec python|exec ${prefix}/bin/python2.5|" ${worksrcpath}/unsermake
+    reinplace "s|exec python|exec ${prefix}/bin/python2.6|" ${worksrcpath}/unsermake
 }
 
 use_configure   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090912/16beceb1/attachment.html>


More information about the macports-changes mailing list