Ticket #38091: Portfile-alpine.diff

File Portfile-alpine.diff, 1.8 KB (added by jerryyhom, 9 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                alpine
    7 version             2.00
    8 revision            5
     7version             2.11
     8revision            0
    99categories          mail
    1010license             Apache-2
    1111maintainers         netpurgatory.com:john openmaintainer
    1212platforms           darwin
    1313
    14 homepage            http://www.washington.edu/alpine/
     14homepage            http://patches.freeiz.com
    1515description         alpine - a Program for Internet News and Email
    1616long_description    Alpine is a tool for reading, sending, and \
    1717                    managing electronic messages that was designed \
    1818                    with novice users in mind.
    1919
    20 master_sites        ftp://ftp.cac.washington.edu/alpine/ \
    21                     ftp://ftp.cac.washington.edu/alpine/old/
    22 use_bzip2           yes
    23 checksums           md5 84e44cbf71ed674800a5d57eed9c1c52
    24 
    25 patchfiles          patch-Makefile.in.diff \
    26                     patch-configure.diff \
    27                     patch-imap_Makefile.diff \
    28                     alpine-2.00_panic_rename.patch
    29 patch.pre_args      -p1
    30 if {${os.platform} eq "darwin" && ${os.major} >= 10} {
    31     patchfiles-append   alpine-osx-10.6.patch
    32 }
    33 post-patch {
    34     reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/imap/Makefile
     20master_sites        http://patches.freeiz.com/alpine/patches/${distname}/
     21use_xz              yes
     22checksums           rmd160 ee3105682357175c87b9a91c1d008a69740008c9 \
     23                    sha256 50dab64fda64fca8a810de6c9013279a986404ee799a5e21d32bd5cf066ac977
     24
     25patchfiles          patch-alpine-2.11-alpine-Makefile.in.diff
     26if {${os.platform} eq "darwin" && ${os.major} == 14} {
     27    patchfiles-append  patch-yosemite-panic-rename.diff
    3528}
     29patch.pre_args      -p1
    3630
    3731default_variants    +without_tcl
    3832