aboutsummaryrefslogtreecommitdiff
path: root/graphics/qgis-ltr/Makefile
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2020-11-29 18:58:09 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2020-11-29 18:58:09 +0000
commit494b0275ddc55c281cbfc307e6c2f2fe7c24def6 (patch)
tree345da460372ea397c099d800132b59be2787b1d2 /graphics/qgis-ltr/Makefile
parent9cc75ae4b5e3c046f82bc2852b3dd720a79a7133 (diff)
downloadports-494b0275ddc55c281cbfc307e6c2f2fe7c24def6.tar.gz
ports-494b0275ddc55c281cbfc307e6c2f2fe7c24def6.zip
graphics/qgis-ltr: Update to 3.10.12
Bugfix release [1][2]. [1] https://qgis.org/en/site/forusers/visualchangelog310/index.html [2] https://github.com/qgis/QGIS/compare/final-3_10_11...final-3_10_12 If you miss features in QGIS-LTR that are actually built into QGIS-LTR, you may need to enable additional options in graphics/gdal, see pkg-message. Approved by: arrowd, tcberner (mentors, implicit)
Notes
Notes: svn path=/head/; revision=556597
Diffstat (limited to 'graphics/qgis-ltr/Makefile')
-rw-r--r--graphics/qgis-ltr/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index 0ac1561a7afe..80d740d15f9e 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -3,8 +3,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
-DISTVERSION= 3_10_11
-PORTREVISION= 2
+DISTVERSION= 3_10_12
CATEGORIES= graphics geography
PKGNAMESUFFIX= -ltr
@@ -53,7 +52,8 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libspatialite.so:databases/spatialite \
libsz.so:science/szip \
libxerces-c.so:textproc/xerces-c3 \
- libzip.so:archivers/libzip
+ libzip.so:archivers/libzip \
+ libzstd.so:archivers/zstd
RUN_DEPENDS= astyle:devel/astyle \
opencl>=0:devel/opencl \
${PYTHON_PKGNAMEPREFIX}black>=19.10:devel/py-black@${PY_FLAVOR} \
@@ -147,6 +147,8 @@ GRASS_CMAKE_BOOL= WITH_GRASS7
SERVER_LIB_DEPENDS= libfcgi.so:www/fcgi
SERVER_CMAKE_BOOL= WITH_SERVER WITH_SERVER_PLUGINS WITH_QSPATIALITE
+SUB_FILES= pkg-message
+
PLIST_SUB= DISTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>