Ticket #52275: neomutt-github.diff

File neomutt-github.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 8 years ago)
  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
    56
    6 name                neomutt
    7 version             20160916
     7github.setup        neomutt neomutt 20160916 neomutt-
    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/releases/download/neomutt-${version}/
    31 checksums           ${distfiles} \
    32                     rmd160  976fe21be5ceebce5189bad4a87cff752ec900e9 \
     30github.tarball_from releases
     31checksums           rmd160  976fe21be5ceebce5189bad4a87cff752ec900e9 \
    3332                    sha256  99e62e8b95125289c5d19df30127037276170dc50c98bbc711e2689366896b1e
    3433
    3534configure.args      --disable-warnings \
     
    129128}
    130129
    131130notes "This port does not install the pgpring binary. Please install the signing-party port if you need it."
    132 
    133 livecheck.url       https://github.com/neomutt/neomutt/releases
    134 livecheck.type      regex
    135 livecheck.regex     {/neomutt/neomutt/releases/tag/neomutt-(\d{8})}