Date: Tue, 19 Jan 2021 20:42:04 +0000 (UTC) From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562081 - head/graphics/qgis Message-ID: <202101192042.10JKg4Mf078864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rhurlin Date: Tue Jan 19 20:42:04 2021 New Revision: 562081 URL: https://svnweb.freebsd.org/changeset/ports/562081 Log: graphics/qgis: Update to 3.16.3 Changelog: https://github.com/qgis/QGIS/compare/final-3_16_2...final-3_16_3 Reported by: Repology Approved by: arrowd, tcberner (mentors, implicit) Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Tue Jan 19 20:35:03 2021 (r562080) +++ head/graphics/qgis/Makefile Tue Jan 19 20:42:04 2021 (r562081) @@ -3,8 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_16_2 -PORTREVISION= 1 +DISTVERSION= 3_16_3 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -99,23 +98,20 @@ RUN_DEPENDS= astyle:devel/astyle \ USES= bison cmake compiler:features cpe desktop-file-utils \ fortran gl gmake gnome pgsql pyqt:5 python:3.6+ qca qt:5 \ shebangfix sqlite:3 -USE_LDCONFIG= yes USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} -USE_GNOME= libxml2 USE_GL= gl +USE_GNOME= libxml2 +INSTALLS_ICONS= yes +USE_LDCONFIG= yes +USE_PYQT= core gui network 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 \ sql sql-pgsql sql-sqlite3 svg testlib uitools \ webengine widgets webkit xml -USE_PYQT= core gui network qml quick quickwidgets qscintilla2 \ - pysip sip sql svg webkit_run webkitwidgets_run xml -CONFLICTS_INSTALL= qgis-ltr - -INSTALLS_ICONS= yes - SHEBANG_FILES= src/plugins/grass/scripts/*.py CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \ @@ -130,6 +126,12 @@ CMAKE_ON= BUILD_TESTING ENABLE_TESTS USE_OPENCL WITH_3 WITH_POSTGRESQL CMAKE_OFF= WITH_GLOBE WITH_QWTPOLAR +CONFLICTS_INSTALL= qgis-ltr + +SUB_FILES= pkg-message + +PLIST_SUB= DISTVERSION=${PORTVERSION} + .if !defined(MAINTAINER_MODE) CMAKE_ARGS+= -Wno-dev CMAKE_OFF+= SUPPRESS_QT_WARNINGS @@ -147,10 +149,6 @@ GRASS_RUN_DEPENDS= ${GRASS_BUILD_DEPENDS} 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> Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Tue Jan 19 20:35:03 2021 (r562080) +++ head/graphics/qgis/distinfo Tue Jan 19 20:42:04 2021 (r562081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608633019 -SHA256 (qgis-QGIS-final-3_16_2_GH0.tar.gz) = 5a4886a298647dcb7864f765cd5c7403e14cfa9f0392c34b3234cec90569c6ac -SIZE (qgis-QGIS-final-3_16_2_GH0.tar.gz) = 135219639 +TIMESTAMP = 1611084654 +SHA256 (qgis-QGIS-final-3_16_3_GH0.tar.gz) = 3b869b0a7d0037d6254e0b0b00cff4e24f9bce9b764acd547d0646da91de4c72 +SIZE (qgis-QGIS-final-3_16_3_GH0.tar.gz) = 135920691
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101192042.10JKg4Mf078864>