Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 12:58:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388218 - head/security/pam-mysql
Message-ID:  <201506011258.t51CwD8Y063348@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun  1 12:58:12 2015
New Revision: 388218
URL: https://svnweb.freebsd.org/changeset/ports/388218

Log:
  - Strip library

Modified:
  head/security/pam-mysql/Makefile

Modified: head/security/pam-mysql/Makefile
==============================================================================
--- head/security/pam-mysql/Makefile	Mon Jun  1 12:57:59 2015	(r388217)
+++ head/security/pam-mysql/Makefile	Mon Jun  1 12:58:12 2015	(r388218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pam_mysql
 PORTVERSION=	0.7.r1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security databases
 MASTER_SITES=	SF/pam-mysql/pam-mysql/0.7RC1
 DISTNAME=	${PORTNAME}-0.7RC1${DISTVERSIONSUFFIX}
@@ -16,19 +16,18 @@ USE_MYSQL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr
 
-OPTIONS_DEFINE= SSL
-SSL_DESC= 	Build with OpenSSL support (non-crypt()ish MD5 hash)
-SSL_CONFIGURE_WITH= openssl
-
-
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
+PORTDOCS=	*
 PLIST_FILES=	lib/pam_mysql.so lib/pam_mysql.la
 
-PORTDOCS=	*
+OPTIONS_DEFINE= SSL
+SSL_DESC= 	Build with OpenSSL support (non-crypt()ish MD5 hash)
+SSL_CONFIGURE_WITH= openssl
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_mysql.so
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog \
 		${WRKSRC}/NEWS \



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