New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82173


Ignore:
Timestamp:
08/09/11 14:21:01 (4 years ago)
Author:
dports@…
Message:

pssh: use Python 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/pssh/Portfile

    r75763 r82173  
    33 
    44PortSystem          1.0 
    5 PortGroup           python26 1.0 
     5PortGroup           python27 1.0 
    66 
    77name                pssh 
    88version             2.2.2 
     9revision            1 
    910categories          sysutils net 
    1011platforms           darwin 
     
    1213license             BSD 
    1314maintainers         dports openmaintainer 
    14 depends_build       port:py26-distribute 
     15depends_build       port:py27-distribute 
    1516 
    1617description         parallel versions of ssh tools 
Note: See TracChangeset for help on using the changeset viewer.