Changeset 98437


Ignore:
Timestamp:
Oct 5, 2012, 6:33:34 PM (12 years ago)
Author:
aronnax@…
Message:

py-scitools: enable livecheck for main port, but not for sub-ports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-scitools/Portfile

    r98411 r98437  
    3838                        port:py${python.version}-scipy
    3939
     40    livecheck.type      none
     41
     42} else {
     43
     44    set livecheck.distname ${basedistname}-(\[^"\]+)[quotemeta ${extract.suffix}]
     45
    4046}
    41 
    42 if {${name} == ${subport}} {
    43     livecheck.type      none
    44 }
Note: See TracChangeset for help on using the changeset viewer.