Changeset 98420


Ignore:
Timestamp:
Oct 5, 2012, 9:16:14 AM (12 years ago)
Author:
ryandesign@…
Message:

transmission: now requires Mountain Lion or newer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/transmission/Portfile

    r98417 r98420  
    5454}
    5555
    56 if {${os.major} < 11} {
     56if {${os.major} < 12} {
    5757    pre-fetch {
    58         ui_error "${name} ${version} requires Mac OS X 10.7 or greater."
    59         return -code error "incompatible Mac OS X version"
     58        ui_error "${name} ${version} requires OS X 10.8 or greater."
     59        return -code error "incompatible OS X version"
    6060    }
    6161}
Note: See TracChangeset for help on using the changeset viewer.