From f120aeba9c42475f062c76ae29122109c628d7c2 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 13 Jan 2017 02:26:04 +0000 Subject: Update to 1.11.5 Upstream changes: bug fixes. --- geography/gdal-lib/Makefile | 5 ++--- geography/gdal-lib/distinfo | 11 ++++++----- .../gdal-lib/patches/patch-dist__docs_install__unx.sh | 16 ++++++++++++++++ 3 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 geography/gdal-lib/patches/patch-dist__docs_install__unx.sh (limited to 'geography/gdal-lib') diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index b6273c8770b..a2f49a6d56b 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2017/01/01 16:05:58 adam Exp $ +# $NetBSD: Makefile,v 1.87 2017/01/13 02:26:04 gdt Exp $ -DISTNAME= gdal-1.11.3 +DISTNAME= gdal-1.11.5 PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} -PKGREVISION= 8 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/ diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo index 5b2fb2cda4b..5c3cc6eabd5 100644 --- a/geography/gdal-lib/distinfo +++ b/geography/gdal-lib/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.29 2016/12/17 23:24:31 joerg Exp $ +$NetBSD: distinfo,v 1.30 2017/01/13 02:26:04 gdt Exp $ -SHA1 (gdal-1.11.3.tar.gz) = f0cfa13f62a2ad0f545327897cb90f0f0e08bc63 -RMD160 (gdal-1.11.3.tar.gz) = 8373d8d83d4614cb4086d4048531a4845c588649 -SHA512 (gdal-1.11.3.tar.gz) = 689b36a674fd5763a83e63f3a00460c44149a9447d31793d4e4dc2700c862775d565d5915bf3ac9594f0777ae89cf34c90b82820537d0f4d4d5c2c6a5d78d033 -Size (gdal-1.11.3.tar.gz) = 10758778 bytes +SHA1 (gdal-1.11.5.tar.gz) = b510f3852e696cffe25c13ab0f8cb06805121c0a +RMD160 (gdal-1.11.5.tar.gz) = a23f1303802df730563aceee8b4a673abf22ddba +SHA512 (gdal-1.11.5.tar.gz) = 30d2982a64a243ba662ba7f64e86f927063ec91fdba124837a47d286602a0d55852ace92d7f722ffd2183c32e6cd61f0f7e826101ee19e58b50ed7fa671b80a4 +Size (gdal-1.11.5.tar.gz) = 10748545 bytes SHA1 (patch-GDALmake.opt.in) = f8096596d1b808d0c0a02e95ad5d0664b1c895eb +SHA1 (patch-dist__docs_install__unx.sh) = 359b90c592e002b4b9a8dc0fe6b07300c39c9bf6 SHA1 (patch-frmts_grib_degrib18_degrib_myutil.c) = 6179ba75d77607cefa6f2413c50443054308cdd3 SHA1 (patch-frmts_jpeg2000_jpeg2000__vsil__io.cpp) = 89d5d3d8e1604c76cc22ed931a170dfe61ad6880 diff --git a/geography/gdal-lib/patches/patch-dist__docs_install__unx.sh b/geography/gdal-lib/patches/patch-dist__docs_install__unx.sh new file mode 100644 index 00000000000..bb34c92fe73 --- /dev/null +++ b/geography/gdal-lib/patches/patch-dist__docs_install__unx.sh @@ -0,0 +1,16 @@ +$NetBSD: patch-dist__docs_install__unx.sh,v 1.1 2017/01/13 02:26:04 gdt Exp $ + +Remediate bashisms. +Not yet reported upstream. + +--- dist_docs/install_unx.sh.orig 2016-07-01 08:55:08.000000000 +0000 ++++ dist_docs/install_unx.sh +@@ -58,7 +58,7 @@ done + cp share/gdal/* $PREFIX/share/gdal + + for EXECUTABLE in bin/* ; do +- if test "$EXECUTABLE" == "bin/gdal-config" -o "$EXECUTABLE" == "bin/burnpath" ; then ++ if test "$EXECUTABLE" = "bin/gdal-config" -o "$EXECUTABLE" = "bin/burnpath" ; then + /bin/true + else + cp $EXECUTABLE $PREFIX/bin -- cgit v1.2.3