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  4 17:33:18 UTC 2019

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

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

(Also update py-gdal as it shares the distfile.)

Note that the upgrade to 3.0.x is pending evaluation of impact on
depending packages.

Upstream changes: basically bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.39 -r1.40 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/geography/gdal-lib/patches/patch-ogr_ogrlinestring.cpp
cvs rdiff -u -r1.14 -r1.15 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.117 pkgsrc/geography/gdal-lib/Makefile:1.118
--- pkgsrc/geography/gdal-lib/Makefile:1.117    Thu Aug 22 12:23:15 2019
+++ pkgsrc/geography/gdal-lib/Makefile  Mon Nov  4 17:33:18 2019
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.117 2019/08/22 12:23:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.118 2019/11/04 17:33:18 gdt Exp $
 
-PKGREVISION=   6
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${DISTNAME:S/gdal/gdal-lib/}
 

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.6 pkgsrc/geography/gdal-lib/Makefile.common:1.7
--- pkgsrc/geography/gdal-lib/Makefile.common:1.6       Tue Jul 16 21:24:47 2019
+++ pkgsrc/geography/gdal-lib/Makefile.common   Mon Nov  4 17:33:18 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.6 2019/07/16 21:24:47 nia Exp $
+# $NetBSD: Makefile.common,v 1.7 2019/11/04 17:33:18 gdt Exp $
 #
 # used by geography/gdal-lib/Makefile
 # used by geography/py-gdal/Makefile
 
-VERSION=       2.4.1
+VERSION=       2.4.3
 DISTNAME=      gdal-${VERSION}
 CATEGORIES=    geography
 MASTER_SITES=  http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.39 pkgsrc/geography/gdal-lib/distinfo:1.40
--- pkgsrc/geography/gdal-lib/distinfo:1.39     Fri Mar 22 15:31:11 2019
+++ pkgsrc/geography/gdal-lib/distinfo  Mon Nov  4 17:33:18 2019
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.39 2019/03/22 15:31:11 gdt Exp $
+$NetBSD: distinfo,v 1.40 2019/11/04 17:33:18 gdt Exp $
 
-SHA1 (gdal-2.4.1.tar.gz) = cb5dec7fe1a6b6cae44f520724ef3e8ac290d8bd
-RMD160 (gdal-2.4.1.tar.gz) = cb46f21e808f67110f3198cb827822342b94a50c
-SHA512 (gdal-2.4.1.tar.gz) = b25e49f343986af6f37e0bec6dc3084cbcf1a0080da5cfd91d1a58c1d9ffd2ac355299d66534e63e89358cbb15ecd0f2ae934d91bbd2a3749889dadaf266e483
-Size (gdal-2.4.1.tar.gz) = 14546610 bytes
+SHA1 (gdal-2.4.3.tar.gz) = 82e9b40b78a3272377ca5bff0c2403020e517601
+RMD160 (gdal-2.4.3.tar.gz) = bacc4c800924c210cc75c7b4f623a80eefee3fac
+SHA512 (gdal-2.4.3.tar.gz) = e532ce86c92724300ab443c42dd8cec0e74e41411a54d30222f98faa10623b31e616eda44da8f406ed01f3fc3c72c76e8ceb80c1dff733f8efcaa2e2e18132f6
+Size (gdal-2.4.3.tar.gz) = 14726748 bytes
 SHA1 (patch-apps_gdalserver.cpp) = 4a2b8bac29582c8fc02920840ee498026d87acca
 SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
-SHA1 (patch-ogr_ogrlinestring.cpp) = f42faff9f40bcc554a6a8ffdab7d1ad79a03680a
 SHA1 (patch-ogr_ogrsf__frmts_geojson_libjson_GNUmakefile) = 6a5061b6dd8c3a4fa1ad7c10ddc0b815b41a637d
 SHA1 (patch-port_cpl__conv.cpp) = e0c9d2dac25bc6f69f0af13a2c86ab5f0f521445

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.14 pkgsrc/geography/py-gdal/Makefile:1.15
--- pkgsrc/geography/py-gdal/Makefile:1.14      Thu Aug 22 12:23:16 2019
+++ pkgsrc/geography/py-gdal/Makefile   Mon Nov  4 17:33:18 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/08/22 12:23:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/04 17:33:18 gdt Exp $
 
 #PKGREVISION=  0
-PKGREVISION= 3
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 



Home | Main Index | Thread Index | Old Index