Ticket #10679: postfix.diff

File postfix.diff, 1.6 KB (added by markd@…, 17 years ago)

Portfile diff 2.3.6 update

  • Portfile

    old new  
    22
    33PortSystem  1.0
    44name            postfix
    5 version         2.3.2
     5version         2.3.6
    66categories      mail
    77maintainers     yeled@macports.org
    88description     Fast and robust mail transfer agent
     
    1313            Postfix act as delivery daemon for ezmlm-idx.
    1414homepage        http://www.postfix.org/
    1515platforms       darwin
    16 checksums       md5 b1e482eea6a340041b8a637e62b15e3c
    17 master_sites    ftp://ftp.tau.ac.il/pub/unix/mail/postfix/official/ \
    18     http://postfix.problemlos.ch/release/official/ \
     16checksums       sha1 6675da860f92237357c0f23214131500951d99a8
     17master_sites http://postfix.problemlos.ch/release/official/ \
    1918    ftp://ftp.matrix.com.br/pub/postfix/official/ \
    2019    ftp://ftp.its.cz/MIRRORS/ftp.porcupine.org/mirrors/postfix-release/official/\
    2120    ftp://ftp.club-internet.fr/pub/mirrors/ftp.porcupine.org/postfix-release/official/\
     
    130129
    131130variant tls {
    132131    depends_lib-append  port:openssl
    133     set CCARGS      [concat ${CCARGS} -DUSE_TLS]
     132    set CCARGS      [concat ${CCARGS} -DUSE_TLS -DHAS_SSL -I${prefix}/include/openssl]
    134133    set AUXLIBS     [concat ${AUXLIBS} -lssl -lcrypto]
    135134}
    136135
    137136variant sasl {
    138137    depends_lib-append  port:cyrus-sasl2
    139     set CCARGS      [concat ${CCARGS} -DUSE_SASL_AUTH -I${prefix}/include/sasl]
     138    set CCARGS      [concat ${CCARGS} -DUSE_CYRUS_SASL -DUSE_SASL_AUTH -I${prefix}/include/sasl]
    140139    set AUXLIBS     [concat ${AUXLIBS} -lsasl2]
    141140}
    142141