Index: head/security/pam_google_authenticator/Makefile =================================================================== --- head/security/pam_google_authenticator/Makefile (revision 462539) +++ head/security/pam_google_authenticator/Makefile (revision 462540) @@ -1,29 +1,31 @@ # Created by: Jui-Nan Lin # $FreeBSD$ PORTNAME= pam_google_authenticator -PORTVERSION= 1.01.20160208 -PORTREVISION= 1 +PORTVERSION= 1.05 PORTEPOCH= 1 CATEGORIES= security MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= PAM module for two-step authentication from Google 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;;' \ ${WRKSRC}/Makefile.am .include Index: head/security/pam_google_authenticator/distinfo =================================================================== --- head/security/pam_google_authenticator/distinfo (revision 462539) +++ head/security/pam_google_authenticator/distinfo (revision 462540) @@ -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 Index: head/security/pam_google_authenticator/pkg-descr =================================================================== --- head/security/pam_google_authenticator/pkg-descr (revision 462539) +++ head/security/pam_google_authenticator/pkg-descr (revision 462540) @@ -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 Index: head/security/pam_google_authenticator/pkg-plist =================================================================== --- head/security/pam_google_authenticator/pkg-plist (revision 462539) +++ head/security/pam_google_authenticator/pkg-plist (revision 462540) @@ -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 +