From owner-svn-ports-head@freebsd.org Thu May 5 00:00:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AAFDB2DF8C; Thu, 5 May 2016 00:00:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25E501AF9; Thu, 5 May 2016 00:00:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u45007c2079301; Thu, 5 May 2016 00:00:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u45007ka079297; Thu, 5 May 2016 00:00:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605050000.u45007ka079297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 May 2016 00:00:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414615 - in head/graphics/gdal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 00:00:08 -0000 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 + #include +-#include "../zlib/zlib.h" ++#include + + 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