Commits
Eric A. Borisch authored abc0785e2bf
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 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup google google-authenticator-libpam 1.05 |
6 + | github.setup google google-authenticator-libpam 1.06 |
7 7 | name pam-google-authenticator |
8 8 | categories security |
9 9 | platforms darwin |
10 10 | maintainers {eborisch @eborisch} openmaintainer |
11 11 | license apache-2 |
12 12 | |
13 13 | description Pluggable Authentication Module for Google Authenticator |
14 14 | |
15 15 | long_description The Google Authenticator PAM module provides an easy way \ |
16 16 | use Google's 2FA (via Google Authenticator app) to your \ |
17 17 | existing user authentication infrastructure. |
18 18 | |
19 19 | checksums \ |
20 - | rmd160 5beabe6bcf546633dd54dbc958df8d5b19f07b7b \ |
21 - | sha256 458bbe8f376bb6f92e70a910f6088e71adf18a05c3d4fe19f91ed005d5564b28 \ |
22 - | size 57791 |
20 + | rmd160 d71e5d0d3a3a351ce7c6533a288eda42c8fee620 \ |
21 + | sha256 ff4a33db224ab78b5aae5a2a47d5b18da6847b6874a98d03fd9b2b6fa734262f \ |
22 + | size 62303 |
23 23 | |
24 24 | depends_run-append port:qrencode |
25 25 | |
26 26 | # While this isn't needed to compile, the application (setup) portion uses |
27 27 | # dlopen to opportunistically load libqrencode. This dependency is recorded |
28 28 | # above, but application needs the prefix/lib directory in the search path to |
29 29 | # find it. |
30 30 | configure.ldflags-append -Wl,-rpath -Wl,${prefix}/lib |
31 31 | |
32 32 | patch { |