Ticket #55034: TeXShop3.diff
File TeXShop3.diff, 949 bytes (added by ryandesign (Ryan Carsten Schmidt), 7 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup xcode 1.0 5 PortGroup xcodeversion 1.0 5 6 6 7 name TeXShop3 7 8 conflicts TeXShop … … 33 34 checksums rmd160 4e9496f08c1ef989ff4a2754c79984510505484d \ 34 35 sha256 e9e4eeaec00456930589871cbca803897637f6a194faaaa318fc0c9163c46637 35 36 37 minimum_xcodeversions {16 9} 38 36 39 pre-fetch { 37 40 platform darwin { 38 if {${os.major} < 1 1} {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" 41 44 } 42 45 } 43 46 }