Ticket #52268: neomutt.patch

File neomutt.patch, 1.4 KB (added by lbschenkel (Leonardo Brondani Schenkel), 8 years ago)

update to 20160916

  • mail/neomutt/Portfile

    diff --git a/mail/neomutt/Portfile b/mail/neomutt/Portfile
    a b  
    44PortSystem          1.0
    55
    66name                neomutt
    7 version             20160910
     7version             20160916
    88categories          mail
    99platforms           darwin
    1010license             GPL-2
     
    2727
    2828depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
    2929
    30 master_sites        https://github.com/neomutt/neomutt/archive/
     30master_sites        https://github.com/neomutt/neomutt/releases/download/neomutt-${version}/
    3131checksums           ${distfiles} \
    32                     rmd160  f5a7d0c3d224ae9eeaa29a4bb9aa9b88d224258b \
    33                     sha256  cc1159c7210a706db765b7198ac53405d25e7577ff9e5cd2f1d062964213798b
     32                    rmd160  976fe21be5ceebce5189bad4a87cff752ec900e9 \
     33                    sha256  99e62e8b95125289c5d19df30127037276170dc50c98bbc711e2689366896b1e
    3434
    35 worksrcdir           neomutt-neomutt-${version}
    36 use_autoreconf      yes
    3735configure.args      --disable-warnings \
    3836                    --mandir=${prefix}/share/man \
    3937                    --with-docdir=${prefix}/share/doc/mutt \
     
    131129}
    132130
    133131notes "This port does not install the pgpring binary. Please install the signing-party port if you need it."
     132
     133livecheck.url       https://github.com/neomutt/neomutt/releases
     134livecheck.type      regex
     135livecheck.regex     {/neomutt/neomutt/releases/tag/neomutt-(\d{8})}