New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82386


Ignore:
Timestamp:
08/12/11 17:24:32 (4 years ago)
Author:
jmr@…
Message:

python portgroup: be less clever in checking if a stub should be set up; this way setting default_version before versions works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/python-1.0.tcl

    r82065 r82386  
    8181            subport py${v}[string trimleft $name py] { depends_lib port:python${v} } 
    8282        } 
    83         # check if none of the subport blocks was executed 
    84         if {![exists depends_lib]} { 
     83        if {$subport == $name || $subport == ""} { 
    8584            # set up py-foo as a stub port that depends on the default pyXY-foo 
    8685            distfiles 
Note: See TracChangeset for help on using the changeset viewer.