Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 08:07:56 +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: r369441 - head/graphics/py-rabbyt
Message-ID:  <201409280807.s8S87uHX087490@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 28 08:07:55 2014
New Revision: 369441
URL: http://svnweb.freebsd.org/changeset/ports/369441
QAT: https://qat.redports.org/buildarchive/r369441/

Log:
  - Switch to USES=python
  - Strip libraries

Modified:
  head/graphics/py-rabbyt/Makefile

Modified: head/graphics/py-rabbyt/Makefile
==============================================================================
--- head/graphics/py-rabbyt/Makefile	Sun Sep 28 07:48:34 2014	(r369440)
+++ head/graphics/py-rabbyt/Makefile	Sun Sep 28 08:07:55 2014	(r369441)
@@ -13,10 +13,11 @@ DISTNAME=	Rabbyt-${PORTVERSION}
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Fast sprite library for Python
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_ARCHDEP=	yes
+USES=			python
+USE_PYTHON=		distutils autoplist
 USE_GL=			gl glu
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409280807.s8S87uHX087490>