Ticket #55034: TeXShop3.diff

File TeXShop3.diff, 949 bytes (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
  • Portfile

     
    22
    33PortSystem          1.0
    44PortGroup           xcode 1.0
     5PortGroup           xcodeversion 1.0
    56
    67name                TeXShop3
    78conflicts           TeXShop
     
    3334checksums           rmd160  4e9496f08c1ef989ff4a2754c79984510505484d \
    3435                    sha256  e9e4eeaec00456930589871cbca803897637f6a194faaaa318fc0c9163c46637
    3536
     37minimum_xcodeversions       {16 9}
     38
    3639pre-fetch {
    3740    platform darwin {
    38         if {${os.major} < 11} {
    39             ui_error "${name} requires at least 10.7, Lion"
    40             return -code error "This version is for 10.7, Lion, and later only"
     41        if {${os.major} < 16} {
     42            ui_error "${name} @${version} requires at least macOS 10.12 Sierra"
     43            return -code error "imcompatible macOS version"
    4144        }
    4245    }
    4346}