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 Jan 13 18:40:46 UTC 2025

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile Makefile.common PLIST distinfo
        pkgsrc/geography/py-gdal: Makefile

Log Message:
geography/gdal*: Update to 3.10.1

Upstream NEWS:
GDAL 3.10.1 is a bugfix release.


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.25 -r1.26 pkgsrc/geography/gdal-lib/PLIST
cvs rdiff -u -r1.69 -r1.70 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.77 -r1.78 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.181 pkgsrc/geography/gdal-lib/Makefile:1.182
--- pkgsrc/geography/gdal-lib/Makefile:1.181    Thu Nov 14 22:20:01 2024
+++ pkgsrc/geography/gdal-lib/Makefile  Mon Jan 13 18:40:46 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.181 2024/11/14 22:20:01 wiz Exp $
+# $NetBSD: Makefile,v 1.182 2025/01/13 18:40:46 gdt Exp $
 
-PKGREVISION= 1
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${DISTNAME:S/gdal/gdal-lib/}
 #PKGREVISION=  0

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.32 pkgsrc/geography/gdal-lib/Makefile.common:1.33
--- pkgsrc/geography/gdal-lib/Makefile.common:1.32      Thu Nov  7 12:56:36 2024
+++ pkgsrc/geography/gdal-lib/Makefile.common   Mon Jan 13 18:40:46 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.32 2024/11/07 12:56:36 gdt Exp $
+# $NetBSD: Makefile.common,v 1.33 2025/01/13 18:40:46 gdt Exp $
 #
 # used by geography/gdal-lib/Makefile
 # used by geography/py-gdal/Makefile
 
-VERSION_BASE=  3.10.0
+VERSION_BASE=  3.10.1
 PLIST_SUBST+=  VERSION_BASE=${VERSION_BASE}
 # Accomodate testing unreleased versions.
 #VERSION_RC=   rc1

Index: pkgsrc/geography/gdal-lib/PLIST
diff -u pkgsrc/geography/gdal-lib/PLIST:1.25 pkgsrc/geography/gdal-lib/PLIST:1.26
--- pkgsrc/geography/gdal-lib/PLIST:1.25        Thu Nov  7 12:56:36 2024
+++ pkgsrc/geography/gdal-lib/PLIST     Mon Jan 13 18:40:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2024/11/07 12:56:36 gdt Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/01/13 18:40:46 gdt Exp $
 bin/gdal-config
 bin/gdal_contour
 bin/gdal_create
@@ -102,7 +102,7 @@ lib/cmake/gdal/GDALConfigVersion.cmake
 lib/gdalplugins/drivers.ini
 lib/libgdal.so
 lib/libgdal.so.36
-lib/libgdal.so.36.3.10.0
+lib/libgdal.so.36.3.10.1
 lib/pkgconfig/gdal.pc
 man/man1/gdal-config.1
 man/man1/gdal2tiles.1

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.69 pkgsrc/geography/gdal-lib/distinfo:1.70
--- pkgsrc/geography/gdal-lib/distinfo:1.69     Thu Nov  7 12:56:36 2024
+++ pkgsrc/geography/gdal-lib/distinfo  Mon Jan 13 18:40:46 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.69 2024/11/07 12:56:36 gdt Exp $
+$NetBSD: distinfo,v 1.70 2025/01/13 18:40:46 gdt Exp $
 
-BLAKE2s (gdal-3.10.0.tar.xz) = 2495f847409b2a32255d3e4eed1b559b143146a745b30fe2bcdf842cc5fd4dcc
-SHA512 (gdal-3.10.0.tar.xz) = 0465bdabedb29dda43ce08a1202e12954417ca83db1a75c526e8ef6d070c2949df1a40608676785f30c0d6bd336cf4ea981a697587ef7fa795b5b402a1e64929
-Size (gdal-3.10.0.tar.xz) = 9194528 bytes
+BLAKE2s (gdal-3.10.1.tar.xz) = 8f9a4d3d732da7389f993a2fb889fb697b1805d86cb13f9f10236ede7d98b52a
+SHA512 (gdal-3.10.1.tar.xz) = 0d1d82648017c651db53576d71d009f0af3f9c65db3e3579e7d4a8130f89c64e0b2486b129fb30efca8b8ba26b86ebb2884e50989c507481ec27d0bbadecba6d
+Size (gdal-3.10.1.tar.xz) = 9204640 bytes
 SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
 SHA1 (patch-port_cpl__port.h) = 1a8e90085b4390edb4ec2b40b68f83093fbe164d

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.77 pkgsrc/geography/py-gdal/Makefile:1.78
--- pkgsrc/geography/py-gdal/Makefile:1.77      Thu Nov 14 22:20:02 2024
+++ pkgsrc/geography/py-gdal/Makefile   Mon Jan 13 18:40:46 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.77 2024/11/14 22:20:02 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2025/01/13 18:40:46 gdt Exp $
 
-PKGREVISION= 1
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 #PKGREVISION=  0



Home | Main Index | Thread Index | Old Index