Received: by mail.netbsd.org (Postfix, from userid 605) id 3171384DB2; Thu, 11 Feb 2021 13:56:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D7A284CDF for ; Thu, 11 Feb 2021 13:56:47 +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 lL77PhdSukiQ for ; Thu, 11 Feb 2021 13:56:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC7FE84CBC for ; Thu, 11 Feb 2021 13:56:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9CFCFA95; Thu, 11 Feb 2021 13:56:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613051806199290" MIME-Version: 1.0 Date: Thu, 11 Feb 2021 13:56:46 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/geos To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210211135646.E9CFCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613051806199290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Feb 11 13:56:46 UTC 2021 Modified Files: pkgsrc/geography/geos: Makefile distinfo Log Message: geography/geos: Update to 3.9.1 upstream changes are bugfixes and minor improvements To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/geography/geos/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/geography/geos/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613051806199290 Content-Disposition: inline Content-Length: 1657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/geos/Makefile diff -u pkgsrc/geography/geos/Makefile:1.36 pkgsrc/geography/geos/Makefile:1.37 --- pkgsrc/geography/geos/Makefile:1.36 Sun Jan 3 01:27:29 2021 +++ pkgsrc/geography/geos/Makefile Thu Feb 11 13:56:46 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/01/03 01:27:29 gdt Exp $ +# $NetBSD: Makefile,v 1.37 2021/02/11 13:56:46 gdt Exp $ -DISTNAME= geos-3.9.0 +DISTNAME= geos-3.9.1 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/geography/geos/distinfo diff -u pkgsrc/geography/geos/distinfo:1.35 pkgsrc/geography/geos/distinfo:1.36 --- pkgsrc/geography/geos/distinfo:1.35 Sun Jan 3 01:27:29 2021 +++ pkgsrc/geography/geos/distinfo Thu Feb 11 13:56:46 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.35 2021/01/03 01:27:29 gdt Exp $ +$NetBSD: distinfo,v 1.36 2021/02/11 13:56:46 gdt Exp $ -SHA1 (geos-3.9.0.tar.bz2) = 96fbbd6c8a44c0c9230e4c2daf70547a2a86abc0 -RMD160 (geos-3.9.0.tar.bz2) = f6bf886c240bc6d7fff6adb9d0fd10d00e02f915 -SHA512 (geos-3.9.0.tar.bz2) = 1081f2aa20e671450953f7bb53b17c703804a1c9f4987c9da0987ff24339af5811b2c8b79c8e438d04ca38e4d06164dc5a4206f266f7efc19af3f9d9ea8f71f8 -Size (geos-3.9.0.tar.bz2) = 4710957 bytes +SHA1 (geos-3.9.1.tar.bz2) = 26e654352f6a953b75ff0e89c1c421343e051d3a +RMD160 (geos-3.9.1.tar.bz2) = 490ed975d9918133788040c47c96f32b7812bdef +SHA512 (geos-3.9.1.tar.bz2) = 7ea131685cd110ec5e0cb7c214b52b75397371e75f011e1410b6770b6a48ca492a02337d86a7be35c852ef94604fe9d6f49634c79d4946df611aaa4f5cbaee28 +Size (geos-3.9.1.tar.bz2) = 4761372 bytes SHA1 (patch-ae) = 6e01fc79b51f29e2edd0d5d7f4875227bc3f2574 --_----------=_1613051806199290--