Date: Sun, 21 Mar 2021 13:44:48 +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: r568919 - head/graphics/qgis Message-ID: <202103211344.12LDim33082153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rhurlin Date: Sun Mar 21 13:44:47 2021 New Revision: 568919 URL: https://svnweb.freebsd.org/changeset/ports/568919 Log: graphics/qgis: Update to 3.18.1 Mainly a bugfix release. Changelog: https://github.com/qgis/QGIS/compare/final-3_18_0...final-3_18_1 Reported by: Repology Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sun Mar 21 13:43:56 2021 (r568918) +++ head/graphics/qgis/Makefile Sun Mar 21 13:44:47 2021 (r568919) @@ -3,8 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_18_0 -PORTREVISION= 3 +DISTVERSION= 3_18_1 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Sun Mar 21 13:43:56 2021 (r568918) +++ head/graphics/qgis/distinfo Sun Mar 21 13:44:47 2021 (r568919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613810546 -SHA256 (qgis-QGIS-final-3_18_0_GH0.tar.gz) = 0be091b2b8067a268213ada46aea62f035694764331f88f304a58e32ff3a3187 -SIZE (qgis-QGIS-final-3_18_0_GH0.tar.gz) = 142304705 +TIMESTAMP = 1616257708 +SHA256 (qgis-QGIS-final-3_18_1_GH0.tar.gz) = f03369f9804e494c03ec4d2f9e088a0680254c59f57ec9737dbf840ab0637c59 +SIZE (qgis-QGIS-final-3_18_1_GH0.tar.gz) = 142499926 Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Sun Mar 21 13:43:56 2021 (r568918) +++ head/graphics/qgis/pkg-plist Sun Mar 21 13:44:47 2021 (r568919) @@ -776,6 +776,7 @@ include/qgis/qgsmaplayerconfigwidget.h include/qgis/qgsmaplayerconfigwidgetfactory.h include/qgis/qgsmaplayerdependency.h include/qgis/qgsmaplayerelevationproperties.h +include/qgis/qgsmaplayerfactory.h include/qgis/qgsmaplayerlegend.h include/qgis/qgsmaplayerloadstyledialog.h include/qgis/qgsmaplayermodel.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103211344.12LDim33082153>