pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-R.oo



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Feb  6 12:10:20 UTC 2024

Modified Files:
        pkgsrc/devel/R-R.oo: Makefile distinfo

Log Message:
(devel/R-R.oo) Updated 1.25.0 to 1.26.0, make test passed

# Version 1.26.0 [2024-01-23]

## Significant Changes

 * The `hashCode(s)` implementation for strings was rewritten to avoid
   integer overflow (see below bug fix).  As a consequence, the
   computed hash is no longer the same for some strings.

## Documentation

 * Fixed a few small mistakes in the help pages.

## Bug Fixes

 * `hashCode(s)` could return NA, due to integer overflow, for strings
   with more than 13-15 symbols, e.g.  `hashCode("abcdefghijklmno")`
   resulted in a missing value and a warning.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-R.oo/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-R.oo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-R.oo/Makefile
diff -u pkgsrc/devel/R-R.oo/Makefile:1.3 pkgsrc/devel/R-R.oo/Makefile:1.4
--- pkgsrc/devel/R-R.oo/Makefile:1.3    Sat Dec 17 23:39:53 2022
+++ pkgsrc/devel/R-R.oo/Makefile        Tue Feb  6 12:10:19 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/12/17 23:39:53 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/06 12:10:19 mef Exp $
 
 R_PKGNAME=     R.oo
-R_PKGVER=      1.25.0
+R_PKGVER=      1.26.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,12 @@ LICENSE=     gnu-lgpl-v2.1
 
 DEPENDS+=      R-R.methodsS3-[0-9]*:../../devel/R-R.methodsS3
 
+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-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/devel/R-R.oo/distinfo
diff -u pkgsrc/devel/R-R.oo/distinfo:1.4 pkgsrc/devel/R-R.oo/distinfo:1.5
--- pkgsrc/devel/R-R.oo/distinfo:1.4    Sat Dec 17 23:39:53 2022
+++ pkgsrc/devel/R-R.oo/distinfo        Tue Feb  6 12:10:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/12/17 23:39:53 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/02/06 12:10:19 mef Exp $
 
-BLAKE2s (R/R.oo_1.25.0.tar.gz) = 628ea0238de66ea97267c669043b386784a52e794d309a290940ec6c82a143aa
-SHA512 (R/R.oo_1.25.0.tar.gz) = 8d6f9fa243fd2088511345bd932c72b337492b4555a078a694c236820994b2a40eb8f665c50a604010cb86f3eb12728b33e56d2e719c8bf2d39b84eba8e99b4c
-Size (R/R.oo_1.25.0.tar.gz) = 384384 bytes
+BLAKE2s (R/R.oo_1.26.0.tar.gz) = 678e75bc247f4573f68a17412a1b0b7498c570a7cdf0eedd5dba3e34e8e5e542
+SHA512 (R/R.oo_1.26.0.tar.gz) = f6f02e0ca59a3add5c45bcebadf981ca443463cb95ed50a347a7572e96c3b752a54ced8af77786e148f0204eb9e019f7811d640677e9bbce5cbdf0e1724dc35f
+Size (R/R.oo_1.26.0.tar.gz) = 383646 bytes



Home | Main Index | Thread Index | Old Index