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

blair at macports.org blair at macports.org
Mon Nov 2 19:15:54 PST 2009


Revision: 60138
          http://trac.macports.org/changeset/60138
Author:   blair at macports.org
Date:     2009-11-02 19:15:51 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Switch to using Python 2.6.

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

Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile	2009-11-03 02:49:59 UTC (rev 60137)
+++ trunk/dports/devel/stgit/Portfile	2009-11-03 03:15:51 UTC (rev 60138)
@@ -2,11 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python25 1.0
+PortGroup           python26 1.0
 
 name                stgit
 version             0.14.3
-revision            1
+revision            2
 categories          devel python
 platforms           darwin
 maintainers         boeyms openmaintainer
@@ -37,6 +37,8 @@
 set stgman      ""
 
 post-destroot {
+    ln -s ${python.prefix}/bin/stg ${destroot}${prefix}/bin/stg
+
     # Install what little documentation there is
     xinstall -m 644 -W ${worksrcpath} COPYING README \
         ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/f1b512f4/attachment-0001.html>


More information about the macports-changes mailing list