Received: by mail.netbsd.org (Postfix, from userid 605) id A023184F43; Sat, 21 May 2022 00:07:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BC05584F41 for ; Sat, 21 May 2022 00:07:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3v6b4U9hJKJ8 for ; Sat, 21 May 2022 00:07:19 +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 24A2F84CEA for ; Sat, 21 May 2022 00:07:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B946DFAEB; Sat, 21 May 2022 00:07:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653091679640" MIME-Version: 1.0 Date: Sat, 21 May 2022 00:07:59 +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: <20220521000759.B946DFAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653091679640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat May 21 00:07:59 UTC 2022 Modified Files: pkgsrc/geography/qgis: Makefile distinfo Log Message: geography/qgis: Update to 3.22.7 Upstream changes are minor (micro release). To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 pkgsrc/geography/qgis/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/geography/qgis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653091679640 Content-Disposition: inline Content-Length: 1941 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.145 pkgsrc/geography/qgis/Makefile:1.146 --- pkgsrc/geography/qgis/Makefile:1.145 Fri May 13 13:47:35 2022 +++ pkgsrc/geography/qgis/Makefile Sat May 21 00:07:59 2022 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.145 2022/05/13 13:47:35 gdt Exp $ +# $NetBSD: Makefile,v 1.146 2022/05/21 00:07:59 gdt Exp $ # This is intentionally 3.22 Long Term Release. Please do not update # to later branches, and instead discuss whether/how we want multiple # versions. -DISTNAME= qgis-3.22.6 -PKGREVISION= 1 +DISTNAME= qgis-3.22.7 CATEGORIES= geography MASTER_SITES= https://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/geography/qgis/distinfo diff -u pkgsrc/geography/qgis/distinfo:1.39 pkgsrc/geography/qgis/distinfo:1.40 --- pkgsrc/geography/qgis/distinfo:1.39 Wed Apr 27 15:58:14 2022 +++ pkgsrc/geography/qgis/distinfo Sat May 21 00:07:59 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2022/04/27 15:58:14 gdt Exp $ +$NetBSD: distinfo,v 1.40 2022/05/21 00:07:59 gdt Exp $ -BLAKE2s (qgis-3.22.6.tar.bz2) = 80c67ec974da1542c849d8ec6a3c8dc9937bb6bb6449c3d7d9196e21c6a8465b -SHA512 (qgis-3.22.6.tar.bz2) = 5ef36d6d93e5f7562f4ef2dc2a738057376153e7b34fdef7dd4cf278334d61af0b3380712b22961c3693088036d18167f9b2c2f623f405c668e8b48ef2f93d20 -Size (qgis-3.22.6.tar.bz2) = 138056354 bytes +BLAKE2s (qgis-3.22.7.tar.bz2) = c9efd4fe60402bb37dd6d99c578cb20285fc18e46199601ff37af69ff29e435d +SHA512 (qgis-3.22.7.tar.bz2) = d85b88a7a9aee17e7f8179c7d715bc60e64de5bdb41498177886ecdf5da2d707e3880715b6eaba4af86398666da4e322b0fac6b03f6aa907c9e39bfe4d93db91 +Size (qgis-3.22.7.tar.bz2) = 138076419 bytes SHA1 (patch-cmake_FindQwt.cmake) = e6999791328ea54cd0e457ade13f4e608df3d903 SHA1 (patch-external_laz-perf_portable__endian.hpp) = 25b6f1b8d51d663d302e0fd03134e1fb583f1b38 SHA1 (patch-mac_CMakeLists.txt) = 7967c0fa4eed8dc2ce24192bdbec8ae8a336be1c --_----------=_1653091679640--