svn commit: r410660 - head/security/pam_google_authenticator
Kurt Jaeger
pi at FreeBSD.org
Tue Mar 8 20:43:22 UTC 2016
Author: pi
Date: Tue Mar 8 20:43:20 2016
New Revision: 410660
URL: https://svnweb.freebsd.org/changeset/ports/410660
Log:
security/pam_google_authenticator: fix .so location
- move .so location back to where it was
PR: 207229
Submitted by: Ralf van der Enden <tremere at cainites.net>
Approved by: just-fix-it
Modified:
head/security/pam_google_authenticator/Makefile
head/security/pam_google_authenticator/pkg-plist
Modified: head/security/pam_google_authenticator/Makefile
==============================================================================
--- head/security/pam_google_authenticator/Makefile Tue Mar 8 20:41:24 2016 (r410659)
+++ head/security/pam_google_authenticator/Makefile Tue Mar 8 20:43:20 2016 (r410660)
@@ -3,6 +3,7 @@
PORTNAME= pam_google_authenticator
PORTVERSION= 1.01.20160208
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
@@ -21,4 +22,8 @@ GH_ACCOUNT= google
GH_PROJECT= google-authenticator
GH_TAGNAME= 195ddc1
+post-patch:
+ @${REINPLACE_CMD} -e 's;/security;;' \
+ ${WRKSRC}/Makefile.am
+
.include <bsd.port.mk>
Modified: head/security/pam_google_authenticator/pkg-plist
==============================================================================
--- head/security/pam_google_authenticator/pkg-plist Tue Mar 8 20:41:24 2016 (r410659)
+++ head/security/pam_google_authenticator/pkg-plist Tue Mar 8 20:43:20 2016 (r410660)
@@ -1,5 +1,5 @@
bin/google-authenticator
-lib/security/pam_google_authenticator.so
+lib/pam_google_authenticator.so
share/doc/google-authenticator/FILEFORMAT
share/doc/google-authenticator/README.md
share/doc/google-authenticator/totp.html
More information about the svn-ports-head
mailing list