Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2020 17:51:44 +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: r558931 - head/graphics/qgis
Message-ID:  <202012221751.0BMHpisS056194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Tue Dec 22 17:51:43 2020
New Revision: 558931
URL: https://svnweb.freebsd.org/changeset/ports/558931

Log:
  graphics/qgis: Update to 3.16.2
  
  Bugfix release with some improvements.
  
  Changelog: https://github.com/qgis/QGIS/compare/final-3_16_1...final-3_16_2
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27721

Modified:
  head/graphics/qgis/Makefile
  head/graphics/qgis/distinfo
  head/graphics/qgis/pkg-plist

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Tue Dec 22 17:40:34 2020	(r558930)
+++ head/graphics/qgis/Makefile	Tue Dec 22 17:51:43 2020	(r558931)
@@ -3,8 +3,7 @@
 
 PORTNAME=	qgis
 DISTVERSIONPREFIX=	final-
-DISTVERSION=	3_16_1
-PORTREVISION=	2
+DISTVERSION=	3_16_2
 CATEGORIES=	graphics geography
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -111,7 +110,6 @@ USE_QT=		3d buildtools_build core concurrent dbus decl
 		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
 

Modified: head/graphics/qgis/distinfo
==============================================================================
--- head/graphics/qgis/distinfo	Tue Dec 22 17:40:34 2020	(r558930)
+++ head/graphics/qgis/distinfo	Tue Dec 22 17:51:43 2020	(r558931)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606230996
-SHA256 (qgis-QGIS-final-3_16_1_GH0.tar.gz) = bc1fa8b7451aebd9ecaa8704cea421adcf2309a6b00048a20b8c307c3297d03e
-SIZE (qgis-QGIS-final-3_16_1_GH0.tar.gz) = 134902729
+TIMESTAMP = 1608633019
+SHA256 (qgis-QGIS-final-3_16_2_GH0.tar.gz) = 5a4886a298647dcb7864f765cd5c7403e14cfa9f0392c34b3234cec90569c6ac
+SIZE (qgis-QGIS-final-3_16_2_GH0.tar.gz) = 135219639

Modified: head/graphics/qgis/pkg-plist
==============================================================================
--- head/graphics/qgis/pkg-plist	Tue Dec 22 17:40:34 2020	(r558930)
+++ head/graphics/qgis/pkg-plist	Tue Dec 22 17:51:43 2020	(r558931)
@@ -531,6 +531,7 @@ include/qgis/qgshtmlannotation.h
 include/qgis/qgshtmlutils.h
 include/qgis/qgshtmlwidgetwrapper.h
 include/qgis/qgshuesaturationfilter.h
+include/qgis/qgsidentifycontext.h
 include/qgis/qgsidentifymenu.h
 include/qgis/qgsidwinterpolator.h
 include/qgis/qgsifeatureselectionmanager.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012221751.0BMHpisS056194>