svn commit: r348957 - head/graphics/ruby-gdal

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


Author: sunpoet
Date: Mon Mar 24 12:30:41 2014
New Revision: 348957
URL: http://svnweb.freebsd.org/changeset/ports/348957
QAT: https://qat.redports.org/buildarchive/r348957/

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

Modified:
  head/graphics/ruby-gdal/Makefile

Modified: head/graphics/ruby-gdal/Makefile
==============================================================================
--- head/graphics/ruby-gdal/Makefile	Mon Mar 24 12:30:36 2014	(r348956)
+++ head/graphics/ruby-gdal/Makefile	Mon Mar 24 12:30:41 2014	(r348957)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	1.10.1
+PORTREVISION=	1
 CATEGORIES=	graphics ruby
 MASTER_SITES=	http://download.osgeo.org/gdal/ \
 		ftp://ftp.remotesensing.org/pub/gdal/ \
@@ -37,4 +38,7 @@ pre-configure:
 	@${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt
 	@${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/${RUBY_ARCH}/gdal/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list