Date: Fri, 13 Mar 2015 13:21:43 +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: r381186 - head/graphics/py-gd Message-ID: <201503131321.t2DDLhN6083831@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Mar 13 13:21:42 2015 New Revision: 381186 URL: https://svnweb.freebsd.org/changeset/ports/381186 QAT: https://qat.redports.org/buildarchive/r381186/ Log: - Strip library Modified: head/graphics/py-gd/Makefile Modified: head/graphics/py-gd/Makefile ============================================================================== --- head/graphics/py-gd/Makefile Fri Mar 13 13:21:38 2015 (r381185) +++ head/graphics/py-gd/Makefile Fri Mar 13 13:21:42 2015 (r381186) @@ -3,7 +3,7 @@ PORTNAME= gd PORTVERSION= 0.58 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,4 +29,7 @@ post-patch: /"ttf", "freetype",/d' \ ${WRKSRC}/${PYSETUP} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_gd.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503131321.t2DDLhN6083831>