diff --git a/neomutt/Portfile b/neomutt/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | | github.setup neomutt neomutt 20160916 neomutt- |
8 | | revision 3 |
| 7 | github.setup neomutt neomutt 20161002 neomutt- |
9 | 8 | categories mail |
10 | 9 | platforms darwin |
11 | 10 | license GPL-2 |
… |
… |
|
28 | 27 | |
29 | 28 | depends_run path:share/curl/curl-ca-bundle.crt:curl-ca-bundle |
30 | 29 | |
31 | | github.tarball_from releases |
32 | | checksums rmd160 976fe21be5ceebce5189bad4a87cff752ec900e9 \ |
33 | | sha256 99e62e8b95125289c5d19df30127037276170dc50c98bbc711e2689366896b1e |
| 30 | checksums rmd160 c37f4660be2ad20b5243aece7318fffc13ab8da4 \ |
| 31 | sha256 6193175358b70e7ee016e669b0555aa60cee11fc361ff8dfc17d58ae2c9c7688 |
34 | 32 | |
| 33 | use_autoreconf yes |
35 | 34 | configure.args --disable-compressed \ |
36 | 35 | --disable-debug \ |
37 | 36 | --disable-gpgme \ |