svn commit: r381585 - head/math/py-probstat

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 19 00:20:54 UTC 2015


Author: amdmi3
Date: Thu Mar 19 00:20:53 2015
New Revision: 381585
URL: https://svnweb.freebsd.org/changeset/ports/381585
QAT: https://qat.redports.org/buildarchive/r381585/

Log:
  - Switch to USES=tar
  - Strip library

Modified:
  head/math/py-probstat/Makefile

Modified: head/math/py-probstat/Makefile
==============================================================================
--- head/math/py-probstat/Makefile	Wed Mar 18 22:28:43 2015	(r381584)
+++ head/math/py-probstat/Makefile	Thu Mar 19 00:20:53 2015	(r381585)
@@ -3,16 +3,19 @@
 
 PORTNAME=	probstat
 PORTVERSION=	0.912
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Probability And Statistics Utils for Python
 
-USES=		python
+USES=		python tar:tgz
 USE_PYTHON=	distutils autoplist
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/probstat.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list