pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-fastmatch



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Feb 14 15:15:11 UTC 2025

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

Log Message:
(math/R-fastmatch) Updated 1.1.4 to 1.1.6, make test passed

 NEWS for fastmatch
--------------------
1.1-6
    o   use C99 version of flexible arrays to avoid
        false-positives in strict array sanitizers.

    o   PROTECT fix when falling back to R's match
        and coercion happened before.

    o   bugfix: fast.hash returned the result instead of
        the `table` argument. (#9)

1.1-5   2024-02-14
    o   bug fix: -0 in table= would never be matched,
        because it was (correctly) hashed as 0, but final
        comparison was 0 to -0 in the table. (#12)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-fastmatch/Makefile \
    pkgsrc/math/R-fastmatch/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-fastmatch/Makefile
diff -u pkgsrc/math/R-fastmatch/Makefile:1.1 pkgsrc/math/R-fastmatch/Makefile:1.2
--- pkgsrc/math/R-fastmatch/Makefile:1.1        Sat Jan 20 04:33:58 2024
+++ pkgsrc/math/R-fastmatch/Makefile    Fri Feb 14 15:15:10 2025
@@ -1,13 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2024/01/20 04:33:58 mef Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/14 15:15:10 mef Exp $
 
 R_PKGNAME=     fastmatch
-R_PKGVER=      1.1-4
+R_PKGVER=      1.1-6
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Fast 'match()' Function
 LICENSE=       gnu-gpl-v2
 
+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-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= c
 
Index: pkgsrc/math/R-fastmatch/distinfo
diff -u pkgsrc/math/R-fastmatch/distinfo:1.1 pkgsrc/math/R-fastmatch/distinfo:1.2
--- pkgsrc/math/R-fastmatch/distinfo:1.1        Sat Jan 20 04:33:58 2024
+++ pkgsrc/math/R-fastmatch/distinfo    Fri Feb 14 15:15:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/01/20 04:33:58 mef Exp $
+$NetBSD: distinfo,v 1.2 2025/02/14 15:15:10 mef Exp $
 
-BLAKE2s (R/fastmatch_1.1-4.tar.gz) = 62ddc7309ffd806f2283911cf6b33b56087d831ca301d7ff5664991e43af277b
-SHA512 (R/fastmatch_1.1-4.tar.gz) = 82e10634eae821ec686c72db76ce9259fd538ef40759ef119e56d2d7c2fcf302b880f76a289e74f89b5263163252ebf6d480b3e789e75a8d5e38cecca46670cc
-Size (R/fastmatch_1.1-4.tar.gz) = 15223 bytes
+BLAKE2s (R/fastmatch_1.1-6.tar.gz) = cdd1939ff24492b12aa7623bb76b03e878790f0d855bb79238f9373af0ca98df
+SHA512 (R/fastmatch_1.1-6.tar.gz) = 686aff924914fafb72a18aa8816f5c499c3cfd2b7298af465026f552796d60bca38627f354f0de643b73704538d4b8d055fe549c6b195f7876dc0f771646a984
+Size (R/fastmatch_1.1-6.tar.gz) = 15655 bytes



Home | Main Index | Thread Index | Old Index