New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80980


Ignore:
Timestamp:
07/22/11 15:40:43 (4 years ago)
Author:
blair@…
Message:

stgit: upgrade to using python27 instead of python26.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/stgit/Portfile

    r74631 r80980  
    33 
    44PortSystem          1.0 
    5 PortGroup           python26 1.0 
     5PortGroup           python27 1.0 
    66 
    77name                stgit 
    88version             0.15 
    9 revision            2 
     9revision            3 
    1010categories          devel python 
    1111platforms           darwin 
     
    4040 
    4141post-build { 
    42     system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.6 make all" 
     42    system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all" 
    4343} 
    4444 
     
    4646 
    4747post-destroot { 
    48     move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6/share/stgit/ \ 
     48    move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/share/stgit/ \ 
    4949        ${destroot}${prefix}/share/ 
    5050 
     
    6868    depends_build-append    port:asciidoc port:xmlto 
    6969    post-build { 
    70         system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.6 make all doc" 
     70        system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all doc" 
    7171    } 
    7272} 
Note: See TracChangeset for help on using the changeset viewer.