pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-bdsmatrix



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index