diff --git a/dports/mail/notmuch/Portfile b/dports/mail/notmuch/Portfile
a
|
b
|
|
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup conflicts_build 1.0 |
6 | 6 | |
7 | 7 | name notmuch |
8 | | version 0.20.2 |
| 8 | version 0.22 |
9 | 9 | categories mail |
10 | 10 | platforms darwin |
11 | 11 | license GPL-3+ |
12 | 12 | maintainers cs.stanford.edu:cceleri |
13 | 13 | description The mail indexer |
14 | | long_description “Not much mail” is what Notmuch thinks about your email \ |
| 14 | long_description "Not much mail" is what Notmuch thinks about your email \ |
15 | 15 | collection, even if you receive 12000 messages per month or have on the \ |
16 | 16 | order of millions of messages that you’ve been saving for decades. \ |
17 | 17 | Regardless, Notmuch will be able to quickly search all of it. It’s just \ |
18 | 18 | plain not much mail. |
19 | 19 | |
20 | 20 | homepage http://notmuchmail.org/ |
21 | 21 | master_sites ${homepage}releases/ |
22 | 22 | |
23 | | checksums rmd160 8224050c08c5968cfe5c6818285337a49a6a0769 \ |
24 | | sha256 f741a26345bff389fd8a4a119c4174c6585730f71844809583a54ef2a865adec |
| 23 | checksums rmd160 525620a8a501a2b1bbd279b581f32257a2ccfc90 \ |
| 24 | sha256 d64118ef926ba06fba814a89a75d20b0c8c8ec07dd65e41bb9f1e9db0dcfb99a |
25 | 25 | |
26 | 26 | depends_build port:pkgconfig |
27 | 27 | |
28 | | depends_lib port:xapian-bindings\ |
29 | | port:gmime\ |
| 28 | depends_lib port:xapian-bindings \ |
| 29 | port:gmime \ |
30 | 30 | port:talloc |
31 | 31 | |
32 | 32 | patchfiles patch-bindings-python-notmuch-globals.py.diff |
33 | 33 | |
34 | 34 | post-patch { |