Ticket #51053: Portfile-valgrind.diff

File Portfile-valgrind.diff, 683 bytes (added by chrstphrchvz (Christopher Chavez), 8 years ago)

Add OS X 10.11 El Capitan to supported versions

  • Portfile

    old new  
    8383    extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
    8484
    8585    pre-fetch {
    86         if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 14)} {
    87             ui_error "${subport} @${version} is only compatible with Mac OS X versions from 10.5 up to 10.10"
     86        if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 15)} {
     87            ui_error "${subport} @${version} is only compatible with Mac OS X versions from 10.5 up to 10.11"
    8888            return -code error "incompatible Mac OS X version"
    8989        }
    9090    }