Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 04:32:25 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525690 - head/security/pam_google_authenticator
Message-ID:  <202002100432.01A4WPnI003799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Mon Feb 10 04:32:25 2020
New Revision: 525690
URL: https://svnweb.freebsd.org/changeset/ports/525690

Log:
  security/pam_google_authenticator: strip installed binaries
  
  Also two cosmetic changes.
  
  PR:		244000
  Submitted by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)

Modified:
  head/security/pam_google_authenticator/Makefile

Modified: head/security/pam_google_authenticator/Makefile
==============================================================================
--- head/security/pam_google_authenticator/Makefile	Mon Feb 10 03:50:34 2020	(r525689)
+++ head/security/pam_google_authenticator/Makefile	Mon Feb 10 04:32:25 2020	(r525690)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pam_google_authenticator
 PORTVERSION=	1.08
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security
 
@@ -19,14 +20,15 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	google
 GH_PROJECT=	google-authenticator-libpam
 
+INSTALL_TARGET=	install-strip
+
 OPTIONS_DEFINE=		QRENCODE
 OPTIONS_DEFAULT=	QRENCODE
-QRENCODE_DESC=		Allow creation of QR-codes
 
+QRENCODE_DESC=		Allow creation of QR-codes
 QRENCODE_LIB_DEPENDS=	libqrencode.so:graphics/libqrencode
 
 post-patch:
-	@${REINPLACE_CMD} -e 's;/security;;'	\
-		${WRKSRC}/Makefile.am
+	@${REINPLACE_CMD} -e 's;/security;;' ${WRKSRC}/Makefile.am
 
 .include <bsd.port.mk>



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