Ticket #11876: mutt-1.5.15.diff

File mutt-1.5.15.diff, 1.7 KB (added by olaf@…, 17 years ago)

diff of the old Portfile to the new one

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name        mutt-devel
    5 version     1.5.14
     5version     1.5.15
    66revision    1
    77categories  mail
    8 maintainers nomaintainer@macports.org
     8maintainers olaf@foellinger.de
    99description Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc)
    1010homepage    http://www.mutt.org/
    1111platforms   darwin
     
    2020
    2121master_sites        ftp://ftp.mutt.org/mutt/devel/
    2222distname            mutt-${version}
    23 checksums       ${distfiles} md5 6d33b4f0074e39772021d947c49b30c6 \
    24                 ${distfiles} sha1 7be098c13302fab8a954095d17a9a64e1e1519c1 \
    25                 ${distfiles} rmd160 ed4eeaf75d37757ed5b370e9763b6f8524df5ca7
     23checksums       ${distfiles} md5 b2c1eb45fd958f6589ee52a98f2a3ce1
     24                ${distfiles} sha1 1adabf6e07e099bb664c83e3c0100bbbdfec7a9a
     25                ${distfiles} rmd160 0cc084d2fcdabc0bc41632fcff90703c206de3db
    2626patch.args          -p1
    2727default_variants    +pop +imap
    2828
     
    166166variant smtp {
    167167# Include internal SMTP relay support
    168168        configure.args-append --enable-smtp
    169         patch_sites-append  http://mutt.kublai.com/patches/
    170         if {[variant_isset cvs]} {
    171                 patchfiles-append   patch-cvs20061120.bc.smtp
    172                 checksums-append    patch-cvs20061120.bc.smtp md5 \
    173                     8d877606759cb87694ffc5a947b0463f
    174         } else {
    175                 patchfiles-append   patch-1.5.11.bc.smtp.14
    176                 checksums-append    patch-1.5.11.bc.smtp.14 md5 \
    177                     04011ba17634db4c3370d152c84b1ff2
    178                 depends_build-append    port:autoconf
    179         }
    180169}
    181170