Date: Tue, 11 May 2021 21:51:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 009c0c730c1c - main - graphics/gdal: Update to 3.2.3 Message-ID: <202105112151.14BLpnT0093904@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=009c0c730c1c66e5946be3f468c907d42d167283 commit 009c0c730c1c66e5946be3f468c907d42d167283 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-11 21:15:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-11 21:47:02 +0000 graphics/gdal: Update to 3.2.3 Changes: https://github.com/OSGeo/gdal/releases https://github.com/OSGeo/gdal/blob/release/3.2/gdal/NEWS --- graphics/gdal/Makefile | 6 +++--- graphics/gdal/distinfo | 6 +++--- graphics/gdal/pkg-descr | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 6b45525ccf2e..6fabdc10c03b 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,8 +1,7 @@ # Created by: Randall Hopper PORTNAME= gdal -PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTVERSION= 3.2.3 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -107,7 +106,8 @@ ECW_LIB_DEPENDS= libNCSEcw.so:graphics/libecwj2 EXPAT_CONFIGURE_WITH= expat EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2 EXR_CONFIGURE_WITH= exr -EXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr libImath.so:math/Imath +EXR_LIB_DEPENDS= libImath.so:math/Imath \ + libOpenEXR.so:graphics/openexr EXR_CFLAGS= -DInt64=uint64_t FREEXL_CONFIGURE_WITH= freexl FREEXL_LIB_DEPENDS= libfreexl.so:textproc/freexl diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 88404e2cfec5..ba3e737a6b1b 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619198407 -SHA256 (gdal-3.2.2.tar.xz) = a7e1e414e5c405af48982bf4724a3da64a05770254f2ce8affb5f58a7604ca57 -SIZE (gdal-3.2.2.tar.xz) = 12251728 +TIMESTAMP = 1620405367 +SHA256 (gdal-3.2.3.tar.xz) = d9ec8458fe97fd02bf36379e7f63eaafce1005eeb60e329ed25bb2d2a17a796f +SIZE (gdal-3.2.3.tar.xz) = 12259160 diff --git a/graphics/gdal/pkg-descr b/graphics/gdal/pkg-descr index 1e4000de49d6..4ce48f7530ea 100644 --- a/graphics/gdal/pkg-descr +++ b/graphics/gdal/pkg-descr @@ -13,3 +13,4 @@ raw, DTED, SDTS DEM, JPEG, PNG and Arc/Info Binary/ASCII Grid. A full list of supported data formats is available on the official website. WWW: https://gdal.org/ +WWW: https://github.com/OSGeo/gdal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112151.14BLpnT0093904>