Received: by mail.netbsd.org (Postfix, from userid 605) id E6D8B84F51; Wed, 7 Jul 2021 00:26:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4693384F4F for ; Wed, 7 Jul 2021 00:26:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LSgUsmJjLBjW for ; Wed, 7 Jul 2021 00:26:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B630E84F4B for ; Wed, 7 Jul 2021 00:26:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9FF0FA95; Wed, 7 Jul 2021 00:26:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625617611223560" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 00:26:51 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/qgis To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210707002651.A9FF0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625617611223560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed Jul 7 00:26:51 UTC 2021 Modified Files: pkgsrc/geography/qgis: Makefile distinfo Log Message: geography/qgis: Update to 3.16.8 upstream changes: bugfixes To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 pkgsrc/geography/qgis/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/geography/qgis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625617611223560 Content-Disposition: inline Content-Length: 2017 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/qgis/Makefile diff -u pkgsrc/geography/qgis/Makefile:1.120 pkgsrc/geography/qgis/Makefile:1.121 --- pkgsrc/geography/qgis/Makefile:1.120 Tue Jun 1 09:12:23 2021 +++ pkgsrc/geography/qgis/Makefile Wed Jul 7 00:26:51 2021 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.120 2021/06/01 09:12:23 wiz Exp $ +# $NetBSD: Makefile,v 1.121 2021/07/07 00:26:51 gdt Exp $ # This is intentionally 3.16 Long Term Release. Please do not update # to later branches, and instead discuss whether/how we want multiple # versions. -DISTNAME= qgis-3.16.7 -PKGREVISION= 2 +DISTNAME= qgis-3.16.8 CATEGORIES= geography MASTER_SITES= https://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/geography/qgis/distinfo diff -u pkgsrc/geography/qgis/distinfo:1.25 pkgsrc/geography/qgis/distinfo:1.26 --- pkgsrc/geography/qgis/distinfo:1.25 Sat May 22 13:32:22 2021 +++ pkgsrc/geography/qgis/distinfo Wed Jul 7 00:26:51 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.25 2021/05/22 13:32:22 gdt Exp $ +$NetBSD: distinfo,v 1.26 2021/07/07 00:26:51 gdt Exp $ -SHA1 (qgis-3.16.7.tar.bz2) = 150abbc14822f306a2a1aec1156372691b668013 -RMD160 (qgis-3.16.7.tar.bz2) = cb87145d5d78250459d112b981ebe11272703bdf -SHA512 (qgis-3.16.7.tar.bz2) = 191780a8f2b14ab4d507740a74f80775795771b5a6642ca8e0586df891590dc29b1a83e632b0400709bb54987ed5ab36c75dc316f737225db124b0532c3de2ec -Size (qgis-3.16.7.tar.bz2) = 116417630 bytes +SHA1 (qgis-3.16.8.tar.bz2) = 8cb653be063932b2e60664329068b34869854179 +RMD160 (qgis-3.16.8.tar.bz2) = e3364b622d3441ad9e876fb5b316eccd6a511226 +SHA512 (qgis-3.16.8.tar.bz2) = 4b4941c78a4eebf0ad2d6eaebdcd15cd1fa0a4435b4043b2c23bf388b9dc2e4ad0211cf9921e8c3b336bc94e619842ea9b21fe42ca4084e8c1bc889586f86db7 +Size (qgis-3.16.8.tar.bz2) = 116478775 bytes SHA1 (patch-cmake_FindQwt.cmake) = c07cb250727d0d9f4abe76e1118d896552a1bd68 SHA1 (patch-mac_CMakeLists.txt) = 8e52ca943d44392939d0fcf083ba2681a7d77c53 SHA1 (patch-mac_cmake_1qt.cmake.in) = d74f7201849ef6dd83f39251e466eb04c791c0e6 --_----------=_1625617611223560--