Commits
Chris Jones authored b51214c20b0
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 | set my_name gnupg |
6 6 | name ${my_name}2 |
7 - | version 2.2.17 |
7 + | version 2.2.18 |
8 8 | categories mail security |
9 9 | maintainers {jann @roederja} {ionic @Ionic} openmaintainer |
10 10 | license GPL-3+ |
11 11 | installs_libs no |
12 12 | |
13 13 | description GNU Privacy Guard |
14 14 | long_description GnuPG is a complete and free replacement for PGP. Because \ |
15 15 | it does not use the patented IDEA algorithm, it can be used \ |
16 16 | without any restrictions. GnuPG is a RFC4880 (OpenPGP) \ |
17 17 | compliant application. |
18 18 | homepage https://www.gnupg.org |
19 19 | platforms darwin freebsd sunos |
20 20 | conflicts ${my_name}1 |
21 21 | distname ${my_name}-${version} |
22 22 | master_sites ${my_name}:${my_name} |
23 23 | |
24 24 | use_bzip2 yes |
25 25 | |
26 - | checksums rmd160 13ad8e3e216d8c7ff6786329d8c15627ed2b9af2 \ |
27 - | sha256 afa262868e39b651a2db4c071fba90415154243e83a830ca00516f9a807fd514 \ |
28 - | sha1 12c1cee8871c03f0315fc8f27876364b75c95b12 \ |
29 - | size 6717554 |
26 + | checksums rmd160 ba64135749a50e65af2ce974083661c6e9f1b71a \ |
27 + | sha256 30d37ce2ca55b2b9b61480b2a175a3b22066ab41cd3f84688448919b566dec0a \ |
28 + | size 6740621 |
30 29 | |
31 30 | platform darwin { |
32 31 | if {![variant_isset pinentry] && ![variant_isset pinentry_mac]} { |
33 32 | # Automatically switch between pinentry and pinentry-mac, with pinentry-mac being |
34 33 | # preferred. |
35 34 | # 10.7 and below are not supported by pinentry-mac, though, and will default to |
36 35 | # pinentry. Just like pure darwin without OS X will. |
37 36 | if {${os.subplatform} ne "macosx" || |
38 37 | ${xcodeversion} eq "none" || |
39 38 | [vercmp ${xcodeversion} {5.0}] < 0 || |