pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-bit



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun May 31 14:14:01 UTC 2026

Modified Files:
        pkgsrc/devel/R-bit: Makefile distinfo

Log Message:
(devel/R-bit) Updated 4.5.1 to 4.6.0

# bit 4.6.0

## BUG FIXES

1. Corrected the function prototype for a C function, #36. Thanks
@aitap for investigating and suggesting a fix.

1. `chunk()` works if {ff} is loaded but not attached, #3. Thanks
@dschlaep for the report.

## NOTES

1. After creating, developing, and maintaining {bit} for about 16
years, Jens Oehlschlägel has decided to step down as maintainer of the
package. As with {bit64}, Michael Chirico will take over in this
duty. Thank you Jens for creating such a wonderful & important part of
the R ecosystem!

  I don't have any major plans for new features, and mostly hope to
keep the package running and up to date. Contributors most welcome!
I am also trying to freshen up the code base to make contribution
 easier.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-bit/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-bit/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-bit/Makefile
diff -u pkgsrc/devel/R-bit/Makefile:1.9 pkgsrc/devel/R-bit/Makefile:1.10
--- pkgsrc/devel/R-bit/Makefile:1.9     Sun Jan 12 12:05:50 2025
+++ pkgsrc/devel/R-bit/Makefile Sun May 31 14:14:01 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2025/01/12 12:05:50 mef Exp $
+# $NetBSD: Makefile,v 1.10 2026/05/31 14:14:01 mef Exp $
 
 R_PKGNAME=     bit
-R_PKGVER=      4.5.0.1
+R_PKGVER=      4.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/devel/R-bit/distinfo
diff -u pkgsrc/devel/R-bit/distinfo:1.8 pkgsrc/devel/R-bit/distinfo:1.9
--- pkgsrc/devel/R-bit/distinfo:1.8     Sun Jan 12 12:05:50 2025
+++ pkgsrc/devel/R-bit/distinfo Sun May 31 14:14:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/01/12 12:05:50 mef Exp $
+$NetBSD: distinfo,v 1.9 2026/05/31 14:14:01 mef Exp $
 
-BLAKE2s (R/bit_4.5.0.1.tar.gz) = ff2416f2cbf31aa59fbcb71b8c972ea9db6bfc3228c482d2ea5785f96a166e6d
-SHA512 (R/bit_4.5.0.1.tar.gz) = 8766ba9cee1bef37dcd253665411617985e0f439c9a8c754ff4e0b2350d44bec42e81d0be782ce5cec3f4a079be4cd6e466e993635488bb279dd71a9485c19ae
-Size (R/bit_4.5.0.1.tar.gz) = 859152 bytes
+BLAKE2s (R/bit_4.6.0.tar.gz) = 609795147b8e4659f18a7c79ae14e119745926e817ae13b44b314cf0bcd3c965
+SHA512 (R/bit_4.6.0.tar.gz) = d56ca9bdfc0c45254afeb0865ce9495c7b1b579998c388bcd63a0e2662579b44227f5d7ad8ca7f328ae743984ca8c994e02bd917a241c4be8e9c4f0317aa4ab6
+Size (R/bit_4.6.0.tar.gz) = 304585 bytes



Home | Main Index | Thread Index | Old Index