Date: Thu, 5 May 2016 00:00:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414615 - in head/graphics/gdal: . files Message-ID: <201605050000.u45007ka079297@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 5 00:00:06 2016 New Revision: 414615 URL: https://svnweb.freebsd.org/changeset/ports/414615 Log: - Update to 2.1.0 Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News Added: head/graphics/gdal/files/ head/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp (contents, props changed) Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo head/graphics/gdal/pkg-plist Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed May 4 21:12:41 2016 (r414614) +++ head/graphics/gdal/Makefile Thu May 5 00:00:06 2016 (r414615) @@ -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}/ \ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Wed May 4 21:12:41 2016 (r414614) +++ head/graphics/gdal/distinfo Thu May 5 00:00:06 2016 (r414615) @@ -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 Added: head/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdal/files/patch-frmts-mrf-mrf_band.cpp Thu May 5 00:00:06 2016 (r414615) @@ -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 <vector> + #include <assert.h> +-#include "../zlib/zlib.h" ++#include <zlib.h> + + using std::vector; + using std::string; Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Wed May 4 21:12:41 2016 (r414614) +++ head/graphics/gdal/pkg-plist Thu May 5 00:00:06 2016 (r414615) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605050000.u45007ka079297>