Ticket #22178: Portfile-pine.2.diff

File Portfile-pine.2.diff, 1.3 KB (added by BlackFrog1, 13 years ago)

Changed maintainer, license, checksum

  • Portfile

    old new  
    44name            pine
    55version         4.64
    66categories      mail
    7 maintainers     fuzzymagic.com:sean
     7license         UW's Pine License
     8maintainers     nomaintainer
    89description     Pine - a Program for Internet News and Email
    910homepage        http://www.washington.edu/pine/
    1011platforms       darwin
     
    1516
    1617master_sites    ftp://ftp.cac.washington.edu/pine/ \
    1718                ftp://ftp.cac.washington.edu/pine/old/
    18 checksums   md5 75af127948cc0c701d424d22d621f792
     19checksums   md5    75af127948cc0c701d424d22d621f792 \
     20            sha1   ff73928c51bfd3786cd6b49d84120e12ab5d5c1c \
     21            rmd160 e72c46f7e3b70cc25bf98a78bca75f4bea6f089d
    1922distname        ${name}${version}
    2023extract.suffix  .tar.Z
    2124
     
    3033    macosx_deployment_target 10.4
    3134}
    3235
    33 if {${os.platform} == "darwin" && ${os.major} >= 10} {
    34     pre-fetch {
    35         return -code error "$name does not build on Snow Leopard. Consider using alpine instead."
    36     }
     36pre-fetch {
     37        if {${os.platform} == "darwin" && ${os.major} >= 10} {
     38                ui_error "Pine development ended with version 4.64 and evolved into the upwards-compatible replacement Alpine.  Also, this version does not build on Snow Leopard."
     39                return -code error "incompatible Mac OS X version"
     40        }
    3741}
    3842
    3943destroot        { xinstall -m 755 -d \