svn commit: r381243 - head/net/py-pcapy

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Mar 14 04:03:08 UTC 2015


Author: amdmi3
Date: Sat Mar 14 04:03:06 2015
New Revision: 381243
URL: https://svnweb.freebsd.org/changeset/ports/381243
QAT: https://qat.redports.org/buildarchive/r381243/

Log:
  - Strip library

Modified:
  head/net/py-pcapy/Makefile

Modified: head/net/py-pcapy/Makefile
==============================================================================
--- head/net/py-pcapy/Makefile	Sat Mar 14 04:03:05 2015	(r381242)
+++ head/net/py-pcapy/Makefile	Sat Mar 14 04:03:06 2015	(r381243)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pcapy
 PORTVERSION=	0.10.8
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	http://corelabs.coresecurity.com/index.php?module=Wiki&action=attachment&type=tool&page=Pcapy&file=
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,6 +27,7 @@ PORTDOCS=	README pcapy.html
 
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pcapy.so
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-head mailing list