Ticket #38091: Portfile-alpine-2.20.diff

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

updated checksums

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                alpine
    7 version             2.00
    8 revision            5
     7version             2.20
     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
    35 }
     20master_sites        http://patches.freeiz.com/alpine/patches/${distname}/
     21use_xz              yes
     22checksums           rmd160 e969ff13bc0f18c5ac92e7e7cf1f35684b546d30 \
     23                    sha256 989dbfec4bc2682fff14b4cbd2923ec1f1fd27c41a93e49f1ea7db8d795dc4e5
    3624
    3725default_variants    +without_tcl
    3826