svn commit: r369759 - head/graphics/gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Oct 1 20:07:49 UTC 2014
Author: sunpoet
Date: Wed Oct 1 20:07:47 2014
New Revision: 369759
URL: https://svnweb.freebsd.org/changeset/ports/369759
QAT: https://qat.redports.org/buildarchive/r369759/
Log:
- Update to 1.11.1
- Cleanup PLIST
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News
Modified:
head/graphics/gdal/Makefile
head/graphics/gdal/distinfo
head/graphics/gdal/pkg-plist
Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile Wed Oct 1 20:07:41 2014 (r369758)
+++ head/graphics/gdal/Makefile Wed Oct 1 20:07:47 2014 (r369759)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gdal
-PORTVERSION= 1.11.0
-PORTREVISION= 7
+PORTVERSION= 1.11.1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -38,7 +37,7 @@ LDFLAGS+= -L${LOCALBASE} -pthread
MAKE_JOBS_UNSAFE= yes
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
-USES= gmake
+USES= gmake tar:xz
PLIST_SUB= PORTVERSION=${PORTVERSION}
PORTDATA= *
@@ -143,15 +142,6 @@ XERCES_LIB_DEPENDS= libxerces-c.so:${POR
post-patch:
@${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile
@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
-# patch for json-c 0.12
- @${REINPLACE_CMD} -e 's|json_tokener_errors\[jstok->err\]|json_tokener_error_desc(jstok->err)|' \
- ${WRKSRC}/frmts/mbtiles/mbtilesdataset.cpp \
- ${WRKSRC}/ogr/ogrsf_frmts/cartodb/ogrcartodbdatasource.cpp \
- ${WRKSRC}/ogr/ogrsf_frmts/couchdb/ogrcouchdbdatasource.cpp \
- ${WRKSRC}/ogr/ogrsf_frmts/geojson/ogresrijsonreader.cpp \
- ${WRKSRC}/ogr/ogrsf_frmts/geojson/ogrgeojsonreader.cpp \
- ${WRKSRC}/ogr/ogrsf_frmts/geojson/ogrtopojsonreader.cpp \
- ${WRKSRC}/ogr/ogrsf_frmts/gme/ogrgmejson.cpp
post-install:
${INSTALL_LIB} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/
Modified: head/graphics/gdal/distinfo
==============================================================================
--- head/graphics/gdal/distinfo Wed Oct 1 20:07:41 2014 (r369758)
+++ head/graphics/gdal/distinfo Wed Oct 1 20:07:47 2014 (r369759)
@@ -1,2 +1,2 @@
-SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe
-SIZE (gdal-1.11.0.tar.gz) = 10707286
+SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302
+SIZE (gdal-1.11.1.tar.xz) = 6464112
Modified: head/graphics/gdal/pkg-plist
==============================================================================
--- head/graphics/gdal/pkg-plist Wed Oct 1 20:07:41 2014 (r369758)
+++ head/graphics/gdal/pkg-plist Wed Oct 1 20:07:47 2014 (r369759)
@@ -90,4 +90,3 @@ lib/libgdal.so
lib/libgdal.so.1
lib/libgdal.so.%%PORTVERSION%%
libdata/pkgconfig/gdal.pc
- at dirrm lib/gdalplugins
More information about the svn-ports-all
mailing list