pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Nov  8 14:44:26 UTC 2021

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile Makefile.common distinfo
        pkgsrc/geography/py-gdal: Makefile
Removed Files:
        pkgsrc/geography/gdal-lib/patches: patch-gcore_gdalopeninfo.cpp

Log Message:
geography/gdal: Update to 3.3.3

Upstream changes: bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.50 -r1.51 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/geography/gdal-lib/patches/patch-gcore_gdalopeninfo.cpp
cvs rdiff -u -r1.38 -r1.39 pkgsrc/geography/py-gdal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.142 pkgsrc/geography/gdal-lib/Makefile:1.143
--- pkgsrc/geography/gdal-lib/Makefile:1.142    Thu Oct 21 00:28:05 2021
+++ pkgsrc/geography/gdal-lib/Makefile  Mon Nov  8 14:44:26 2021
@@ -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
 

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.14 pkgsrc/geography/gdal-lib/Makefile.common:1.15
--- pkgsrc/geography/gdal-lib/Makefile.common:1.14      Wed Sep  8 22:48:13 2021
+++ pkgsrc/geography/gdal-lib/Makefile.common   Mon Nov  8 14:44:26 2021
@@ -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}

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.50 pkgsrc/geography/gdal-lib/distinfo:1.51
--- pkgsrc/geography/gdal-lib/distinfo:1.50     Tue Oct 26 10:45:09 2021
+++ pkgsrc/geography/gdal-lib/distinfo  Mon Nov  8 14:44:26 2021
@@ -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

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.38 pkgsrc/geography/py-gdal/Makefile:1.39
--- pkgsrc/geography/py-gdal/Makefile:1.38      Thu Oct 21 00:28:05 2021
+++ pkgsrc/geography/py-gdal/Makefile   Mon Nov  8 14:44:26 2021
@@ -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
 



Home | Main Index | Thread Index | Old Index