svn commit: r381057 - head/security/py-cryptkit

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 12 02:11:29 UTC 2015


Author: amdmi3
Date: Thu Mar 12 02:11:28 2015
New Revision: 381057
URL: https://svnweb.freebsd.org/changeset/ports/381057
QAT: https://qat.redports.org/buildarchive/r381057/

Log:
  - Strip libraries

Modified:
  head/security/py-cryptkit/Makefile

Modified: head/security/py-cryptkit/Makefile
==============================================================================
--- head/security/py-cryptkit/Makefile	Thu Mar 12 02:11:11 2015	(r381056)
+++ head/security/py-cryptkit/Makefile	Thu Mar 12 02:11:28 2015	(r381057)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cryptkit
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	SF/${PORTNAME}/_${PORTNAME}/Complete%20Kit
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,4 +14,7 @@ COMMENT=	Cryptographic Toolkit for Pytho
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list