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:           Sun May  8 12:47:20 UTC 2022

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

Log Message:
geography/gdal-lib: Update to 3.4.3

Upstream changes are bugfixes and minor improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.53 -r1.54 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.47 -r1.48 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.146 pkgsrc/geography/gdal-lib/Makefile:1.147
--- pkgsrc/geography/gdal-lib/Makefile:1.146    Mon Apr 18 19:09:51 2022
+++ pkgsrc/geography/gdal-lib/Makefile  Sun May  8 12:47:20 2022
@@ -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

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.17 pkgsrc/geography/gdal-lib/Makefile.common:1.18
--- pkgsrc/geography/gdal-lib/Makefile.common:1.17      Mon Mar 14 15:10:16 2022
+++ pkgsrc/geography/gdal-lib/Makefile.common   Sun May  8 12:47:20 2022
@@ -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}

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.53 pkgsrc/geography/gdal-lib/distinfo:1.54
--- pkgsrc/geography/gdal-lib/distinfo:1.53     Mon Mar 14 15:10:16 2022
+++ pkgsrc/geography/gdal-lib/distinfo  Sun May  8 12:47:20 2022
@@ -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

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.47 pkgsrc/geography/py-gdal/Makefile:1.48
--- pkgsrc/geography/py-gdal/Makefile:1.47      Mon Apr 18 19:11:13 2022
+++ pkgsrc/geography/py-gdal/Makefile   Sun May  8 12:47:20 2022
@@ -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}



Home | Main Index | Thread Index | Old Index