View | Details | Raw Unified | Return to bug 207229 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	pam_google_authenticator
4
PORTNAME=	pam_google_authenticator
5
PORTVERSION=	1.01.20160208
5
PORTVERSION=	1.01.20160208
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	security
8
CATEGORIES=	security
8
9
Lines 21-24 Link Here
21
GH_PROJECT=     google-authenticator
22
GH_PROJECT=     google-authenticator
22
GH_TAGNAME=     195ddc1
23
GH_TAGNAME=     195ddc1
23
24
25
post-patch:
26
	@${REINPLACE_CMD} -e 's;/security;;'	\
27
		${WRKSRC}/Makefile.am
28
24
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
bin/google-authenticator
1
bin/google-authenticator
2
lib/security/pam_google_authenticator.so
2
lib/pam_google_authenticator.so
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

Return to bug 207229