Received: by mail.netbsd.org (Postfix, from userid 605) id B0C8984D5E; Mon, 1 Mar 2021 01:19:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E89D584D31 for ; Mon, 1 Mar 2021 01:19:45 +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 bk8eZU6EJl-D for ; Mon, 1 Mar 2021 01:19:45 +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 6C78284CEF for ; Mon, 1 Mar 2021 01:19:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66169FA95; Mon, 1 Mar 2021 01:19:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161456158570880" MIME-Version: 1.0 Date: Mon, 1 Mar 2021 01:19:45 +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: <20210301011945.66169FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161456158570880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Mar 1 01:19:45 UTC 2021 Modified Files: pkgsrc/geography/gama: Makefile distinfo Removed Files: pkgsrc/geography/gama/patches: patch-lib_gnu__gama_g3_g3__model.cpp Log Message: geography/gama: Update to 2.14 Changes in release 2.14 (2021-02-28) * fixed html output format To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/geography/gama/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/gama/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/geography/gama/patches/patch-lib_gnu__gama_g3_g3__model.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161456158570880 Content-Disposition: inline Content-Length: 1660 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.43 pkgsrc/geography/gama/Makefile:1.44 --- pkgsrc/geography/gama/Makefile:1.43 Sun Jan 24 15:05:04 2021 +++ pkgsrc/geography/gama/Makefile Mon Mar 1 01:19:45 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2021/01/24 15:05:04 gdt Exp $ +# $NetBSD: Makefile,v 1.44 2021/03/01 01:19:45 gdt Exp $ # -DISTNAME= gama-2.13 -PKGREVISION= 1 +DISTNAME= gama-2.14 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} Index: pkgsrc/geography/gama/distinfo diff -u pkgsrc/geography/gama/distinfo:1.20 pkgsrc/geography/gama/distinfo:1.21 --- pkgsrc/geography/gama/distinfo:1.20 Sun Jan 24 15:05:04 2021 +++ pkgsrc/geography/gama/distinfo Mon Mar 1 01:19:45 2021 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.20 2021/01/24 15:05:04 gdt Exp $ +$NetBSD: distinfo,v 1.21 2021/03/01 01:19:45 gdt Exp $ -SHA1 (gama-2.13.tar.gz) = cdf41c511d10bb4e6253828b1f9809ce4dcbc8e3 -RMD160 (gama-2.13.tar.gz) = 37921c03ac243f9b0d5e51402bc238b9d34d7957 -SHA512 (gama-2.13.tar.gz) = 431221c8a6316ab38e10f09ff9764165b25ee63da3f1f3ca68d2189a84c4cb38343d7085c43d683e31b4aaaf320787292cb5c36f6c1b8c5ebab713f01ce40604 -Size (gama-2.13.tar.gz) = 14697638 bytes -SHA1 (patch-lib_gnu__gama_g3_g3__model.cpp) = c6ad931ca118fa0b0ab9dc4f101fc66effe9120b +SHA1 (gama-2.14.tar.gz) = 149f6df78b8220c9d55d97115792305af0af16f8 +RMD160 (gama-2.14.tar.gz) = 163944c1d26a8918171b2eea50d8268b366941b8 +SHA512 (gama-2.14.tar.gz) = db5b9ef5aac8f8c8a5cc9b75f33729df8eac5474978376e60fe787bcfafff1621696705ace39f842ad35e31a3323b2b35999abe69d4073d7ab5098a708ac5828 +Size (gama-2.14.tar.gz) = 14697948 bytes --_----------=_161456158570880--