Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0ltk7RVA; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bkwbi7Pu Received: by mail.netbsd.org (Postfix, from userid 605) id D95F484D00; Wed, 8 May 2024 10:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715164449; bh=BRMvByqWxjnssop0fMKKLIZMGK0JOGayRCQLwLk4Ljs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0ltk7RVAhiY3Y94J1dgD9o4fL74XbmoEhNoYcoUjrPNvXtPg4/U8uKrJ5D3DkXgvN F3UjiY1rbVm23HSe/h9W6VIZq3cVN8EYDdyrXumqKC8aXfjOZGhRWYKqkw6E2h8JY4 hN3y7HmiQ7so7PK1WthDeNj9eFZpTT5+Fu+eSJk0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9DCB84CFC for ; Wed, 8 May 2024 10:34:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 4_pObi1Q0OqF for ; Wed, 8 May 2024 10:34:07 +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 2980D84CE3 for ; Wed, 8 May 2024 10:34:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715164447; bh=BRMvByqWxjnssop0fMKKLIZMGK0JOGayRCQLwLk4Ljs=; h=Date:From:Subject:To:Reply-To; b=bkwbi7PuJ5lgLXiVFBWOiNf+N+CmQkESfmIySatTvOWAGmCkcdN1y/f7t5ET+7RE5 waA3QCAKkvKQBdai7W4hd9F2MskeoV068Fmnx5LsuB/9zwVd/Xbgz/b19RT3qoqJud aRCQ4ImAfgRwCHe/4uwAv+7qSqf4DSbIUGtX4Kqk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20C5AFA2C; Wed, 8 May 2024 10:34:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171516444738630" MIME-Version: 1.0 Date: Wed, 8 May 2024 10:34:07 +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: <20240508103407.20C5AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171516444738630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed May 8 10:34:07 UTC 2024 Modified Files: pkgsrc/geography/qgis: Makefile Log Message: geography/qgis: Upgrade HOMEPAGE to https To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 pkgsrc/geography/qgis/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171516444738630 Content-Disposition: inline Content-Length: 808 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.204 pkgsrc/geography/qgis/Makefile:1.205 --- pkgsrc/geography/qgis/Makefile:1.204 Wed May 8 10:33:20 2024 +++ pkgsrc/geography/qgis/Makefile Wed May 8 10:34:06 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.204 2024/05/08 10:33:20 gdt Exp $ +# $NetBSD: Makefile,v 1.205 2024/05/08 10:34:06 gdt Exp $ # This is intentionally 3.28 Long Term Release. Please do not update # to later branches, and instead discuss whether/how we want multiple @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gdt@NetBSD.org #MAINTAINER+= brook@nmsu.edu #MAINTAINER+= bouyer@NetBSD.org -HOMEPAGE= http://www.qgis.org/ +HOMEPAGE= https://www.qgis.org/ COMMENT= Geographic Information System (GIS) LICENSE= gnu-gpl-v2 --_----------=_171516444738630--