Received: by mail.netbsd.org (Postfix, from userid 605) id D73DE84F61; Sat, 13 Jan 2024 23:40:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12FCA84F5D for ; Sat, 13 Jan 2024 23:40:25 +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 BslShpK1bUyy for ; Sat, 13 Jan 2024 23:40:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 49DCE84E59 for ; Sat, 13 Jan 2024 23:40:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D082FA42; Sat, 13 Jan 2024 23:40:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705189224203710" MIME-Version: 1.0 Date: Sat, 13 Jan 2024 23:40:24 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240113234024.3D082FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705189224203710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jan 13 23:40:24 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 pkgsrc/geography: Makefile Log Message: Added geography/R-spatstat.model version 3.2.8 To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.129 -r1.130 pkgsrc/geography/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705189224203710 Content-Disposition: inline Content-Length: 1400 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.323 pkgsrc/doc/CHANGES-2024:1.324 --- pkgsrc/doc/CHANGES-2024:1.323 Sat Jan 13 23:23:50 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Jan 13 23:40:24 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.323 2024/01/13 23:23:50 mef Exp $ +$NetBSD: CHANGES-2024,v 1.324 2024/01/13 23:40:24 mef Exp $ Changes to the packages collection and infrastructure in 2024: @@ -408,3 +408,4 @@ Changes to the packages collection and i Updated devel/cargo-modules to 0.13.4 [pin 2024-01-13] Added geography/R-spatstat.random version 3.2.2 [mef 2024-01-13] Added geography/R-spatstat.explore version 3.2.5 [mef 2024-01-13] + Added geography/R-spatstat.model version 3.2.8 [mef 2024-01-13] Index: pkgsrc/geography/Makefile diff -u pkgsrc/geography/Makefile:1.129 pkgsrc/geography/Makefile:1.130 --- pkgsrc/geography/Makefile:1.129 Sat Jan 13 23:26:07 2024 +++ pkgsrc/geography/Makefile Sat Jan 13 23:40:23 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2024/01/13 23:26:07 mef Exp $ +# $NetBSD: Makefile,v 1.130 2024/01/13 23:40:23 mef Exp $ # COMMENT= Software for geographical-related uses @@ -31,6 +31,7 @@ SUBDIR+= R-spatstat.data SUBDIR+= R-spatstat.explore SUBDIR+= R-spatstat.geom SUBDIR+= R-spatstat.linnet +SUBDIR+= R-spatstat.model SUBDIR+= R-spatstat.random SUBDIR+= R-spatstat.sparse SUBDIR+= R-spatstat.utils --_----------=_1705189224203710--