Ticket #22675: Portfile.patch

File Portfile.patch, 869 bytes (added by mail@…, 14 years ago)

diff -u Portfile.org Portfile

  • Portfile

    old new  
    44PortGroup xcode 1.0
    55
    66name                    Lingon
    7 version                 2.1
     7version                 2.1.1
    88categories              aqua sysutils
    99platforms               darwin
    1010maintainers             bfulgham
     
    1616                       
    1717                       
    1818master_sites            sourceforge:lingon
    19 checksums               md5 648c4ef122253110d28a950949c5d570 \
    20                                 sha1 31e4a6f9eb8193abafa1641f029c34619b856334
     19checksums               md5 ddd342d070c117314117209296cceb75 \
     20                                sha1 70ae697e1340e343c97bdab879e66d14c50f945d
    2121
    2222use_zip                 yes
    2323distname                ${name}Source-${version}
    2424
    2525pre-fetch {
    2626    if {[variant_isset darwin_7] || [variant_isset darwin_8]} {
    27         return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."
     27        return -code error "${name} ${version} only builds on Mac OS X >= Leopard (10.5.x). Sorry."
    2828    }
    2929}
    3030