summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-05-03 16:17:00 +0000
committergdt <gdt@pkgsrc.org>2021-05-03 16:17:00 +0000
commit3b0d3759cb802ce8f467ee52655240120fe0651b (patch)
treebe4585d608af9ce318ddb51968aad15c5b551103 /geography/gdal-lib/Makefile
parentf971aa8c2a8097d5be241a978929b66df3ac50a5 (diff)
downloadpkgsrc-3b0d3759cb802ce8f467ee52655240120fe0651b.tar.gz
geography/gdal: Update to 3.3.0
Uptream NEWS: * RFC 77 (https://gdal.org/development/rfc/rfc77_drop_python2_support.html): Drop Python 2 support in favor of Python 3.6 (#3142) * RFC 78 (https://gdal.org/development/rfc/rfc78_gdal_utils_package.html): Add a gdal-utils Python package * New driver: - STACTA: raster driver to read Spatio-Temporal Asset Catalog Tiled Assets * Add /vsiadls/ virtual file system for Azure Data Lake Storage Gen2 * Improved drivers: DIMAP, NITF * Number of improvements in Python bindings * Add automatic loading of configuration options from a file * Add support for enumerated, constraint and glob field domains in MEM, FileGDB/OpenFileGDB and GeoPackage drivers * Deprecation: - Disable by default raster drivers DODS, JPEG2000, JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR, ZMAP and vector driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA, GTM, INGRES, MONGODB, REC, WALK at runtime, unless the GDAL_ENABLE_DEPRECATED_DRIVER_{drivername} configuration option is set to YES. Those drivers are planned for removal in GDAL 3.5 - Perl bindings are deprecated. Removal planned for GDAL 3.5. Use Geo::GDAL::FFI instead * Removal of BNA, AeronavFAA, HTF, OpenAir, SEGUKOOA, SEGY, SUA, XPlane, BPG, E00GRID, EPSILON, IGNFHeightASCIIGrid, NTV1 drivers. Moved to (unsupported) https://github.com/OSGeo/gdal-extra-drivers repository. * Continued code linting (cppcheck, CoverityScan, etc.) * Bump of shared lib major version
Diffstat (limited to 'geography/gdal-lib/Makefile')
-rw-r--r--geography/gdal-lib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 3a9ea2b0ee9..bc9d24c5ee1 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.137 2021/04/23 20:15:14 thor Exp $
+# $NetBSD: Makefile,v 1.138 2021/05/03 16:17:00 gdt Exp $
#PKGREVISION= 0
-PKGREVISION= 3
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}