Date: Tue, 23 Jul 2024 16:16:07 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4dc5db1a710a - main - graphics/qgis: Update to 3.38.1 Message-ID: <202407231616.46NGG7bt011057@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc5db1a710adfd3933015d6b23a4fedb22c1e1c commit 4dc5db1a710adfd3933015d6b23a4fedb22c1e1c Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2024-07-23 16:13:15 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-07-23 16:13:15 +0000 graphics/qgis: Update to 3.38.1 Changelog: https://github.com/qgis/QGIS/compare/final-3_38_0%5E...final-3_38_1 Reported by: portscout, Repology MFH: 2024Q3 --- graphics/qgis/Makefile | 6 +++--- graphics/qgis/distinfo | 6 +++--- graphics/qgis/pkg-plist | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 5613e3b3a2fb..cd76ee9d8a95 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -1,6 +1,5 @@ PORTNAME= qgis -DISTVERSION= 3.38.0 -PORTREVISION= 1 +DISTVERSION= 3.38.1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ @@ -136,7 +135,8 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \ CMAKE_ON= USE_OPENCL WITH_ASTYLE WITH_BINDINGS WITH_COPC \ WITH_CUSTOM_WIDGETS WITH_DRACO WITH_EPT \ WITH_INTERNAL_LAZPERF WITH_POSTGRESQL -CMAKE_OFF= ENABLE_TESTS WITH_INTERNAL_MDAL WITH_QTWEBKIT WITH_QWTPOLAR +CMAKE_OFF= BUILD_WITH_QT6 ENABLE_TESTS WITH_INTERNAL_MDAL WITH_QTWEBKIT \ + WITH_QWTPOLAR CONFLICTS_INSTALL= qgis-ltr diff --git a/graphics/qgis/distinfo b/graphics/qgis/distinfo index d8508ddddaf8..518cb3997f29 100644 --- a/graphics/qgis/distinfo +++ b/graphics/qgis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719125352 -SHA256 (qgis-3.38.0.tar.bz2) = f9cf5ab241b9d6b3f5d40d4d7a6759a5f806148a7c9a11ba85670a03f2344be7 -SIZE (qgis-3.38.0.tar.bz2) = 175129654 +TIMESTAMP = 1721709292 +SHA256 (qgis-3.38.1.tar.bz2) = c670f90e3929e7f76abe4a19f0dbf8c1b1f24f1b54c15a91839a8d0cedd05137 +SIZE (qgis-3.38.1.tar.bz2) = 175501597 diff --git a/graphics/qgis/pkg-plist b/graphics/qgis/pkg-plist index 65a845785af7..c96cec63387b 100644 --- a/graphics/qgis/pkg-plist +++ b/graphics/qgis/pkg-plist @@ -4355,6 +4355,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/qgis/processing/__init__.py %%DATADIR%%/python/qgis/processing/algfactory.py %%SERVER%%%%DATADIR%%/python/qgis/server/__init__.py +%%DATADIR%%/python/qgis/sipify.yaml %%DATADIR%%/python/qgis/testing/__init__.py %%DATADIR%%/python/qgis/testing/mocked.py %%DATADIR%%/python/qgis/user.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407231616.46NGG7bt011057>