diff --git a/dports/mail/gnupg21/Portfile b/dports/mail/gnupg21/Portfile
index e9aa87f..b40e7ee 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name gnupg21 |
7 | | version 2.1.12 |
| 7 | version 2.1.13 |
8 | 8 | categories mail security |
9 | 9 | maintainers jann ionic openmaintainer |
10 | 10 | license GPL-3+ |
… |
… |
master_sites gnupg:gnupg |
23 | 23 | |
24 | 24 | use_bzip2 yes |
25 | 25 | |
26 | | checksums rmd160 573b0e68882e6226daa0d34c4027a7078ce84f2e \ |
27 | | sha256 ac34929d2400a58a349963865442ee6cdd75e500a8d5df083d29835e88bfc506 \ |
28 | | sha1 3b01a35ac04277ea31cc01b4ac4e230e54b5480c |
| 26 | checksums rmd160 77bd28c3ae30f22d0da3d4678b92e1d1e3247640 \ |
| 27 | sha256 4f9d83a6221daa60130fa79f0b1d37d6c20fffdd0320b640c7a597c5b6219675 \ |
| 28 | sha1 6ec1ae6db7815fdbd4151fb6b0b7197b65b05d1f |
29 | 29 | |
30 | 30 | notes "GPG 2.1 uses a new format for its key files. Therefore you cannot\ |
31 | 31 | use it together with any earlier version of GPG. Neither can you easily go\ |
… |
… |
depends_lib port:libiconv \ |
62 | 62 | port:libgpg-error \ |
63 | 63 | port:openldap \ |
64 | 64 | port:readline \ |
65 | | port:curl \ |
66 | 65 | port:libusb-compat \ |
67 | 66 | port:npth \ |
68 | | port:adns |
69 | | |
| 67 | port:adns \ |
| 68 | port:gnutls |
| 69 | |
70 | 70 | variant pinentry conflicts pinentry_mac description {Handle user input via pinentry.} { |
71 | 71 | depends_lib-append port:pinentry |
72 | 72 | configure.args-append --with-pinentry-pgm=${prefix}/bin/pinentry |