Date: Mon, 24 Mar 2014 12:30:28 +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: r348954 - head/graphics/gdal Message-ID: <201403241230.s2OCUSsL075572@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 24 12:30:28 2014 New Revision: 348954 URL: http://svnweb.freebsd.org/changeset/ports/348954 QAT: https://qat.redports.org/buildarchive/r348954/ Log: - Strip binary executable and shared library - Bump PORTREVISION for package change Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Mon Mar 24 12:25:23 2014 (r348953) +++ head/graphics/gdal/Makefile Mon Mar 24 12:30:28 2014 (r348954) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -130,5 +130,6 @@ post-patch: post-install: ${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/ + -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.18 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241230.s2OCUSsL075572>