Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 05:07:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394704 - head/devel/py-twistedRunner
Message-ID:  <201508190507.t7J57Cmx034766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 19 05:07:12 2015
New Revision: 394704
URL: https://svnweb.freebsd.org/changeset/ports/394704

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/devel/py-twistedRunner/Makefile

Modified: head/devel/py-twistedRunner/Makefile
==============================================================================
--- head/devel/py-twistedRunner/Makefile	Wed Aug 19 05:07:07 2015	(r394703)
+++ head/devel/py-twistedRunner/Makefile	Wed Aug 19 05:07:12 2015	(r394704)
@@ -3,6 +3,7 @@
 
 PORTNAME=	twistedRunner
 PORTVERSION=	15.2.1
+PORTREVISION=	1
 CATEGORIES=	devel net python
 MASTER_SITES=	http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \
 		LOCAL/sunpoet
@@ -17,4 +18,7 @@ LICENSE=	MIT
 USE_PYTHON=	autoplist distutils
 USES=		python:2 tar:bzip2 twisted
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/runner/portmap.so
+
 .include <bsd.port.mk>



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