pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jan 13 02:26:04 UTC 2017

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile distinfo
Added Files:
        pkgsrc/geography/gdal-lib/patches: patch-dist__docs_install__unx.sh

Log Message:
Update to 1.11.5

Upstream changes: bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/geography/gdal-lib/patches/patch-dist__docs_install__unx.sh

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.86 pkgsrc/geography/gdal-lib/Makefile:1.87
--- pkgsrc/geography/gdal-lib/Makefile:1.86     Sun Jan  1 16:05:58 2017
+++ pkgsrc/geography/gdal-lib/Makefile  Fri Jan 13 02:26:04 2017
@@ -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}/
 

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.29 pkgsrc/geography/gdal-lib/distinfo:1.30
--- pkgsrc/geography/gdal-lib/distinfo:1.29     Sat Dec 17 23:24:31 2016
+++ pkgsrc/geography/gdal-lib/distinfo  Fri Jan 13 02:26:04 2017
@@ -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

Added files:

Index: pkgsrc/geography/gdal-lib/patches/patch-dist__docs_install__unx.sh
diff -u /dev/null pkgsrc/geography/gdal-lib/patches/patch-dist__docs_install__unx.sh:1.1
--- /dev/null   Fri Jan 13 02:26:04 2017
+++ pkgsrc/geography/gdal-lib/patches/patch-dist__docs_install__unx.sh  Fri Jan 13 02:26:04 2017
@@ -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



Home | Main Index | Thread Index | Old Index