mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 2.1.3
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
This commit is contained in:
parent
279e15eb1c
commit
f44c9cf62d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432657
4 changed files with 17 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gdal
|
PORTNAME= gdal
|
||||||
PORTVERSION= 2.1.2
|
PORTVERSION= 2.1.3
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= graphics geography
|
CATEGORIES= graphics geography
|
||||||
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
|
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
|
||||||
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
|
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1479600322
|
TIMESTAMP = 1485557229
|
||||||
SHA256 (gdal-2.1.2.tar.xz) = b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374
|
SHA256 (gdal-2.1.3.tar.xz) = b489793627e6cb8d2ff8d7737b61daf58382fe189fae4c581ddfd48c04b49005
|
||||||
SIZE (gdal-2.1.2.tar.xz) = 7700260
|
SIZE (gdal-2.1.3.tar.xz) = 7707436
|
||||||
|
|
12
graphics/gdal/files/patch-scripts-GNUmakefile
Normal file
12
graphics/gdal/files/patch-scripts-GNUmakefile
Normal file
|
@ -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
|
|
@ -23,6 +23,7 @@ bin/ogrinfo
|
||||||
bin/ogrlineref
|
bin/ogrlineref
|
||||||
bin/ogrtindex
|
bin/ogrtindex
|
||||||
bin/testepsg
|
bin/testepsg
|
||||||
|
etc/bash_completion.d/gdal-bash-completion.sh
|
||||||
include/cpl_atomic_ops.h
|
include/cpl_atomic_ops.h
|
||||||
include/cpl_aws.h
|
include/cpl_aws.h
|
||||||
include/cpl_config.h
|
include/cpl_config.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue