Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 21DD81A921F for ; Mon, 14 Mar 2022 12:22:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 570F884F48; Mon, 14 Mar 2022 12:22:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C9D084ECE for ; Mon, 14 Mar 2022 12:22:50 +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 pK3Q_vXEJeSO for ; Mon, 14 Mar 2022 12:22:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1263084D39 for ; Mon, 14 Mar 2022 12:22:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F9E6FB24; Mon, 14 Mar 2022 12:22:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1647260570255380" MIME-Version: 1.0 Date: Mon, 14 Mar 2022 12:22:50 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/libgeotiff To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220314122250.0F9E6FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1647260570255380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Mar 14 12:22:49 UTC 2022 Modified Files: pkgsrc/geography/libgeotiff: Makefile distinfo Log Message: geography/libgeotiff: Update to 1.7.1 upstream changes are minor To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/geography/libgeotiff/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/libgeotiff/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1647260570255380 Content-Disposition: inline Content-Length: 1614 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/libgeotiff/Makefile diff -u pkgsrc/geography/libgeotiff/Makefile:1.19 pkgsrc/geography/libgeotiff/Makefile:1.20 --- pkgsrc/geography/libgeotiff/Makefile:1.19 Wed Dec 8 16:02:06 2021 +++ pkgsrc/geography/libgeotiff/Makefile Mon Mar 14 12:22:49 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/12/08 16:02:06 adam Exp $ +# $NetBSD: Makefile,v 1.20 2022/03/14 12:22:49 gdt Exp $ -DISTNAME= libgeotiff-1.7.0 -PKGREVISION= 1 +DISTNAME= libgeotiff-1.7.1 CATEGORIES= geography MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ Index: pkgsrc/geography/libgeotiff/distinfo diff -u pkgsrc/geography/libgeotiff/distinfo:1.9 pkgsrc/geography/libgeotiff/distinfo:1.10 --- pkgsrc/geography/libgeotiff/distinfo:1.9 Tue Oct 26 10:45:11 2021 +++ pkgsrc/geography/libgeotiff/distinfo Mon Mar 14 12:22:49 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:45:11 nia Exp $ +$NetBSD: distinfo,v 1.10 2022/03/14 12:22:49 gdt Exp $ -BLAKE2s (libgeotiff-1.7.0.tar.gz) = 1f5e3b68a2cf6319aee926130131b4a03bdfa3e82fd67837178c8ddf0930bac6 -SHA512 (libgeotiff-1.7.0.tar.gz) = 8e294b5db89e88dbd4f7eb9d804be788ff3d14a1a14f721e9805b42cc797500596f0473dd8e5be6c1da01b56bdebc872df2b30470a2d96686f308019de10739a -Size (libgeotiff-1.7.0.tar.gz) = 541931 bytes +BLAKE2s (libgeotiff-1.7.1.tar.gz) = a48dd6ed0b8814d281678ced63b39c41fd793db2f422f3105d3f612f83185466 +SHA512 (libgeotiff-1.7.1.tar.gz) = af119040598f4349124848d9788ea1d0d2019e23fc48eaf4b0445320c51e91afa6c7e25b49738bdaf0aa4467a19104b00838d669da27dee77898c489fe5fe4c1 +Size (libgeotiff-1.7.1.tar.gz) = 542779 bytes --_----------=_1647260570255380--