Commits
Zero King authored be0decf285f
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 | |
5 5 | name libassuan |
6 - | version 2.4.4 |
6 + | version 2.5.1 |
7 7 | categories devel |
8 8 | platforms darwin |
9 9 | # strangely enough, only the docs are under GPL3 |
10 10 | license LGPL-2.1+ GPL-3+ |
11 11 | maintainers larryv openmaintainer |
12 12 | |
13 13 | description Assuan IPC library |
14 14 | long_description Libassuan is a small library implementing the \ |
15 15 | so-called Assuan protocol. This protocol is used \ |
16 16 | for IPC between most newer GnuPG components. Both \ |
17 17 | server and client side functions are provided. |
18 18 | homepage https://www.gnupg.org/related_software/libassuan |
19 19 | |
20 20 | depends_lib port:libgpg-error port:pth |
21 21 | |
22 22 | master_sites gnupg |
23 23 | use_bzip2 yes |
24 - | checksums sha1 8c00238e11c6d782c80f96868d91e039105e3a8c \ |
25 - | rmd160 d534abca222e061c55a92e47d09a78d7b0854826 \ |
26 - | sha256 9e69a102272324de0bb56025779f84fd44901afcc6eac51505f6a63ea5737ca1 |
24 + | checksums sha1 c8432695bf1daa914a92f51e911881ed93d50604 \ |
25 + | rmd160 7d7db59a712d5e8662a40d29bc9078e4d29bab2c \ |
26 + | sha256 47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449 |
27 27 | |
28 28 | patchfiles yosemite-libtool.patch |
29 29 | patchfiles-append INADDR_LOOPBACK.patch |
30 30 | |
31 31 | test.run yes |
32 32 | test.target check |
33 33 | |
34 34 | livecheck.type regex |
35 35 | livecheck.url https://gnupg.org/download/index.html |
36 36 | livecheck.regex ${name}-(\\d+(\\.\\d+)+)${extract.suffix} |