Received: by mail.netbsd.org (Postfix, from userid 605) id 024B684E86; Wed, 15 Feb 2023 23:25:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B67E84E86 for ; Wed, 15 Feb 2023 23:19:28 +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 K5RMEjdFYpx4 for ; Wed, 15 Feb 2023 23:19:27 +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 7FAB084D69 for ; Wed, 15 Feb 2023 23:19:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D440FA90; Wed, 15 Feb 2023 23:19:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676503167216950" MIME-Version: 1.0 Date: Wed, 15 Feb 2023 23:19:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/qgis To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230215231927.7D440FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676503167216950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 15 23:19:27 UTC 2023 Modified Files: pkgsrc/geography/qgis: Makefile Log Message: qgis: bump for spatialite and libspatialindex updates To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 pkgsrc/geography/qgis/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676503167216950 Content-Disposition: inline Content-Length: 685 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.165 pkgsrc/geography/qgis/Makefile:1.166 --- pkgsrc/geography/qgis/Makefile:1.165 Wed Feb 1 15:27:00 2023 +++ pkgsrc/geography/qgis/Makefile Wed Feb 15 23:19:27 2023 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.165 2023/02/01 15:27:00 gdt Exp $ +# $NetBSD: Makefile,v 1.166 2023/02/15 23:19:27 wiz Exp $ # This is intentionally 3.28 Long Term Release. Please do not update # to later branches, and instead discuss whether/how we want multiple # versions. DISTNAME= qgis-3.28.3 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= https://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 --_----------=_1676503167216950--