diff options
author | gdt <gdt@pkgsrc.org> | 2022-03-14 15:10:16 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-03-14 15:10:16 +0000 |
commit | 2702ef245caee8d44241de724ff508bde5123985 (patch) | |
tree | a705fed127ff99d0df9f7f6ab2ccacd2e648f093 | |
parent | b4e51d0771b53074200f3cb9c2ee2e3a42d04bf2 (diff) | |
download | pkgsrc-2702ef245caee8d44241de724ff508bde5123985.tar.gz |
geography/gdal*: Update to 3.4.2
Upstream changes are minor.
Tested with qgis, and gdal tests show only 3 failures on NetBSD 9 amd64.
-rw-r--r-- | geography/gdal-lib/Makefile.common | 4 | ||||
-rw-r--r-- | geography/gdal-lib/distinfo | 8 | ||||
-rw-r--r-- | geography/py-gdal/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/geography/gdal-lib/Makefile.common b/geography/gdal-lib/Makefile.common index f9eb984b566..be040ee5e1e 100644 --- a/geography/gdal-lib/Makefile.common +++ b/geography/gdal-lib/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.16 2022/01/18 16:25:20 gdt Exp $ +# $NetBSD: Makefile.common,v 1.17 2022/03/14 15:10:16 gdt Exp $ # # used by geography/gdal-lib/Makefile # used by geography/py-gdal/Makefile # Accomodate testing unreleased versions. -VERSION_BASE= 3.4.1 +VERSION_BASE= 3.4.2 #VERSION_RC= rc1 VERSION= ${VERSION_BASE}${VERSION_RC} DISTNAME= gdal-${VERSION} diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo index d4db3fcf8d8..a9b541ea2ce 100644 --- a/geography/gdal-lib/distinfo +++ b/geography/gdal-lib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2022/01/18 16:25:20 gdt Exp $ +$NetBSD: distinfo,v 1.53 2022/03/14 15:10:16 gdt Exp $ -BLAKE2s (gdal-3.4.1.tar.xz) = 311ed449eddfa90c494fad56e7faeb93689f10ccc133f603cae6a3225875c44a -SHA512 (gdal-3.4.1.tar.xz) = a66362996f255cb75116693b4ee398337ec8b9699b5cd7fed90105f72832faa20750b77ebbc3e8d59ab72a23b35c4e4e78513cc803bd93e1b7846711ccfb5bff -Size (gdal-3.4.1.tar.xz) = 13257288 bytes +BLAKE2s (gdal-3.4.2.tar.xz) = 83afb428bba2cca815db46c77686594e119a11b55715498367a126ca9a6507ec +SHA512 (gdal-3.4.2.tar.xz) = 7b7e2800b2c23ffe6b7739fbf77748e3be2db9e34b061753da5e175f6ad6ed7f9f91856d3838f071a17a6afab96c258d37a15502e254d2008310d3061031af73 +Size (gdal-3.4.2.tar.xz) = 13273280 bytes SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5 diff --git a/geography/py-gdal/Makefile b/geography/py-gdal/Makefile index 10df49db3a2..808af144047 100644 --- a/geography/py-gdal/Makefile +++ b/geography/py-gdal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2022/01/19 15:40:55 gdt Exp $ +# $NetBSD: Makefile,v 1.45 2022/03/14 15:10:16 gdt Exp $ .include "../../geography/gdal-lib/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 0 COMMENT= Translator library for raster geospatial data formats, Python binding |