summaryrefslogtreecommitdiff
path: root/geography/qgis/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-05-22 13:32:22 +0000
committergdt <gdt@pkgsrc.org>2021-05-22 13:32:22 +0000
commit6fc578db26e5f53f7c6e9d97bd45bf99061ca99c (patch)
treee880f59976c376cc31b6b8ba385bf015bed302a8 /geography/qgis/Makefile
parentfb354c35059fd3a53f790efb9b76b782621afa90 (diff)
downloadpkgsrc-6fc578db26e5f53f7c6e9d97bd45bf99061ca99c.tar.gz
geography/qgis: Update to 3.16.7
packaging changes: Depend on py-yaml, because quickosm uses it. While that's a plugin, it's typical. upstream changes: bugfixes
Diffstat (limited to 'geography/qgis/Makefile')
-rw-r--r--geography/qgis/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile
index 19f789ae2e0..955239eddea 100644
--- a/geography/qgis/Makefile
+++ b/geography/qgis/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.117 2021/05/20 23:08:30 gdt Exp $
+# $NetBSD: Makefile,v 1.118 2021/05/22 13:32:22 gdt Exp $
# This is intentionally 3.16 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
# versions.
-DISTNAME= qgis-3.16.6
-PKGREVISION= 1
+DISTNAME= qgis-3.16.7
CATEGORIES= geography
MASTER_SITES= https://qgis.org/downloads/
EXTRACT_SUFX= .tar.bz2
@@ -69,8 +68,9 @@ DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2
DEPENDS+= ${PYPKGPREFIX}-gdal-[0-9]*:../../geography/py-gdal
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
+# for quickosm
+DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
# py-owslib # metasearch
-# py-yaml # quickosm
CMAKE_ARGS+= -DWITH_QTWEBKIT=FALSE
CMAKE_ARGS+= -DQWT_DIR=${QWT_DIR}