summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-03-21 23:20:12 +0000
committergdt <gdt@pkgsrc.org>2018-03-21 23:20:12 +0000
commit10339ab2ab9cf7ebcb72ce975ef57d3f4fbdc6e5 (patch)
tree3c292c162ea486bfab566c371a970420e735c9f0 /geography
parentb0b1c27cc99e9d82a9f74f317c9b94d98f7804d7 (diff)
downloadpkgsrc-10339ab2ab9cf7ebcb72ce975ef57d3f4fbdc6e5.tar.gz
gdal-lib: Update to 2.2.4
Update gdal-lib and py-gdal to 2.2.4. Upstream changes: bug fixes.
Diffstat (limited to 'geography')
-rw-r--r--geography/gdal-lib/Makefile3
-rw-r--r--geography/gdal-lib/Makefile.common4
-rw-r--r--geography/gdal-lib/distinfo10
-rw-r--r--geography/py-gdal/Makefile5
4 files changed, 10 insertions, 12 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 991d37968a7..f05e619473b 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.98 2018/03/02 01:15:27 gdt Exp $
+# $NetBSD: Makefile,v 1.99 2018/03/21 23:20:12 gdt Exp $
-PKGREVISION= 1
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
diff --git a/geography/gdal-lib/Makefile.common b/geography/gdal-lib/Makefile.common
index 943ad0a386a..849803862a9 100644
--- a/geography/gdal-lib/Makefile.common
+++ b/geography/gdal-lib/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.1 2018/02/19 12:05:17 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2018/03/21 23:20:12 gdt Exp $
#
# used by geography/gdal-lib/Makefile
# used by geography/py-gdal/Makefile
-DISTNAME= gdal-2.2.3
+DISTNAME= gdal-2.2.4
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/
diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo
index 75a9f69b70e..e66fd47880d 100644
--- a/geography/gdal-lib/distinfo
+++ b/geography/gdal-lib/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.34 2018/03/21 22:40:06 gdt Exp $
+$NetBSD: distinfo,v 1.35 2018/03/21 23:20:12 gdt Exp $
-SHA1 (gdal-2.2.3.tar.gz) = ba2bb0b7aedd227afc9541d13a857f967285db3c
-RMD160 (gdal-2.2.3.tar.gz) = 4fe078373c85e1f269e1821d3420a147dd29a909
-SHA512 (gdal-2.2.3.tar.gz) = 841e5ba3c1a442b678dcaabac719ea7707b817f3dc717a34430dc7ba1f2c27fa88e27b7a8645075fae6e16373b36e6c50f674bdd6b70d10059e6bc4be7a72046
-Size (gdal-2.2.3.tar.gz) = 13754766 bytes
+SHA1 (gdal-2.2.4.tar.gz) = 39c7d8e7c3d2345491d26acaa8bfed89dd56fd7d
+RMD160 (gdal-2.2.4.tar.gz) = c2a0fbaca8e8895fd8443b535ded768943afa5c8
+SHA512 (gdal-2.2.4.tar.gz) = 82085c4e0aa112fa04c8e2631f6836bd18c396b8a83d1fe87cdd7ed801c9f1f82238e542d22493cfa75eca75e65a805277748229d4a25996c80a87131ffef7e1
+Size (gdal-2.2.4.tar.gz) = 13774304 bytes
SHA1 (patch-apps_GNUmakefile) = 8e5de1b5bb9eab76a4f50b4ba2bd47573c5b08e2
SHA1 (patch-frmts_grib_degrib18_degrib_myutil.c) = 584e2e3e73df2001bd377094c28eea4b6a0c31cd
SHA1 (patch-ogr_ogrsf__frmts_geojson_libjson_GNUmakefile) = 214d51e0065d5fe3c6a2af5c84f365f22ad39fda
diff --git a/geography/py-gdal/Makefile b/geography/py-gdal/Makefile
index 9838df284f3..87ef4059f2a 100644
--- a/geography/py-gdal/Makefile
+++ b/geography/py-gdal/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.2 2018/03/02 01:19:25 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/21 23:20:12 gdt Exp $
-PKGREVISION= 1
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +18,7 @@ INSTALLATION_DIRS= bin
.include "../../mk/bsd.prefs.mk"
-EGG_NAME?= GDAL-2.2.2
+EGG_NAME?= GDAL-2.2.4
EGG_INFODIR?= ${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
PLIST_SUBST+= EGG_NAME=${EGG_NAME}-py${PYVERSSUFFIX}