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:           Sun Nov 24 04:24:23 UTC 2024

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

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

(from NEWS, upto 0.9.11 info only)
version 0.9.11
- Fixed a warning in gcc-13: changed specifier from %d to %ld.
  (Thanks to Kurt Hornik for the head's up)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-stringdist/Makefile
cvs rdiff -u -r1.5 -r1.6 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.3 pkgsrc/math/R-stringdist/Makefile:1.4
--- pkgsrc/math/R-stringdist/Makefile:1.3       Fri Jun  2 13:49:35 2023
+++ pkgsrc/math/R-stringdist/Makefile   Sun Nov 24 04:24:23 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/06/02 13:49:35 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/11/24 04:24:23 mef Exp $
 
 R_PKGNAME=     stringdist
-R_PKGVER=      0.9.10
+R_PKGVER=      0.9.12
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Approximate String Matching and String Distance Functions
@@ -9,5 +9,13 @@ LICENSE=       gnu-gpl-v3
 
 TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
 
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/R-stringdist/distinfo
diff -u pkgsrc/math/R-stringdist/distinfo:1.5 pkgsrc/math/R-stringdist/distinfo:1.6
--- pkgsrc/math/R-stringdist/distinfo:1.5       Fri Jun  2 13:49:35 2023
+++ pkgsrc/math/R-stringdist/distinfo   Sun Nov 24 04:24:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/02 13:49:35 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/11/24 04:24:23 mef Exp $
 
-BLAKE2s (R/stringdist_0.9.10.tar.gz) = c9755fc00a5730717c97cb2829b5324ea564e7b798ad86f09876718f976e1d7c
-SHA512 (R/stringdist_0.9.10.tar.gz) = 633af7fea1fd44504b65e4b520e4bde0a7c492674761d4d52f5a4cb628d47cb0f22ca9596bdc2957fa85c864f8611ffdbba3edc87cc24e986955478bd46d3721
-Size (R/stringdist_0.9.10.tar.gz) = 862221 bytes
+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



Home | Main Index | Thread Index | Old Index