Ticket #43954: fetchmail.diff

File fetchmail.diff, 1.4 KB (added by kurthindenburg (Kurt Hindenburg), 10 years ago)
  • fetchmail.Portfile

    old new  
    33PortSystem 1.0
    44
    55name            fetchmail
    6 version         6.3.24
     6version         6.3.26
    77categories      mail
    88platforms       darwin
    99license         {GPL-2 OpenSSLException}
     
    2929    read the mail, offline if you want, using Pine, \
    3030    mutt, or any standard mail user agent.
    3131
    32 homepage        http://fetchmail.berlios.de
    33 master_sites    http://download2.berlios.de/${name} \
    34                 http://download.berlios.de/${name}
    35 use_bzip2       yes
    36 
    37 checksums       md5     111a121fe2bc66e5d69868acf5dcd645 \
    38                 sha1    b092892ec3c380f2ee0814053a1cfa16cf203223 \
    39                 rmd160  471871d0ddd09376bb1ff7476a9303b3672395bc
     32homepage                http://www.fetchmail.info
     33set branch              [join [lrange [split ${version} .] 0 1] .]
     34master_sites    sourceforge:project/${name}/branch_${branch}
     35
     36use_xz                  yes
     37
     38checksums               sha1    de8dbe62a8edfa232ee4278257a1fe67aa1c797a \
     39                                rmd160  ce9a54b6d11da4c5e042c760284f8b3c6ac5a4ff
    4040
    4141depends_lib     port:gettext port:kerberos5
    4242
     
    5454startupitem.start       "${prefix}/bin/fetchmail -f ${prefix}/etc/.fetchmail -d120"
    5555startupitem.stop        "${prefix}/bin/fetchmail -quit"
    5656
    57 livecheck.type          regex
    58 livecheck.url           ${homepage}
    59 livecheck.regex         "[quotemeta [string toupper ${name}]] (\\d+(?:\\.\\d+)*) RELEASE"
    60 
    6157variant ssl description "Support secure connections using OpenSSL" {
    6258    depends_lib-append          port:openssl
    6359    configure.args-delete       --without-ssl