pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography geography/gdal-lib: Update to 3.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b034461b6e6
branches:  trunk
changeset: 378874:1b034461b6e6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun May 08 12:47:20 2022 +0000

description:
geography/gdal-lib: Update to 3.4.3

Upstream changes are bugfixes and minor improvements.

diffstat:

 geography/gdal-lib/Makefile        |  3 +--
 geography/gdal-lib/Makefile.common |  4 ++--
 geography/gdal-lib/distinfo        |  8 ++++----
 geography/py-gdal/Makefile         |  5 +++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (61 lines):

diff -r 0c33b3bbff4c -r 1b034461b6e6 geography/gdal-lib/Makefile
--- a/geography/gdal-lib/Makefile       Sun May 08 12:39:03 2022 +0000
+++ b/geography/gdal-lib/Makefile       Sun May 08 12:47:20 2022 +0000
@@ -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
diff -r 0c33b3bbff4c -r 1b034461b6e6 geography/gdal-lib/Makefile.common
--- a/geography/gdal-lib/Makefile.common        Sun May 08 12:39:03 2022 +0000
+++ b/geography/gdal-lib/Makefile.common        Sun May 08 12:47:20 2022 +0000
@@ -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}
diff -r 0c33b3bbff4c -r 1b034461b6e6 geography/gdal-lib/distinfo
--- a/geography/gdal-lib/distinfo       Sun May 08 12:39:03 2022 +0000
+++ b/geography/gdal-lib/distinfo       Sun May 08 12:47:20 2022 +0000
@@ -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
diff -r 0c33b3bbff4c -r 1b034461b6e6 geography/py-gdal/Makefile
--- a/geography/py-gdal/Makefile        Sun May 08 12:39:03 2022 +0000
+++ b/geography/py-gdal/Makefile        Sun May 08 12:47:20 2022 +0000
@@ -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 @@
 
 .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