aboutsummaryrefslogtreecommitdiff
path: root/security/pam_google_authenticator
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-02-21 20:11:01 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-02-21 20:11:01 +0000
commitbf932421c02d44e46c5cdc69aaa698122ad69ae6 (patch)
treec22329bdba61bdda2f89b7617284abf63a4c9ee1 /security/pam_google_authenticator
parent1e130941a5a5b6b83e234e27625498a4f20e3d77 (diff)
downloadports-bf932421c02d44e46c5cdc69aaa698122ad69ae6.tar.gz
ports-bf932421c02d44e46c5cdc69aaa698122ad69ae6.zip
security/pam_google_authenticator: Update to 1.05
PR: 224164 Submitted by: m tsatsenko gmail com Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=462540
Diffstat (limited to 'security/pam_google_authenticator')
-rw-r--r--security/pam_google_authenticator/Makefile14
-rw-r--r--security/pam_google_authenticator/distinfo5
-rw-r--r--security/pam_google_authenticator/pkg-descr2
-rw-r--r--security/pam_google_authenticator/pkg-plist3
4 files changed, 15 insertions, 9 deletions
diff --git a/security/pam_google_authenticator/Makefile b/security/pam_google_authenticator/Makefile
index 39bfee511e54..3545cd537cbc 100644
--- a/security/pam_google_authenticator/Makefile
+++ b/security/pam_google_authenticator/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pam_google_authenticator
-PORTVERSION= 1.01.20160208
-PORTREVISION= 1
+PORTVERSION= 1.05
PORTEPOCH= 1
CATEGORIES= security
@@ -15,12 +14,15 @@ LICENSE= APACHE20
USES= autoreconf gmake libtool
GNU_CONFIGURE= YES
-WRKSRC_SUBDIR= libpam
-
USE_GITHUB= yes
GH_ACCOUNT= google
-GH_PROJECT= google-authenticator
-GH_TAGNAME= 195ddc1
+GH_PROJECT= google-authenticator-libpam
+
+OPTIONS_DEFINE= QRENCODE
+OPTIONS_DEFAULT= QRENCODE
+QRENCODE_DESC= Allow creation of QR-codes
+
+QRENCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode
post-patch:
@${REINPLACE_CMD} -e 's;/security;;' \
diff --git a/security/pam_google_authenticator/distinfo b/security/pam_google_authenticator/distinfo
index 34787c65df34..cb4acb617e6f 100644
--- a/security/pam_google_authenticator/distinfo
+++ b/security/pam_google_authenticator/distinfo
@@ -1,2 +1,3 @@
-SHA256 (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 65c0ec2dea2191337a921e518e24774058fadd55d52f2a21d60371b5d5a0c2a3
-SIZE (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 1791991
+TIMESTAMP = 1519235290
+SHA256 (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 862412d6927ee1a19d81150006d53c21935897ba6d033616c31fc4d6aaa4db08
+SIZE (google-google-authenticator-libpam-1.05_GH0.tar.gz) = 57778
diff --git a/security/pam_google_authenticator/pkg-descr b/security/pam_google_authenticator/pkg-descr
index f0dac3797f79..9829b65ca1da 100644
--- a/security/pam_google_authenticator/pkg-descr
+++ b/security/pam_google_authenticator/pkg-descr
@@ -1,4 +1,4 @@
The PAM module can add a two-factor authentication
step to any PAM-enabled application.
-WWW: http://code.google.com/p/google-authenticator/
+WWW: https://github.com/google/google-authenticator-libpam
diff --git a/security/pam_google_authenticator/pkg-plist b/security/pam_google_authenticator/pkg-plist
index b2bd81a93e17..ef9b0342001d 100644
--- a/security/pam_google_authenticator/pkg-plist
+++ b/security/pam_google_authenticator/pkg-plist
@@ -1,5 +1,8 @@
bin/google-authenticator
lib/pam_google_authenticator.so
+man/man1/google-authenticator.1.gz
+man/man8/pam_google_authenticator.8.gz
share/doc/google-authenticator/FILEFORMAT
share/doc/google-authenticator/README.md
share/doc/google-authenticator/totp.html
+