Skip to content

Commit

Permalink
graphics/qgis-ltr: Update to 3.16.9
Browse files Browse the repository at this point in the history
- Many upstream fixes for the long term release
- Use new MDAL port instead of internal version

Changelog: qgis/QGIS@final-3_16_8...final-3_16_9
  • Loading branch information
rhurlin committed Aug 4, 2021
1 parent f8c47fd commit 1e72f20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions graphics/qgis-ltr/Makefile
Expand Up @@ -2,8 +2,7 @@

PORTNAME= qgis
DISTVERSIONPREFIX= final-
DISTVERSION= 3_16_8
PORTREVISION= 3
DISTVERSION= 3_16_9
CATEGORIES= graphics geography
PKGNAMESUFFIX= -ltr

Expand Down Expand Up @@ -46,6 +45,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libgsl.so:math/gsl \
libhdf5.so:science/hdf5 \
liblazperf.so:archivers/lazperf \
libmdal.so:math/mdal \
libnetcdf.so:science/netcdf \
libOpenCL.so:devel/ocl-icd \
libproj.so:graphics/proj \
Expand Down Expand Up @@ -112,8 +112,8 @@ USE_GL= gl
USE_GNOME= libxml2
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
USE_PYQT= core gui location network qml quick quickwidgets qscintilla2 \
pysip sip sql svg webkit_run webkitwidgets_run xml
USE_PYQT= core gui location network positioning qml quick quickwidgets \
qscintilla2 pysip sip sql svg webkit_run webkitwidgets_run xml
USE_QT= 3d buildtools_build core concurrent dbus declarative \
designer doc gamepad gui linguist_build location \
network printsupport qmake_build script serialport \
Expand All @@ -123,15 +123,15 @@ USE_QT= 3d buildtools_build core concurrent dbus declarative \
SHEBANG_FILES= src/plugins/grass/scripts/*.py

CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW \
-DPYRCC_PROGRAM:FILEPATH=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER} \
-DPYUIC_PROGRAM:FILEPATH=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \
-DQSCI_SIP_DIR:PATH=${PYQT_SIPDIR}/Qsci \
-DQWT_INCLUDE_DIR:PATH=${LOCALBASE}/include/qt5/qwt6 \
-DQWT_LIBRARY:FILEPATH=${LOCALBASE}/lib/qt5/libqwt6.so \
-DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW
-DWITH_INTERNAL_MDAL:BOOL=false
CMAKE_ON= BUILD_TESTING ENABLE_TESTS USE_OPENCL WITH_3D WITH_ASTYLE \
WITH_BINDINGS WITH_CUSTOM_WIDGETS WITH_INTERNAL_MDAL \
WITH_POSTGRESQL
WITH_BINDINGS WITH_CUSTOM_WIDGETS WITH_POSTGRESQL
CMAKE_OFF= WITH_GLOBE WITH_QWTPOLAR

CONFLICTS_INSTALL= qgis
Expand Down
6 changes: 3 additions & 3 deletions graphics/qgis-ltr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1624475354
SHA256 (qgis-QGIS-final-3_16_8_GH0.tar.gz) = f3e8ecc8596baf2f150c04cd88dda47f9cb1de820d318a3b07df11f2f0e4b13e
SIZE (qgis-QGIS-final-3_16_8_GH0.tar.gz) = 137882857
TIMESTAMP = 1628080749
SHA256 (qgis-QGIS-final-3_16_9_GH0.tar.gz) = a56038860e256c234c1ad906c323e1a7ecde65ffca903e09a874d1355412bfc4
SIZE (qgis-QGIS-final-3_16_9_GH0.tar.gz) = 138116900

0 comments on commit 1e72f20

Please sign in to comment.