svn commit: r348956 - head/graphics/py-gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 24 12:30:37 UTC 2014
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>
More information about the svn-ports-all
mailing list