Commits
Leonardo Brondani Schenkel authored 3fd7ab14e56
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup p11-glue p11-kit 0.23.9 |
6 + | github.setup p11-glue p11-kit 0.23.10 |
7 7 | revision 1 |
8 8 | license Permissive |
9 9 | description Provides a way to load and enumerate PKCS#11 modules and a standard \ |
10 10 | configuration setup for installing PKCS#11 modules in such a way that \ |
11 11 | they are discoverable. |
12 12 | long_description ${description} |
13 13 | maintainers {lbschenkel @lbschenkel} {devans @dbevans} openmaintainer |
14 14 | categories security |
15 15 | platforms darwin |
16 16 | |
17 17 | github.tarball_from releases |
18 - | checksums rmd160 d39b3f76d35aad67f07aa8728deb6179477f2bac \ |
19 - | sha256 e1c1649c335107a8d33cf3762eb7f57b2d0681f0c7d8353627293a58d6b4db63 |
18 + | checksums rmd160 5c87af0f7a088b58789859f42a95b9e2d038c5bb \ |
19 + | sha256 f9212a3f225ef543e13fae9945527d66c0cbb67246320035dd94fab2bce5ae43 |
20 20 | |
21 21 | depends_build port:pkgconfig |
22 22 | |
23 23 | depends_lib port:gettext \ |
24 24 | port:libtasn1 \ |
25 25 | port:libffi \ |
26 26 | port:libxslt |
27 27 | |
28 28 | depends_run path:share/curl/curl-ca-bundle.crt:curl-ca-bundle |
29 29 | |