pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-bit64
Module Name: pkgsrc
Committed By: mef
Date: Sat Oct 19 12:04:55 UTC 2024
Modified Files:
pkgsrc/devel/R-bit64: Makefile distinfo
Log Message:
(devel/R-bit64) Updated 4.0.5 to 4.5.2, make test passed (10.99.12)
CHANGES IN bit64 VERSION 4.5.2
BUG FIXES
o "[.integer64"(x,i) can now cope with i longer than x
CHANGES IN bit64 VERSION 4.5.1
USER VISIBLE CHANGES
o generics 'is.integer64', 'as.integer64', 'as.bitstring'
are no longer registered as S4 methods of 'is' and 'as'
CHANGES IN bit64 VERSION 4.5.0
NEW FEATURES
o new method as.list.integer64
o setting options(integer64_semantics="new")
gives the better semantics suggested by Ofek Shilon.
Downstream package authors: please test and adjust to the new semantics,
we plan to make that the default and deprecate integer64_semantics="new".
USER VISIBLE CHANGES
o min.integer64 and max.integer64 emit better warnings
when extreme values are returned (suggested by Pepijn de Vries)
BUG FIXES
o seq.integer64 now properly handles sequences of length 1
(found by Christopher Swingley)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-bit64/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-bit64/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-bit64/Makefile
diff -u pkgsrc/devel/R-bit64/Makefile:1.6 pkgsrc/devel/R-bit64/Makefile:1.7
--- pkgsrc/devel/R-bit64/Makefile:1.6 Sun Jun 6 23:49:29 2021
+++ pkgsrc/devel/R-bit64/Makefile Sat Oct 19 12:04:55 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/06/06 23:49:29 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/19 12:04:55 mef Exp $
R_PKGNAME= bit64
-R_PKGVER= 4.0.5
+R_PKGVER= 4.5.2
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
@@ -10,6 +10,12 @@ LICENSE= gnu-gpl-v2
DEPENDS+= R-bit>=4.0.0:../../devel/R-bit
+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
.include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-bit64/distinfo
diff -u pkgsrc/devel/R-bit64/distinfo:1.4 pkgsrc/devel/R-bit64/distinfo:1.5
--- pkgsrc/devel/R-bit64/distinfo:1.4 Tue Oct 26 10:14:01 2021
+++ pkgsrc/devel/R-bit64/distinfo Sat Oct 19 12:04:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:01 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/10/19 12:04:55 mef Exp $
-BLAKE2s (R/bit64_4.0.5.tar.gz) = 78be84d104ebd4e7cee9dc406d900401f74922ff4d0f2a3fed9fb2505823b312
-SHA512 (R/bit64_4.0.5.tar.gz) = 1962dd76d56119f56af6cfcf882ef8047feea310fe8abedc7ae82332b8cfe6937296f92ed0bb74cbf6ac53424d2f1960eef6d8b26a62fba16ae7a4cd114aa5f3
-Size (R/bit64_4.0.5.tar.gz) = 135091 bytes
+BLAKE2s (R/bit64_4.5.2.tar.gz) = f1bf4df6664fa071a69addb7d0447b199eebe449a388946a1d6a8c05b85afd45
+SHA512 (R/bit64_4.5.2.tar.gz) = 82519d7db94d2d78b8410f2b07a23cc4b03ca79dd6862eef19493bc503cc64c39a534762d550c74c5e3c1a4d8866d7f781958201fabb463877a86fb74486d401
+Size (R/bit64_4.5.2.tar.gz) = 135341 bytes
Home |
Main Index |
Thread Index |
Old Index