From owner-dev-commits-ports-main@freebsd.org Wed Aug 4 10:32:41 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D167065BB49; Wed, 4 Aug 2021 10:32:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gfp3F5NP1z3R9J; Wed, 4 Aug 2021 10:32:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A117424FE8; Wed, 4 Aug 2021 10:32:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 174AWfpP070558; Wed, 4 Aug 2021 10:32:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 174AWfD4070557; Wed, 4 Aug 2021 10:32:41 GMT (envelope-from git) Date: Wed, 4 Aug 2021 10:32:41 GMT Message-Id: <202108041032.174AWfD4070557@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: 62329a89eaa5 - main - graphics/qgis: Update to 3.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 62329a89eaa534aa5bf12131f624be4edbd060a5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 10:32:41 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=62329a89eaa534aa5bf12131f624be4edbd060a5 commit 62329a89eaa534aa5bf12131f624be4edbd060a5 Author: Rainer Hurling AuthorDate: 2021-08-04 10:27:30 +0000 Commit: Rainer Hurling CommitDate: 2021-08-04 10:27:30 +0000 graphics/qgis: Update to 3.20.1 - Various bug fixes, among others for PostgreSQL and Python - Use MDAL port instead of internal version Changelog: https://changelog.qgis.org/en/qgis/version/3.20 Reported by: Repology --- graphics/qgis/Makefile | 17 +++++++++-------- graphics/qgis/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index d1810f4017f0..de6adf2b6df9 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -2,8 +2,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_20_0 -PORTREVISION= 3 +DISTVERSION= 3_20_1 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -46,6 +45,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libhdf5.so:science/hdf5 \ liblazperf.so:archivers/lazperf \ libnetcdf.so:science/netcdf \ + libmdal.so:math/mdal \ libOpenCL.so:devel/ocl-icd \ libpdal_base.so:math/pdal \ libproj.so:graphics/proj \ @@ -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 \ @@ -123,15 +123,16 @@ 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 \ + -DWITH_INTERNAL_MDAL:BOOL=false \ -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 + -DQWT_LIBRARY:FILEPATH=${LOCALBASE}/lib/qt5/libqwt6.so CMAKE_ON= BUILD_TESTING ENABLE_TESTS USE_OPENCL WITH_3D WITH_ASTYLE \ - WITH_BINDINGS WITH_CUSTOM_WIDGETS WITH_EPT WITH_INTERNAL_MDAL \ - WITH_POSTGRESQL WITH_PDAL + WITH_BINDINGS WITH_CUSTOM_WIDGETS WITH_EPT WITH_POSTGRESQL \ + WITH_PDAL CMAKE_OFF= WITH_GLOBE WITH_QWTPOLAR CONFLICTS_INSTALL= qgis-ltr diff --git a/graphics/qgis/distinfo b/graphics/qgis/distinfo index 9ed3061f46d6..53406ae95eb9 100644 --- a/graphics/qgis/distinfo +++ b/graphics/qgis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624111199 -SHA256 (qgis-QGIS-final-3_20_0_GH0.tar.gz) = b18b447e17cf1369f2f660d36e48401310121d5703afcfda5327c2f5fccc1f07 -SIZE (qgis-QGIS-final-3_20_0_GH0.tar.gz) = 154112618 +TIMESTAMP = 1628054620 +SHA256 (qgis-QGIS-final-3_20_1_GH0.tar.gz) = d6651d657071bf47c79c0faf018749ad2fc70e3d6faeeeb8cb11fcfd4baf57c6 +SIZE (qgis-QGIS-final-3_20_1_GH0.tar.gz) = 154230118