diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-30 22:04:11 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-03-30 22:04:11 +0000 |
commit | 378c4b34a726d1469537fe29722e969228895cd0 (patch) | |
tree | bb9f45edd860b781988b6b574c88ba21814e2bcd | |
parent | 7d3860ad209d296f1a4b89f52c5651308ce254dc (diff) |
graphics/gdal: Update to 3.4.2
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.4/gdal/NEWS.md
-rw-r--r-- | graphics/gdal/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdal/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index ee31f0951925..bbef63ae823d 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,8 +1,7 @@ # Created by: Randall Hopper PORTNAME= gdal -PORTVERSION= 3.4.1 -PORTREVISION= 10 +PORTVERSION= 3.4.2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -57,6 +56,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share \ --with-liblzma=yes \ --with-libtiff=yes \ --with-libz=/usr \ + --with-msg=no \ --with-pcidsk=internal \ --with-pcraster=internal \ --with-png=yes \ diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 78b830b720e5..a45bc7d4171c 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642102175 -SHA256 (gdal-3.4.1.tar.xz) = 332f053516ca45101ef0f7fa96309b64242688a8024780a5d93be0230e42173d -SIZE (gdal-3.4.1.tar.xz) = 13257288 +TIMESTAMP = 1648248856 +SHA256 (gdal-3.4.2.tar.xz) = 16baf03dfccf9e3f72bb2e15cd2d5b3f4be0437cdff8a785bceab0c7be557335 +SIZE (gdal-3.4.2.tar.xz) = 13273280 |