Commits
Sean Farley authored ccd4ba6e00b
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup aperezdc notmuch-addrlookup-c 7 v |
6 + | github.setup aperezdc notmuch-addrlookup-c 8 v |
7 7 | name notmuch-addrlookup |
8 8 | categories mail |
9 9 | platforms darwin |
10 10 | license GPL-3+ |
11 11 | maintainers sean openmaintainer |
12 12 | description Address lookup tool for Notmuch in C using GLib and libnotmuch |
13 13 | long_description ${description} |
14 14 | |
15 - | checksums rmd160 9c2bb83cc054939cc15b4bdcf19dad05d42a5bd5 \ |
16 - | sha256 de52b02503cfebb0720d46a9ac19a50aa30a30b35c7d15f2220f763c08a45c8c |
15 + | checksums rmd160 55222d0857ec2da40201401d3757dc1e0aea4748 \ |
16 + | sha256 6c587a68f4c807b20873cbaf237916680f00340db5bc174c0faa48597f549baf |
17 17 | |
18 18 | depends_build port:pkgconfig |
19 19 | |
20 20 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
21 21 | port:notmuch |
22 22 | |
23 23 | use_configure no |
24 24 | build.env-append CC="${configure.cc} [get_canonical_archflags cc]" |
25 25 | |
26 26 | destroot { |