pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/R-cpp11



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 18 09:21:40 UTC 2023

Modified Files:
        pkgsrc/lang/R-cpp11: Makefile distinfo

Log Message:
(lang/R-cpp11) Updated 0.4.2 to 0.4.3

# cpp11 0.4.3

* Modernized the GitHub Actions workflows and updated some internal tests to
  better align with changes in those workflows and the latest version of R
  (#279)

* `cpp_source()` errors on non-existent file (#261).

* `cpp_register()` is quiet by default when R is non interactive (#289).

* updated test to adapt to changes in R 4.2.1 (#290).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/R-cpp11/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/R-cpp11/distinfo

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

Modified files:

Index: pkgsrc/lang/R-cpp11/Makefile
diff -u pkgsrc/lang/R-cpp11/Makefile:1.4 pkgsrc/lang/R-cpp11/Makefile:1.5
--- pkgsrc/lang/R-cpp11/Makefile:1.4    Sat Apr 30 14:33:39 2022
+++ pkgsrc/lang/R-cpp11/Makefile        Sat Feb 18 09:21:40 2023
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2022/04/30 14:33:39 mef Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/18 09:21:40 mef Exp $
 
 R_PKGNAME=     cpp11
-R_PKGVER=      0.4.2
+R_PKGVER=      0.4.3
 CATEGORIES=    lang
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       C++11 Interface for R's C Interface
 LICENSE=       mit     # + file LICENSE
 
-# Packages suggested but not available: 'bench', 'decor', 'lobstr'
+# Packages suggested but not available: 'decor', 'lobstr'
 
 TEST_DEPENDS+= R-progress-[0-9]*:../../sysutils/R-progress
+TEST_DEPENDS+= R-bench-[0-9]*:../../benchmarks/R-bench
 TEST_DEPENDS+= R-brio-[0-9]*:../../devel/R-brio
 TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
 TEST_DEPENDS+= R-cli-[0-9]*:../../devel/R-cli

Index: pkgsrc/lang/R-cpp11/distinfo
diff -u pkgsrc/lang/R-cpp11/distinfo:1.6 pkgsrc/lang/R-cpp11/distinfo:1.7
--- pkgsrc/lang/R-cpp11/distinfo:1.6    Sat Apr 30 14:33:39 2022
+++ pkgsrc/lang/R-cpp11/distinfo        Sat Feb 18 09:21:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/04/30 14:33:39 mef Exp $
+$NetBSD: distinfo,v 1.7 2023/02/18 09:21:40 mef Exp $
 
-BLAKE2s (R/cpp11_0.4.2.tar.gz) = be34deb7057411697440b5f1320f75ce2739066ac2f13a467e44dad9e5b0e9c0
-SHA512 (R/cpp11_0.4.2.tar.gz) = 078eff5924df78572fd50f443f4c04ca69a11b11a1a2986a2a20023ec05e5c0fcb3bcbad3a50873583e6637960925dc62e8afe2bdb6e3019cf2627ff50b0ff01
-Size (R/cpp11_0.4.2.tar.gz) = 317708 bytes
+BLAKE2s (R/cpp11_0.4.3.tar.gz) = ac4a80cd19ab38e28ede25eaa6c21353dfc2d1ede41ea2c9cda7aa857889c2a7
+SHA512 (R/cpp11_0.4.3.tar.gz) = d37370906fd2dbe2eba86d43876bb1f8186bc5ccbe9c605333eb686b1342fd02c69964c580e0c3f1e206c46889ea415c92952d2e54b69fbda8423f00345b2afe
+Size (R/cpp11_0.4.3.tar.gz) = 304530 bytes



Home | Main Index | Thread Index | Old Index