svn commit: r432925 - head/textproc/py-MarkupSafe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 31 15:33:31 UTC 2017


Author: sunpoet
Date: Tue Jan 31 15:33:30 2017
New Revision: 432925
URL: https://svnweb.freebsd.org/changeset/ports/432925

Log:
  Strip shared library
  
  - Bump PORTREVISION for package change

Modified:
  head/textproc/py-MarkupSafe/Makefile

Modified: head/textproc/py-MarkupSafe/Makefile
==============================================================================
--- head/textproc/py-MarkupSafe/Makefile	Tue Jan 31 15:33:27 2017	(r432924)
+++ head/textproc/py-MarkupSafe/Makefile	Tue Jan 31 15:33:30 2017	(r432925)
@@ -3,6 +3,7 @@
 
 PORTNAME=	MarkupSafe
 PORTVERSION=	0.23
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,4 +16,7 @@ LICENSE=	BSD3CLAUSE
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list