From owner-svn-ports-all@freebsd.org Tue Jan 19 20:42:05 2021 Return-Path: Delivered-To: svn-ports-all@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 5C7574DEE95; Tue, 19 Jan 2021 20:42:05 +0000 (UTC) (envelope-from rhurlin@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 4DL0vK2Fhqz4gNZ; Tue, 19 Jan 2021 20:42:05 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40951503F; Tue, 19 Jan 2021 20:42:05 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10JKg5Vs078865; Tue, 19 Jan 2021 20:42:05 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10JKg4Mf078864; Tue, 19 Jan 2021 20:42:04 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202101192042.10JKg4Mf078864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Tue, 19 Jan 2021 20:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562081 - head/graphics/qgis X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/graphics/qgis X-SVN-Commit-Revision: 562081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2021 20:42:05 -0000 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 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