svn commit: r348954 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 24 12:30:28 UTC 2014


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>


More information about the svn-ports-head mailing list