diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 5bad990cd68d..7d2caa962642 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTVERSION= 2.1.0 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index b521a16fdb0d..fb8c4f5fb425 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.2.tar.xz) = 90f838853cc1c07e55893483faa7e923e4b4b1659c6bc9df3538366030a7e622 -SIZE (gdal-2.0.2.tar.xz) = 7018768 +SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03 +SIZE (gdal-2.1.0.tar.xz) = 7656496 diff --git a/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp b/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp new file mode 100644 index 000000000000..6971b944aa1f --- /dev/null +++ b/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp @@ -0,0 +1,11 @@ +--- frmts/mrf/mrf_band.cpp.orig 2016-04-26 01:35:55.000000000 +0800 ++++ frmts/mrf/mrf_band.cpp 2016-05-04 02:26:58.154088997 +0800 +@@ -57,7 +57,7 @@ + + #include + #include +-#include "../zlib/zlib.h" ++#include + + using std::vector; + using std::string; diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index a798d06b790c..9c4572b0ec2a 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -22,6 +22,7 @@ bin/ogrlineref bin/ogrtindex bin/testepsg include/cpl_atomic_ops.h +include/cpl_aws.h include/cpl_config.h include/cpl_config_extras.h include/cpl_conv.h @@ -39,15 +40,16 @@ include/cpl_odbc.h include/cpl_port.h include/cpl_progress.h include/cpl_quad_tree.h +include/cpl_sha256.h include/cpl_spawn.h include/cpl_string.h include/cpl_time.h include/cpl_virtualmem.h include/cpl_vsi.h +include/cpl_vsi_error.h include/cpl_vsi_virtual.h include/cpl_vsil_curl_priv.h -include/cpl_win32ce_api.h -include/cpl_wince.h +include/cpl_worker_thread_pool.h include/cplkeywordparser.h include/gdal.h include/gdal_alg.h @@ -60,6 +62,7 @@ include/gdal_priv.h include/gdal_proxy.h include/gdal_rat.h include/gdal_simplesurf.h +include/gdal_utils.h include/gdal_version.h include/gdal_vrt.h include/gdalexif.h @@ -69,10 +72,12 @@ include/gdalgrid_priv.h include/gdaljp2abstractdataset.h include/gdaljp2metadata.h include/gdaljp2metadatagenerator.h +include/gdalpansharpen.h include/gdalsse_priv.h include/gdalwarper.h include/gdalwarpkernel_opencl.h include/gvgcpfit.h +include/internal_qhull_headers.h include/memdataset.h include/ogr_api.h include/ogr_core.h