Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 16:13:27 +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: r388444 - head/math/rpy2
Message-ID:  <201506031613.t53GDR9n035824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  3 16:13:26 2015
New Revision: 388444
URL: https://svnweb.freebsd.org/changeset/ports/388444

Log:
  - Strip libraries

Modified:
  head/math/rpy2/Makefile

Modified: head/math/rpy2/Makefile
==============================================================================
--- head/math/rpy2/Makefile	Wed Jun  3 16:13:08 2015	(r388443)
+++ head/math/rpy2/Makefile	Wed Jun  3 16:13:26 2015	(r388444)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rpy2
 PORTVERSION=	2.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	CHEESESHOP
 
@@ -28,4 +28,7 @@ pre-configure:
 	${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built WITH_LIBR" ; \
 	exit 1; fi)
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so
+
 .include <bsd.port.mk>



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