svn commit: r381186 - head/graphics/py-gd

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 13 13:21:44 UTC 2015


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>


More information about the svn-ports-head mailing list