Mon Nov 8 14:44:26 2021 UTC ()
geography/gdal: Update to 3.3.3

Upstream changes: bug fixes


(gdt)
diff -r1.142 -r1.143 pkgsrc/geography/gdal-lib/Makefile
diff -r1.14 -r1.15 pkgsrc/geography/gdal-lib/Makefile.common
diff -r1.50 -r1.51 pkgsrc/geography/gdal-lib/distinfo
diff -r1.1 -r0 pkgsrc/geography/gdal-lib/patches/patch-gcore_gdalopeninfo.cpp
diff -r1.38 -r1.39 pkgsrc/geography/py-gdal/Makefile

cvs diff -r1.142 -r1.143 pkgsrc/geography/gdal-lib/Makefile (expand / switch to context diff)
--- pkgsrc/geography/gdal-lib/Makefile 2021/10/21 00:28:05 1.142
+++ pkgsrc/geography/gdal-lib/Makefile 2021/11/08 14:44:26 1.143
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.142 2021/10/21 00:28:05 gdt Exp $
+# $NetBSD: Makefile,v 1.143 2021/11/08 14:44:26 gdt Exp $
 
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=	${DISTNAME:S/gdal/gdal-lib/}
-PKGREVISION=	2
+#PKGREVISION=	0
 
 COMMENT=	Translator library for raster geospatial data formats
 

cvs diff -r1.14 -r1.15 pkgsrc/geography/gdal-lib/Makefile.common (expand / switch to context diff)
--- pkgsrc/geography/gdal-lib/Makefile.common 2021/09/08 22:48:13 1.14
+++ pkgsrc/geography/gdal-lib/Makefile.common 2021/11/08 14:44:26 1.15
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.14 2021/09/08 22:48:13 gdt Exp $
+# $NetBSD: Makefile.common,v 1.15 2021/11/08 14:44:26 gdt Exp $
 #
 # used by geography/gdal-lib/Makefile
 # used by geography/py-gdal/Makefile
 
 # Accomodate testing unreleased versions.
-VERSION_BASE=	3.3.2
+VERSION_BASE=	3.3.3
 #VERSION_RC=	rc1
 VERSION=	${VERSION_BASE}${VERSION_RC}
 DISTNAME=	gdal-${VERSION}

cvs diff -r1.50 -r1.51 pkgsrc/geography/gdal-lib/distinfo (expand / switch to context diff)
--- pkgsrc/geography/gdal-lib/distinfo 2021/10/26 10:45:09 1.50
+++ pkgsrc/geography/gdal-lib/distinfo 2021/11/08 14:44:26 1.51
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.50 2021/10/26 10:45:09 nia Exp $
+$NetBSD: distinfo,v 1.51 2021/11/08 14:44:26 gdt Exp $
 
-BLAKE2s (gdal-3.3.2.tar.xz) = adab576231bb50cd95ab7d801236f32513cd08de051de3fccea029679b031892
-SHA512 (gdal-3.3.2.tar.xz) = 24599095a9185b3ca5170609cbcf682756c9d5f4c43343034f89c1cbb237bc943702c167731c926eaacfb0d5385dede21e5c5c4c27bc6c3b3b8ee18d9e8ceee5
-Size (gdal-3.3.2.tar.xz) = 12940900 bytes
+BLAKE2s (gdal-3.3.3.tar.xz) = 550ab58c940e43d2e7c6703359fe8394b56657e0fcd4f7852ef03fe0d290bbe5
+SHA512 (gdal-3.3.3.tar.xz) = ef67df029a6051f05872cec58d6f5822a64fa5b130de65acf5c5544856eb92e074574abb840ac540cc8473998e80038fd5e760e3737167e4f507fd3a1df30031
+Size (gdal-3.3.3.tar.xz) = 12946356 bytes
 SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
-SHA1 (patch-gcore_gdalopeninfo.cpp) = 1650dd183a97e8b14004349974e08be136363c03
 SHA1 (patch-port_cpl__conv.cpp) = bd77ae1b4cf1bed41be4b8189391156fdc68f57d

File Deleted: pkgsrc/geography/gdal-lib/patches/Attic/patch-gcore_gdalopeninfo.cpp

cvs diff -r1.38 -r1.39 pkgsrc/geography/py-gdal/Makefile (expand / switch to context diff)
--- pkgsrc/geography/py-gdal/Makefile 2021/10/21 00:28:05 1.38
+++ pkgsrc/geography/py-gdal/Makefile 2021/11/08 14:44:26 1.39
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2021/10/21 00:28:05 gdt Exp $
+# $NetBSD: Makefile,v 1.39 2021/11/08 14:44:26 gdt Exp $
 
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	2
+#PKGREVISION=	0
 
 COMMENT=	Translator library for raster geospatial data formats, Python binding