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: Sat Oct 19 11:50:27 UTC 2024
Modified Files:
pkgsrc/devel/R-bit: Makefile distinfo
Log Message:
(devel/R-bit) Updated 4.0.5 to 4.5.0
CHANGES IN bit VERSION 4.5.0
USER VISIBLE CHANGES
o still.identical now throws an error when called with Strings
(and previously threw when called with Lists)
Inofficial calls to STRING_PTR and VECTOR_PTR were removed.
BUG FIXES
o Now works with _R_USE_STRICT_R_HEADERS_=true
o Replaced Calloc and Free with R_Calloc and R_Free
o Replaced SETLENGTH with Rf_lengthgets
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-bit/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/R-bit/Makefile:1.8
--- pkgsrc/devel/R-bit/Makefile:1.7 Sun Dec 18 01:03:47 2022
+++ pkgsrc/devel/R-bit/Makefile Sat Oct 19 11:50:27 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/12/18 01:03:47 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/19 11:50:27 mef Exp $
R_PKGNAME= bit
-R_PKGVER= 4.0.5
+R_PKGVER= 4.5.0
CATEGORIES= devel
MAINTAINER= minskim%NetBSD.org@localhost
@@ -9,11 +9,19 @@ COMMENT= Class for vectors of 1-bit bool
LICENSE= gnu-gpl-v2
TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
-TEST_DEPENDS+= R-microbenchmarks-[0-9]*:../../benchmarks/R-microbenchmark
-TEST_DEPENDS+= R-roxygen2-[0-9]*:../../devel/R-roxygen2
-TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
-TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
TEST_DEPENDS+= R-ff-[0-9]*:../../sysutils/R-ff
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-roxygen2-[0-9]*:../../devel/R-roxygen2
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+# !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-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= c
Index: pkgsrc/devel/R-bit/distinfo
diff -u pkgsrc/devel/R-bit/distinfo:1.6 pkgsrc/devel/R-bit/distinfo:1.7
--- pkgsrc/devel/R-bit/distinfo:1.6 Sun Dec 18 01:03:47 2022
+++ pkgsrc/devel/R-bit/distinfo Sat Oct 19 11:50:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/12/18 01:03:47 mef Exp $
+$NetBSD: distinfo,v 1.7 2024/10/19 11:50:27 mef Exp $
-BLAKE2s (R/bit_4.0.5.tar.gz) = 3d692f3ba6498d7623044d2cf02096cf379be2e91d8166a32b9dbfb2b06df69d
-SHA512 (R/bit_4.0.5.tar.gz) = 2510453d05f147e214d89331624e345cb479a39793240d619e05eb07062c99b2634dfd1ba80d986915871e7cb7a32774f62c3e95e5cb82c38e3bbe4d4387620c
-Size (R/bit_4.0.5.tar.gz) = 827745 bytes
+BLAKE2s (R/bit_4.5.0.tar.gz) = a19a9b8c83206325f31aea19da33815103cabd5fa46a28f568373194a997983f
+SHA512 (R/bit_4.5.0.tar.gz) = e21ca6d201da992f33ccc103397ba7c2d34db3b42c912e254e2103aedf35ab69c38735357975adeec3538e14226875cc124b98a264dac8fe14f050d8c0eb05b7
+Size (R/bit_4.5.0.tar.gz) = 859114 bytes
Home |
Main Index |
Thread Index |
Old Index