Date: Tue, 26 Jan 2021 14:01:54 +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: r562674 - head/graphics/gdal Message-ID: <202101261401.10QE1sBW080956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 26 14:01:53 2021 New Revision: 562674 URL: https://svnweb.freebsd.org/changeset/ports/562674 Log: Update to 3.2.1 Changes: https://github.com/OSGeo/gdal/blob/release/3.2/gdal/NEWS PR: 252569 Exp-run by: antoine Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo head/graphics/gdal/pkg-plist Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Tue Jan 26 14:01:34 2021 (r562673) +++ head/graphics/gdal/Makefile Tue Jan 26 14:01:53 2021 (r562674) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 3.1.4 -PORTREVISION= 5 +PORTVERSION= 3.2.1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -36,11 +35,12 @@ EXR_DESC= EXR support via OpenEXR library PCRE_DESC= Regular expression support for SQLite TILEDB_DESC= TileDB support -USES= compiler:c++11-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz +USES= compiler:c++14-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${PREFIX}/share \ --enable-static=yes \ + --with-cpp14 \ --with-crypto=yes \ --with-geotiff=yes \ --with-gif=yes \ @@ -62,7 +62,7 @@ GNU_CONFIGURE= yes LDFLAGS+= ${ICONV_LIB} MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile -USE_CXXSTD= c++11 +USE_CXXSTD= c++14 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Tue Jan 26 14:01:34 2021 (r562673) +++ head/graphics/gdal/distinfo Tue Jan 26 14:01:53 2021 (r562674) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680086 -SHA256 (gdal-3.1.4.tar.xz) = 7b82486f71c71cec61f9b237116212ce18ef6b90f068cbbf9f7de4fc50b576a8 -SIZE (gdal-3.1.4.tar.xz) = 12092576 +TIMESTAMP = 1609951574 +SHA256 (gdal-3.2.1.tar.xz) = 6c588b58fcb63ff3f288eb9f02d76791c0955ba9210d98c3abd879c770ae28ea +SIZE (gdal-3.2.1.tar.xz) = 12184208 Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Tue Jan 26 14:01:34 2021 (r562673) +++ head/graphics/gdal/pkg-plist Tue Jan 26 14:01:53 2021 (r562674) @@ -1,5 +1,6 @@ bin/gdal-config bin/gdal_contour +bin/gdal_create bin/gdal_grid bin/gdal_rasterize bin/gdal_translate @@ -13,7 +14,6 @@ bin/gdallocationinfo bin/gdalmanage bin/gdalmdiminfo bin/gdalmdimtranslate -bin/gdalserver bin/gdalsrsinfo bin/gdaltindex bin/gdaltransform @@ -188,6 +188,11 @@ libdata/pkgconfig/gdal.pc %%DATADIR%%/seed_2d.dgn %%DATADIR%%/seed_3d.dgn %%DATADIR%%/stateplane.csv +%%DATADIR%%/template_tiles.mapml +%%DATADIR%%/tms_LINZAntarticaMapTileGrid.json +%%DATADIR%%/tms_MapML_APSTILE.json +%%DATADIR%%/tms_MapML_CBMTILE.json +%%DATADIR%%/tms_NZTM2000.json %%DATADIR%%/trailer.dxf %%DATADIR%%/vdv452.xml %%DATADIR%%/vdv452.xsd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261401.10QE1sBW080956>