View | Details | Raw Unified | Return to bug 224164
Collapse All | Expand All

(-)pam_google_authenticator/Makefile (-7 / +6 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/security/pam_google_authenticator/Makefile 410661 2016-03-08 20:45:15Z pi $
2
# $FreeBSD: head/security/pam_google_authenticator/Makefile 410661 2016-03-08 20:45:15Z pi $
3
3
4
PORTNAME=	pam_google_authenticator
4
PORTNAME=	pam_google_authenticator
5
PORTVERSION=	1.01.20160208
5
PORTVERSION=	1.0.5
6
PORTREVISION=	1
6
PORTEPOCH=	2
7
PORTEPOCH=	1
8
CATEGORIES=	security
7
CATEGORIES=	security
9
8
10
MAINTAINER=	jnlin@freebsd.cs.nctu.edu.tw
9
MAINTAINER=	jnlin@freebsd.cs.nctu.edu.tw
Lines 15-26 Link Here
15
USES=		autoreconf gmake libtool
14
USES=		autoreconf gmake libtool
16
GNU_CONFIGURE=	YES
15
GNU_CONFIGURE=	YES
17
16
18
WRKSRC_SUBDIR=	libpam
19
20
USE_GITHUB=	yes
17
USE_GITHUB=	yes
21
GH_ACCOUNT=	google
18
GH_ACCOUNT=	google
22
GH_PROJECT=	google-authenticator
19
GH_PROJECT=	google-authenticator-libpam
23
GH_TAGNAME=	195ddc1
20
GH_TAGNAME=	7365ed1
21
22
INSTALL_TARGET=install-strip
24
23
25
post-patch:
24
post-patch:
26
	@${REINPLACE_CMD} -e 's;/security;;'	\
25
	@${REINPLACE_CMD} -e 's;/security;;'	\
(-)pam_google_authenticator/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 65c0ec2dea2191337a921e518e24774058fadd55d52f2a21d60371b5d5a0c2a3
1
TIMESTAMP = 1512694497
2
SIZE (google-google-authenticator-1.01.20160208-195ddc1_GH0.tar.gz) = 1791991
2
SHA256 (google-google-authenticator-libpam-1.0.5-7365ed1_GH0.tar.gz) = f7ad5f1ac1867907a4927dfae3455d5395808efbc3c652047ee05771c48d350f
3
SIZE (google-google-authenticator-libpam-1.0.5-7365ed1_GH0.tar.gz) = 57788
(-)pam_google_authenticator/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
The PAM module can add a two-factor authentication
1
The PAM module can add a two-factor authentication
2
step to any PAM-enabled application.
2
step to any PAM-enabled application.
3
3
4
WWW: http://code.google.com/p/google-authenticator/
4
WWW: https://github.com/google/google-authenticator-libpam/
(-)pam_google_authenticator/pkg-plist (+2 lines)
Lines 3-5 Link Here
3
share/doc/google-authenticator/FILEFORMAT
3
share/doc/google-authenticator/FILEFORMAT
4
share/doc/google-authenticator/README.md
4
share/doc/google-authenticator/README.md
5
share/doc/google-authenticator/totp.html
5
share/doc/google-authenticator/totp.html
6
man/man1/google-authenticator.1.gz
7
man/man8/pam_google_authenticator.8.gz

Return to bug 224164