[80980] trunk/dports/devel/stgit/Portfile

blair at macports.org blair at macports.org
Fri Jul 22 15:40:45 PDT 2011


Revision: 80980
          http://trac.macports.org/changeset/80980
Author:   blair at macports.org
Date:     2011-07-22 15:40:43 -0700 (Fri, 22 Jul 2011)
Log Message:
-----------
stgit: upgrade to using python27 instead of python26.

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

Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile	2011-07-22 22:17:04 UTC (rev 80979)
+++ trunk/dports/devel/stgit/Portfile	2011-07-22 22:40:43 UTC (rev 80980)
@@ -2,11 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
 name                stgit
 version             0.15
-revision            2
+revision            3
 categories          devel python
 platforms           darwin
 maintainers         boeyms openmaintainer
@@ -39,13 +39,13 @@
 set stgman          ""
 
 post-build {
-    system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.6 make all"
+    system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all"
 }
 
 python.link_binaries_suffix
 
 post-destroot {
-    move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6/share/stgit/ \
+    move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/share/stgit/ \
         ${destroot}${prefix}/share/
 
     # Install what little documentation there is
@@ -67,7 +67,7 @@
     lappend stgman ${worksrcpath}/Documentation/*.1
     depends_build-append    port:asciidoc port:xmlto
     post-build {
-        system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.6 make all doc"
+        system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all doc"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110722/0130cdc7/attachment-0001.html>


More information about the macports-changes mailing list