1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2021-05-12 05:15:24 +08:00
parent 67b25c0d1a
commit 009c0c730c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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