git: 269ce360399a - main - graphics/gdal: Install cpl_odbc.h for ODBC option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 16:05:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=269ce360399a65be8c468e976b80fe5483f8fe43 commit 269ce360399a65be8c468e976b80fe5483f8fe43 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:30:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:50:17 +0000 graphics/gdal: Install cpl_odbc.h for ODBC option - Bump PORTREVISION for package change PR: 269256 Reported by: Martin Birgmeier <d8zNeCFG@aon.at> --- graphics/gdal/Makefile | 2 ++ graphics/gdal/pkg-plist | 1 + 2 files changed, 3 insertions(+) diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 34e7ff917a96..0cf386c5a9a8 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdal PORTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -99,6 +100,7 @@ HEADER_FILES= alg/gdalwarpkernel_opencl.h \ port/cpl_aws.h \ port/cpl_cpu_features.h \ port/cpl_google_cloud.h \ + port/cpl_odbc.h \ port/cpl_sha1.h \ port/cpl_sha256.h \ port/cpl_vsil_curl_priv.h \ diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 6124b1fef040..630a27040490 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -46,6 +46,7 @@ include/cpl_minizip_ioapi.h include/cpl_minizip_unzip.h include/cpl_minizip_zip.h include/cpl_multiproc.h +include/cpl_odbc.h include/cpl_port.h include/cpl_progress.h include/cpl_quad_tree.h