Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2016 20:43:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410660 - head/security/pam_google_authenticator
Message-ID:  <201603082043.u28KhKcD017372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603082043.u28KhKcD017372>