Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 428A584D8C for ; Thu, 15 Jun 2023 10:39:52 +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 wcl73eYRKMAd for ; Thu, 15 Jun 2023 10:39:51 +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 B545184CD7 for ; Thu, 15 Jun 2023 10:39:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEDA4FA89; Thu, 15 Jun 2023 10:39:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686825591168000" MIME-Version: 1.0 Date: Thu, 15 Jun 2023 10:39:51 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-bdsmatrix To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230615103951.AEDA4FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686825591168000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Jun 15 10:39:51 UTC 2023 Modified Files: pkgsrc/math/R-bdsmatrix: Makefile distinfo Log Message: (math/R-bdsmatrix) Updated 1.3.4 to 1.3.6 Changes in version 1.3.6: * Change lines with "if (class(x) == 'bsdmatrix')" to use inherit() Changes in version 1.3.5: * Remove Sint C type, per request from CRAN * The internal ismat() function had an if (condition) where the condition was length 2. Fixed To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-bdsmatrix/Makefile \ pkgsrc/math/R-bdsmatrix/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686825591168000 Content-Disposition: inline Content-Length: 1562 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-bdsmatrix/Makefile diff -u pkgsrc/math/R-bdsmatrix/Makefile:1.1 pkgsrc/math/R-bdsmatrix/Makefile:1.2 --- pkgsrc/math/R-bdsmatrix/Makefile:1.1 Sat May 21 13:39:34 2022 +++ pkgsrc/math/R-bdsmatrix/Makefile Thu Jun 15 10:39:51 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2022/05/21 13:39:34 mef Exp $ +# $NetBSD: Makefile,v 1.2 2023/06/15 10:39:51 mef Exp $ R_PKGNAME= bdsmatrix -R_PKGVER= 1.3-4 +R_PKGVER= 1.3-6 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Routines for Block Diagonal Symmetric Matrices Index: pkgsrc/math/R-bdsmatrix/distinfo diff -u pkgsrc/math/R-bdsmatrix/distinfo:1.1 pkgsrc/math/R-bdsmatrix/distinfo:1.2 --- pkgsrc/math/R-bdsmatrix/distinfo:1.1 Sat May 21 13:39:34 2022 +++ pkgsrc/math/R-bdsmatrix/distinfo Thu Jun 15 10:39:51 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/05/21 13:39:34 mef Exp $ +$NetBSD: distinfo,v 1.2 2023/06/15 10:39:51 mef Exp $ -BLAKE2s (R/bdsmatrix_1.3-4.tar.gz) = ea63735da6f39af331caecd624d5e9d5e649c7355a41a45d73d4d8850b05fad4 -SHA512 (R/bdsmatrix_1.3-4.tar.gz) = 951a670b7f028c16cf80c37d2d7a80e0e85eae94e4038ef2655e4bcda3387f52d527a89153bddfd0fbd39a927f2364239c055c64c41a725f30aac7947e46b85d -Size (R/bdsmatrix_1.3-4.tar.gz) = 47961 bytes +BLAKE2s (R/bdsmatrix_1.3-6.tar.gz) = 01d917451676531e4255152ba641c98a49e5d83dc565ba1eabb1241406dd64cb +SHA512 (R/bdsmatrix_1.3-6.tar.gz) = 5d4f0836f62e41024d035fe84c32dc1258ee94b9b0703b7de05a2933ac2693940f525526ec40d6fdf33d0952270545037e0dd003ee030b3bba1bfdf4bee9e7ee +Size (R/bdsmatrix_1.3-6.tar.gz) = 48147 bytes --_----------=_1686825591168000--