Commits
Leonardo Brondani Schenkel authored 0cb325c0a4a
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 gpgme |
6 - | version 1.10.0 |
6 + | version 1.11.0 |
7 7 | categories devel security crypto |
8 8 | license {LGPL-2.1+ GPL-3+} |
9 9 | maintainers {lbschenkel @lbschenkel} {devans @dbevans} openmaintainer |
10 10 | description A library for easy acces to GnuPG. |
11 11 | long_description GnuPG Made Easy (GPGME) is a library designed to make access \ |
12 12 | to GnuPG easier for applications. It provides a High-Level \ |
13 13 | Crypto API for encryption, decryption, signing, signature \ |
14 14 | verification and key management. Currently it uses GnuPG \ |
15 15 | as its backend but the API isn't restricted to this engine \ |
16 16 | in fact we have already developed a backend for CMS (S/MIME). |
17 17 | |
18 18 | platforms darwin |
19 19 | |
20 20 | homepage http://www.gnupg.org/related_software/gpgme/ |
21 21 | master_sites gnupg |
22 22 | use_bzip2 yes |
23 23 | |
24 - | checksums rmd160 9e6d0cef086b47f697a17384082f0c9f2f95c412 \ |
25 - | sha256 1a8fed1197c3b99c35f403066bb344a26224d292afc048cfdfc4ccd5690a0693 |
24 + | checksums rmd160 1da0c2345497acca203397d86ec1278e2ca79c9a \ |
25 + | sha256 5b03adbafadab74474ded30b74c882de28d3c5c3b9ee3016ef24023d4c35d492 \ |
26 + | size 1414991 |
26 27 | |
27 28 | depends_build port:pkgconfig |
28 29 | |
29 30 | depends_lib port:pth \ |
30 31 | port:libgpg-error \ |
31 32 | port:libassuan \ |
32 33 | path:bin/gpg2:gnupg2 |
33 34 | |
34 35 | patchfiles patch-configure.ac.diff \ |
35 36 | patch-tests-gpg-Makefile.am.diff |