Date: Sun, 9 Mar 2014 14:51:15 +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: r347645 - head/www/py-qp Message-ID: <201403091451.s29EpF7V099616@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 9 14:51:15 2014 New Revision: 347645 URL: http://svnweb.freebsd.org/changeset/ports/347645 QAT: https://qat.redports.org/buildarchive/r347645/ Log: - Remove USE_DISTUTILS=yes: use setuptools since it's dependency now - Strip shared library - Bump PORTREVISION for package change Modified: head/www/py-qp/Makefile Modified: head/www/py-qp/Makefile ============================================================================== --- head/www/py-qp/Makefile Sun Mar 9 14:45:12 2014 (r347644) +++ head/www/py-qp/Makefile Sun Mar 9 14:51:15 2014 (r347645) @@ -3,6 +3,7 @@ PORTNAME= qp PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qp/ \ LOCAL/sunpoet @@ -18,7 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options -MAKE_ENV= USE_DISTUTILS=yes USE_PYDISTUTILS=yes USE_PYTHON= 2 @@ -27,6 +27,9 @@ SUB_FILES= pkg-message PORTDOCS= CHANGES.txt LICENSE.txt README.txt PORTEXAMPLES= * +post-build: + @${STRIP_CMD} ${WRKSRC}/build/lib.*/qp/hub/passfd.so + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091451.s29EpF7V099616>