Date: Mon, 24 Mar 2014 12:30:36 +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: r348956 - head/graphics/py-gdal Message-ID: <201403241230.s2OCUa6V075730@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 24 12:30:36 2014 New Revision: 348956 URL: http://svnweb.freebsd.org/changeset/ports/348956 QAT: https://qat.redports.org/buildarchive/r348956/ Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/graphics/py-gdal/Makefile Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Mon Mar 24 12:30:32 2014 (r348955) +++ head/graphics/py-gdal/Makefile Mon Mar 24 12:30:36 2014 (r348956) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -36,5 +36,6 @@ NUMPY_RUN_DEPENDS= ${PKGNAMEPREFIX}numpy post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.py ${STAGEDIR}${PREFIX}/bin/ + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/osgeo/*.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241230.s2OCUa6V075730>