diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 04:07:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 04:07:47 +0800 |
commit | 9bf90ed0ce32c74648be8132274f7fcc6a4f51d6 (patch) | |
tree | 86a228e5ec58762cdcc73fa4c2b72974182b4754 /graphics | |
parent | 87db40bb33aa68d3fb03e3a4ce8d6202edf380b2 (diff) | |
download | freebsd-ports-gnome-9bf90ed0ce32c74648be8132274f7fcc6a4f51d6.tar.gz freebsd-ports-gnome-9bf90ed0ce32c74648be8132274f7fcc6a4f51d6.tar.zst freebsd-ports-gnome-9bf90ed0ce32c74648be8132274f7fcc6a4f51d6.zip |
- Update to 1.11.1
- Cleanup PLIST
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 14 | ||||
-rw-r--r-- | graphics/gdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/gdal/pkg-plist | 1 |
3 files changed, 4 insertions, 15 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index a2f9039d227e..b847257eca72 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -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:${PORTSDIR}/textproc/xerces-c3 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/ diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 120cb70b4188..91b0ab32d030 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -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 diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 14121d20250b..1d822b66eb98 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -90,4 +90,3 @@ lib/libgdal.so lib/libgdal.so.1 lib/libgdal.so.%%PORTVERSION%% libdata/pkgconfig/gdal.pc -@dirrm lib/gdalplugins |