Received: by mail.netbsd.org (Postfix, from userid 605) id BFDD184DB1; Tue, 10 Sep 2019 01:05:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45F9684DA9 for ; Tue, 10 Sep 2019 01:05: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 m4-3ilY0-eWO for ; Tue, 10 Sep 2019 01:05:18 +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 C396D84D9C for ; Tue, 10 Sep 2019 01:05:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD063FBF4; Tue, 10 Sep 2019 01:05:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568077518214670" MIME-Version: 1.0 Date: Tue, 10 Sep 2019 01:05:18 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/gama To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20190910010518.BD063FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568077518214670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue Sep 10 01:05:18 UTC 2019 Modified Files: pkgsrc/geography/gama: Makefile distinfo Log Message: geography/gama: Update to 2.07 Version 2.07 August 2019 * Fixed some bugs in AcordPolar and AcordTraverse classes. More algorithms in Acord2 class To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/geography/gama/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/gama/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568077518214670 Content-Disposition: inline Content-Length: 1554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gama/Makefile diff -u pkgsrc/geography/gama/Makefile:1.31 pkgsrc/geography/gama/Makefile:1.32 --- pkgsrc/geography/gama/Makefile:1.31 Sun Jul 7 20:23:02 2019 +++ pkgsrc/geography/gama/Makefile Tue Sep 10 01:05:18 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2019/07/07 20:23:02 gdt Exp $ +# $NetBSD: Makefile,v 1.32 2019/09/10 01:05:18 gdt Exp $ # -DISTNAME= gama-2.06 +DISTNAME= gama-2.07 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} Index: pkgsrc/geography/gama/distinfo diff -u pkgsrc/geography/gama/distinfo:1.13 pkgsrc/geography/gama/distinfo:1.14 --- pkgsrc/geography/gama/distinfo:1.13 Sun Jul 7 20:23:02 2019 +++ pkgsrc/geography/gama/distinfo Tue Sep 10 01:05:18 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2019/07/07 20:23:02 gdt Exp $ +$NetBSD: distinfo,v 1.14 2019/09/10 01:05:18 gdt Exp $ -SHA1 (gama-2.06.tar.gz) = d3e733946bb8d86b8541b4f93b3504b029d11f52 -RMD160 (gama-2.06.tar.gz) = 4c05d899ed95999697cb93b7be30b6ecccb8ba0f -SHA512 (gama-2.06.tar.gz) = ccc7f20246e07e61c81247c459b0fa38dd679a7bc88968d162822d682714541125ae87254c0e68ab501d0da4f6c085ba393d9f3a5f110263796f1d48e8fa73d8 -Size (gama-2.06.tar.gz) = 4626908 bytes +SHA1 (gama-2.07.tar.gz) = a2b5d6a4931e9c9ca0dc7477f5d66dd70189e5bd +RMD160 (gama-2.07.tar.gz) = 9696b615e703bea40361af3079115693f0268a7b +SHA512 (gama-2.07.tar.gz) = b0527a6f0de4ed24797658bb1b0f3b6f3f76a89ee538c69a5263483d7797c5ae7b1c6e1e86863862b9b3c44e781cf1292e3b28e8b6453676ad03daaf2c0ae031 +Size (gama-2.07.tar.gz) = 4659479 bytes --_----------=_1568077518214670--