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.
This commit is contained in:
parent
ee3125ed0e
commit
79f18092bf
3 changed files with 8 additions and 8 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue