Date: Sat, 28 Jan 2017 20:52:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432657 - in head/graphics/gdal: . files Message-ID: <201701282052.v0SKqIPh078264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 28 20:52:18 2017 New Revision: 432657 URL: https://svnweb.freebsd.org/changeset/ports/432657 Log: Update to 2.1.3 Changes: https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News Added: head/graphics/gdal/files/patch-scripts-GNUmakefile (contents, props changed) Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo head/graphics/gdal/pkg-plist Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Jan 28 20:52:13 2017 (r432656) +++ head/graphics/gdal/Makefile Sat Jan 28 20:52:18 2017 (r432657) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.1.2 -PORTREVISION= 3 +PORTVERSION= 2.1.3 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Sat Jan 28 20:52:13 2017 (r432656) +++ head/graphics/gdal/distinfo Sat Jan 28 20:52:18 2017 (r432657) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479600322 -SHA256 (gdal-2.1.2.tar.xz) = b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374 -SIZE (gdal-2.1.2.tar.xz) = 7700260 +TIMESTAMP = 1485557229 +SHA256 (gdal-2.1.3.tar.xz) = b489793627e6cb8d2ff8d7737b61daf58382fe189fae4c581ddfd48c04b49005 +SIZE (gdal-2.1.3.tar.xz) = 7707436 Added: head/graphics/gdal/files/patch-scripts-GNUmakefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gdal/files/patch-scripts-GNUmakefile Sat Jan 28 20:52:18 2017 (r432657) @@ -0,0 +1,12 @@ +--- scripts/GNUmakefile.orig 2017-01-20 08:20:46 UTC ++++ scripts/GNUmakefile +@@ -4,7 +4,5 @@ completion: + PATH=$(GDAL_ROOT)/swig/python/scripts:$(GDAL_ROOT)/apps:$(PATH) python completionFinder.py gdal-bash-completion.sh + + install: +- if test "x`pkg-config --version 2>/dev/null`" != "x" -a "x`pkg-config --variable=compatdir bash-completion`" != "x"; then \ +- $(INSTALL_DIR) $(DESTDIR)${prefix}`pkg-config --variable=compatdir bash-completion` ; \ +- cp gdal-bash-completion.sh $(DESTDIR)${prefix}`pkg-config --variable=compatdir bash-completion`; \ +- fi ++ $(INSTALL_DIR) $(DESTDIR)${prefix}/etc/bash_completion.d ++ $(INSTALL_DATA) gdal-bash-completion.sh $(DESTDIR)${prefix}/etc/bash_completion.d Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Sat Jan 28 20:52:13 2017 (r432656) +++ head/graphics/gdal/pkg-plist Sat Jan 28 20:52:18 2017 (r432657) @@ -23,6 +23,7 @@ bin/ogrinfo bin/ogrlineref bin/ogrtindex bin/testepsg +etc/bash_completion.d/gdal-bash-completion.sh include/cpl_atomic_ops.h include/cpl_aws.h include/cpl_config.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701282052.v0SKqIPh078264>