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: Wed Jun 10 12:24:02 UTC 2026
Modified Files:
pkgsrc/lang/R-cpp11: Makefile distinfo
Log Message:
(lang/R-cpp11) Updated 0.5.1 to 0.5.5
# cpp11 0.5.5
* Fixed an issue where `cpp11::stop()` and `cpp11::warning()` calls
with the same template instantiation could cause a crash on some
systems (#491, #295).
* `cpp_source()` now works with multiple `file`s (#492).
# cpp11 0.5.4
* Removed non-API usage of `R_NamespaceRegistry`.
* Fixed a bug with `CPP11_USE_FMT` where the input was not being
correctly wrapped in `fmt::runtime()`.
# cpp11 0.5.3
* Removed non-API usage of `ATTRIB()` (#481).
* Improved hygiene around using C++ specific C compatibility headers
(i.e. by using `<cstring>` rather than `<string.h>` and `<cstddef>`
rather than `<stddef.h>`) (#454, @MichaelChirico).
* Fixed an rchk issue related to `std::initializer_list<named_arg>`
(#457, @pachadotdev).
# cpp11 0.5.2
* Fixed an issue related to `-Wdeprecated-literal-operator` (#447,
@andrjohns).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/R-cpp11/Makefile
cvs rdiff -u -r1.10 -r1.11 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.8 pkgsrc/lang/R-cpp11/Makefile:1.9
--- pkgsrc/lang/R-cpp11/Makefile:1.8 Sat Dec 14 01:09:20 2024
+++ pkgsrc/lang/R-cpp11/Makefile Wed Jun 10 12:24:02 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/12/14 01:09:20 mef Exp $
+# $NetBSD: Makefile,v 1.9 2026/06/10 12:24:02 mef Exp $
R_PKGNAME= cpp11
-R_PKGVER= 0.5.1
+R_PKGVER= 0.5.5
CATEGORIES= lang
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/lang/R-cpp11/distinfo
diff -u pkgsrc/lang/R-cpp11/distinfo:1.10 pkgsrc/lang/R-cpp11/distinfo:1.11
--- pkgsrc/lang/R-cpp11/distinfo:1.10 Sat Dec 14 01:09:20 2024
+++ pkgsrc/lang/R-cpp11/distinfo Wed Jun 10 12:24:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/12/14 01:09:20 mef Exp $
+$NetBSD: distinfo,v 1.11 2026/06/10 12:24:02 mef Exp $
-BLAKE2s (R/cpp11_0.5.1.tar.gz) = fc655bd94c471904962b109424699d4ca904136d2c09de90da74cf10951b2e31
-SHA512 (R/cpp11_0.5.1.tar.gz) = 0a33f3a07d4aaf06e91b5c9c8d8fe1d1e44fcbd5ed66e50520f16f799f48838ae5892340b4f7f5ca906ca3b622e8490eac213558d1ecf24a0bfe11d4fde773ee
-Size (R/cpp11_0.5.1.tar.gz) = 291870 bytes
+BLAKE2s (R/cpp11_0.5.5.tar.gz) = 24e114de46a4a4dd697c97295b4192ccdf23101fa2773831a90c3f3e90b0ef1f
+SHA512 (R/cpp11_0.5.5.tar.gz) = f3f840bee2c29fbb991631a4db614a6a6292c33898f18a1a088d3d2edbff307e780d27d8113e3e158cedcae22e27f25297f51e16ba82c4766aee4064581eaa17
+Size (R/cpp11_0.5.5.tar.gz) = 304823 bytes
Home |
Main Index |
Thread Index |
Old Index