pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-stringdist



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 15 06:30:41 UTC 2025

Modified Files:
        pkgsrc/math/R-stringdist: Makefile distinfo

Log Message:
(math/R-stringdist) Updated 0.9.12 to 0.9.15

version 0.9.15
- Fixe issue with zero-length 'nthreads' argument in all exported functions
  with this parameter. (Thanks to Brian Ripley for the notification and pointer
  to the problem)

version 0.9.14
- Fixed issue with zero-length strings in 'qgrams' (Thanks to Brian Ripley
  for the notification and pointer to the origin of the problem)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-stringdist/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-stringdist/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-stringdist/Makefile
diff -u pkgsrc/math/R-stringdist/Makefile:1.4 pkgsrc/math/R-stringdist/Makefile:1.5
--- pkgsrc/math/R-stringdist/Makefile:1.4       Sun Nov 24 04:24:23 2024
+++ pkgsrc/math/R-stringdist/Makefile   Sat Feb 15 06:30:40 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2024/11/24 04:24:23 mef Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/15 06:30:40 mef Exp $
 
 R_PKGNAME=     stringdist
-R_PKGVER=      0.9.12
+R_PKGVER=      0.9.15
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Approximate String Matching and String Distance Functions

Index: pkgsrc/math/R-stringdist/distinfo
diff -u pkgsrc/math/R-stringdist/distinfo:1.6 pkgsrc/math/R-stringdist/distinfo:1.7
--- pkgsrc/math/R-stringdist/distinfo:1.6       Sun Nov 24 04:24:23 2024
+++ pkgsrc/math/R-stringdist/distinfo   Sat Feb 15 06:30:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/11/24 04:24:23 mef Exp $
+$NetBSD: distinfo,v 1.7 2025/02/15 06:30:40 mef Exp $
 
-BLAKE2s (R/stringdist_0.9.12.tar.gz) = 7179df7e7b20857454806862cd99a845425928aeedce50053ce90b35e220ec85
-SHA512 (R/stringdist_0.9.12.tar.gz) = 25cde28d8b8fde944f8cca8ed444733a987d620f3c0c33b503113e9ee65ac5efffb5aafe8e608d88442c5b65124ef66f84ec3b6edb300291b8bccf361c839624
-Size (R/stringdist_0.9.12.tar.gz) = 862306 bytes
+BLAKE2s (R/stringdist_0.9.15.tar.gz) = 257d3871fb32149b029e85023d7a15c5fde5e77a844b411799eabbca26a9559f
+SHA512 (R/stringdist_0.9.15.tar.gz) = 98311131d6fea764a3b27a5d8768e5db93c97395a929b0bad22c4a15f297decfaa737daa1179f245b1d493594c19583bd6bbdda3a80e8852f28447a35ac8ffb5
+Size (R/stringdist_0.9.15.tar.gz) = 862730 bytes



Home | Main Index | Thread Index | Old Index