Received: by mail.netbsd.org (Postfix, from userid 605) id 710EC84D55; Wed, 29 Nov 2017 01:27:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFB9084D29 for ; Wed, 29 Nov 2017 01:27:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wUAqUJ4VrNJS for ; Wed, 29 Nov 2017 01:27:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5AC7884C82 for ; Wed, 29 Nov 2017 01:27:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 550CAFB40; Wed, 29 Nov 2017 01:27:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511918860105310" MIME-Version: 1.0 Date: Wed, 29 Nov 2017 01:27:40 +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: <20171129012740.550CAFB40@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. --_----------=_1511918860105310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed Nov 29 01:27:40 UTC 2017 Modified Files: pkgsrc/geography/gama: Makefile distinfo Log Message: gama: Update to 1.21 Version 1.21 November 2017 * Maintainer's release : internal matrix/vectors memory management replaced with a new implementation using C++11 move constructor and move asignment syntax. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/gama/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/gama/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511918860105310 Content-Disposition: inline Content-Length: 1551 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.22 pkgsrc/geography/gama/Makefile:1.23 --- pkgsrc/geography/gama/Makefile:1.22 Sun Nov 26 16:38:40 2017 +++ pkgsrc/geography/gama/Makefile Wed Nov 29 01:27:40 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2017/11/26 16:38:40 gdt Exp $ +# $NetBSD: Makefile,v 1.23 2017/11/29 01:27:40 gdt Exp $ # -DISTNAME= gama-1.20 +DISTNAME= gama-1.21 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GNU:=gama/} Index: pkgsrc/geography/gama/distinfo diff -u pkgsrc/geography/gama/distinfo:1.9 pkgsrc/geography/gama/distinfo:1.10 --- pkgsrc/geography/gama/distinfo:1.9 Sun Nov 26 16:38:40 2017 +++ pkgsrc/geography/gama/distinfo Wed Nov 29 01:27:40 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/11/26 16:38:40 gdt Exp $ +$NetBSD: distinfo,v 1.10 2017/11/29 01:27:40 gdt Exp $ -SHA1 (gama-1.20.tar.gz) = 9f6fffce3fab1b256078a1534e229cd0e2fcfe4b -RMD160 (gama-1.20.tar.gz) = fac5a65c446c6ffadf1562a7a0bf3007217049cb -SHA512 (gama-1.20.tar.gz) = ffcdce60ade656a8af2e644d9fc842410959aa595acfa2760a26cafc5317cfa6a9b2a6f01ffb209d52919bda57bdd89ac25d3a9158013a71f19d5bb9fe7563ad -Size (gama-1.20.tar.gz) = 1147959 bytes +SHA1 (gama-1.21.tar.gz) = 5e554dda76da95645984074b521017be6a8b9876 +RMD160 (gama-1.21.tar.gz) = cda4b1fc0c85e244d773e74d5313478224b6c3b0 +SHA512 (gama-1.21.tar.gz) = 65e0ef7ea5c82827c748eb0a034ac25235a334bab8150ea8d77c13ed59241fb34d124a9928416d4cb68825ded30b2e0dd78e131aa1d432e44200dd70cdc16ca6 +Size (gama-1.21.tar.gz) = 1148066 bytes --_----------=_1511918860105310--