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: Thu Jun 27 23:32:31 UTC 2024
Modified Files:
pkgsrc/geography/gdal-lib: Makefile Makefile.common PLIST distinfo
pkgsrc/geography/py-gdal: Makefile
Log Message:
geography/gdal*: Update to 3.9.1
Upstream NEWS: bugfixes and minor improvements
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.23 -r1.24 pkgsrc/geography/gdal-lib/PLIST
cvs rdiff -u -r1.65 -r1.66 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.70 -r1.71 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.174 pkgsrc/geography/gdal-lib/Makefile:1.175
--- pkgsrc/geography/gdal-lib/Makefile:1.174 Wed Jun 19 12:00:44 2024
+++ pkgsrc/geography/gdal-lib/Makefile Thu Jun 27 23:32:31 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.174 2024/06/19 12:00:44 gdt Exp $
+# $NetBSD: Makefile,v 1.175 2024/06/27 23:32:31 gdt Exp $
-PKGREVISION= 2
.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.27 pkgsrc/geography/gdal-lib/Makefile.common:1.28
--- pkgsrc/geography/gdal-lib/Makefile.common:1.27 Thu May 23 13:42:25 2024
+++ pkgsrc/geography/gdal-lib/Makefile.common Thu Jun 27 23:32:31 2024
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile.common,v 1.27 2024/05/23 13:42:25 gdt Exp $
+# $NetBSD: Makefile.common,v 1.28 2024/06/27 23:32:31 gdt Exp $
#
# used by geography/gdal-lib/Makefile
# used by geography/py-gdal/Makefile
-VERSION_BASE= 3.9.0
+VERSION_BASE= 3.9.1
+PLIST_SUBST+= VERSION_BASE=${VERSION_BASE}
# Accomodate testing unreleased versions.
-#VERSION_RC= rc1
+#VERSION_RC= rc2
VERSION= ${VERSION_BASE}${VERSION_RC}
DISTNAME= gdal-${VERSION}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/geography/gdal-lib/PLIST
diff -u pkgsrc/geography/gdal-lib/PLIST:1.23 pkgsrc/geography/gdal-lib/PLIST:1.24
--- pkgsrc/geography/gdal-lib/PLIST:1.23 Thu May 23 13:42:25 2024
+++ pkgsrc/geography/gdal-lib/PLIST Thu Jun 27 23:32:31 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2024/05/23 13:42:25 gdt Exp $
+@comment $NetBSD: PLIST,v 1.24 2024/06/27 23:32:31 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.35
-lib/libgdal.so.35.${PKGVERSION}
+lib/libgdal.so.35.${VERSION_BASE}
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.65 pkgsrc/geography/gdal-lib/distinfo:1.66
--- pkgsrc/geography/gdal-lib/distinfo:1.65 Thu Jun 13 16:54:50 2024
+++ pkgsrc/geography/gdal-lib/distinfo Thu Jun 27 23:32:31 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.65 2024/06/13 16:54:50 jperkin Exp $
+$NetBSD: distinfo,v 1.66 2024/06/27 23:32:31 gdt Exp $
-BLAKE2s (gdal-3.9.0.tar.xz) = a69d7dc8e3ffc7336aa73414c9786f211fa4366d5428c14a50df51025bb100ae
-SHA512 (gdal-3.9.0.tar.xz) = 05e50a3898b4c71351125c59b0058eb8213858ef14f213b251dee44638522e7e87ed660d028677803a74728543531b0f438e53a543e6529bb8cdc391e9a09b02
-Size (gdal-3.9.0.tar.xz) = 9081116 bytes
+BLAKE2s (gdal-3.9.1.tar.xz) = b7b4b6ef563e99f73b2e8bff228d924665cab086ecbe67a1dc2abc5c83088723
+SHA512 (gdal-3.9.1.tar.xz) = 5f4edc65ffb1eb187fa83259a25f4a078fbc75e21b39d21b17660a8ccf3322ca13de263ff91531cdf7a2e2871d1dd4275b88af37c122080fc16bef2436e1edb6
+Size (gdal-3.9.1.tar.xz) = 9098844 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.70 pkgsrc/geography/py-gdal/Makefile:1.71
--- pkgsrc/geography/py-gdal/Makefile:1.70 Wed Jun 19 12:00:45 2024
+++ pkgsrc/geography/py-gdal/Makefile Thu Jun 27 23:32:31 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.70 2024/06/19 12:00:45 gdt Exp $
+# $NetBSD: Makefile,v 1.71 2024/06/27 23:32:31 gdt Exp $
-PKGREVISION= 3
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
#PKGREVISION= 0
@@ -21,7 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-WHEEL_NAME= GDAL-${PKGVERSION_NOREV}
+WHEEL_NAME= GDAL-${VERSION_BASE}
PYSETUPSUBDIR= build/swig/python
# Upstream's distfile does not have a ready-to-use python module
Home |
Main Index |
Thread Index |
Old Index