diff --git a/mail/neomutt/Portfile b/mail/neomutt/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name neomutt |
7 | | version 20160910 |
| 7 | version 20160916 |
8 | 8 | categories mail |
9 | 9 | platforms darwin |
10 | 10 | license GPL-2 |
… |
… |
|
27 | 27 | |
28 | 28 | depends_run path:share/curl/curl-ca-bundle.crt:curl-ca-bundle |
29 | 29 | |
30 | | master_sites https://github.com/neomutt/neomutt/archive/ |
| 30 | master_sites https://github.com/neomutt/neomutt/releases/download/neomutt-${version}/ |
31 | 31 | checksums ${distfiles} \ |
32 | | rmd160 f5a7d0c3d224ae9eeaa29a4bb9aa9b88d224258b \ |
33 | | sha256 cc1159c7210a706db765b7198ac53405d25e7577ff9e5cd2f1d062964213798b |
| 32 | rmd160 976fe21be5ceebce5189bad4a87cff752ec900e9 \ |
| 33 | sha256 99e62e8b95125289c5d19df30127037276170dc50c98bbc711e2689366896b1e |
34 | 34 | |
35 | | worksrcdir neomutt-neomutt-${version} |
36 | | use_autoreconf yes |
37 | 35 | configure.args --disable-warnings \ |
38 | 36 | --mandir=${prefix}/share/man \ |
39 | 37 | --with-docdir=${prefix}/share/doc/mutt \ |
… |
… |
|
131 | 129 | } |
132 | 130 | |
133 | 131 | notes "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})} |