Commits
Zero King authored e75290f710e
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.3 |
7 + | version 2.2.4 |
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 92db8a55c30e653779b36a41ea3b772d7db84216 \ |
27 - | sha256 cbd37105d139f7aa74f92b6f65d136658682094b0e308666b820ae4b984084b4 \ |
28 - | size 6547069 |
26 + | checksums rmd160 33822aa08d9c0990f51227aa8cee5ff05468bdef \ |
27 + | sha256 401a3e64780fdfa6d7670de0880aa5c9d589b3db7a7098979d7606cec546f2ec \ |
28 + | size 6571487 |
29 29 | |
30 30 | platform darwin { |
31 31 | if {![variant_isset pinentry] && ![variant_isset pinentry_mac]} { |
32 32 | # Automatically switch between pinentry and pinentry-mac, with pinentry-mac being |
33 33 | # preferred. |
34 34 | # 10.7 and below are not supported by pinentry-mac, though, and will default to |
35 35 | # pinentry. Just like pure darwin without OS X will. |
36 36 | if {${os.subplatform} ne "macosx" || |
37 37 | ${xcodeversion} eq "none" || |
38 38 | [vercmp ${xcodeversion} {5.0}] < 0 || |