geography/gdal-lib: Update to 3.4.3
Upstream changes are bugfixes and minor improvements.
This commit is contained in:
parent
8055ccaa20
commit
cf5a3ce826
4 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.146 2022/04/18 19:09:51 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.147 2022/05/08 12:47:20 gdt Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
.include "../../geography/gdal-lib/Makefile.common"
|
||||
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
|
||||
#PKGREVISION= 0
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile.common,v 1.17 2022/03/14 15:10:16 gdt Exp $
|
||||
# $NetBSD: Makefile.common,v 1.18 2022/05/08 12:47:20 gdt Exp $
|
||||
#
|
||||
# used by geography/gdal-lib/Makefile
|
||||
# used by geography/py-gdal/Makefile
|
||||
|
||||
# Accomodate testing unreleased versions.
|
||||
VERSION_BASE= 3.4.2
|
||||
VERSION_BASE= 3.4.3
|
||||
#VERSION_RC= rc1
|
||||
VERSION= ${VERSION_BASE}${VERSION_RC}
|
||||
DISTNAME= gdal-${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.53 2022/03/14 15:10:16 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.54 2022/05/08 12:47:20 gdt Exp $
|
||||
|
||||
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
|
||||
BLAKE2s (gdal-3.4.3.tar.xz) = 20e121284aee5274416fd2501ae3ec588a543acc48e4cd7a5209e581bfd807cd
|
||||
SHA512 (gdal-3.4.3.tar.xz) = 2b97e44b9bd84eb43b4c4894b7b6e748522b2f5e8b6cbecc8247fe5ea862795dd44ba2b52934a83688a949805cee4eef9f1aa66360fb831fea3eae956ab0bef3
|
||||
Size (gdal-3.4.3.tar.xz) = 13275504 bytes
|
||||
SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# $NetBSD: Makefile,v 1.47 2022/04/18 19:11:13 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2022/05/08 12:47:20 gdt Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
.include "../../geography/gdal-lib/Makefile.common"
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
#PKGREVISION= 0
|
||||
|
@ -19,6 +18,8 @@ INSTALLATION_DIRS= bin
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
#For testing future versions from git:
|
||||
#EGG_NAME= GDAL-3.5.0.dev0
|
||||
EGG_NAME?= GDAL-${VERSION_BASE}
|
||||
EGG_INFODIR?= ${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
|
||||
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
|
||||
|
|
Loading…
Reference in a new issue