Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE18D84D7A for ; Sun, 18 Jun 2023 14:01:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lJ4UvIrsZFl8 for ; Sun, 18 Jun 2023 14:01:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2935284D57 for ; Sun, 18 Jun 2023 14:01:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22E13FA89; Sun, 18 Jun 2023 14:01:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16870968888800" MIME-Version: 1.0 Date: Sun, 18 Jun 2023 14:01:28 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-BH To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230618140128.22E13FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16870968888800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 18 14:01:28 UTC 2023 Modified Files: pkgsrc/devel/R-BH: Makefile distinfo Log Message: (devel/R-BH) Updated 1.78.0.0 to 1.81.0.1 2023-01-17 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 1.81.0-1 * inst/include/boost/math/tools/config.hpp: Comment-out 'warning' message as CRAN Policy would prefer not to see these * inst/include/boost/multiprecision/detail/standalone_config.hpp: Idem * inst/include/boost/spirit/home/x3.hpp: Idem (for four lines) 2022-12-29 Dirk Eddelbuettel * inst/include/boost/core/snprintf.hpp: Added * .../lexical_cast/detail/converter_lexical_streams.hpp: Used here * .../core/lightweight_test.hpp: Use snprintf * .../core/type_name.hpp: Idem * .../interprocess/detail/win32_api.hpp: Idem * .../numeric/odeint/integrate/max_step_checker.hpp: Idem * .../test/imp/debug.ipp: Idem * .../utils/setcolor.hpp: Idem 2022-12-15 Dirk Eddelbuettel * inst/include/boost/*: Upgraded to Boost 1.81, as usual with two patch sets from CRAN demands on file path length and diagnostics * README.md: Updated package list for 1.81 * DESCRIPTION (Description): Idem * local/scripts/CreateBoost.sh: Update for 1.81.0, added url 2022-10-31 Dirk Eddelbuettel * .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-BH/Makefile \ pkgsrc/devel/R-BH/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16870968888800 Content-Disposition: inline Content-Length: 1440 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-BH/Makefile diff -u pkgsrc/devel/R-BH/Makefile:1.6 pkgsrc/devel/R-BH/Makefile:1.7 --- pkgsrc/devel/R-BH/Makefile:1.6 Sun Dec 18 05:18:10 2022 +++ pkgsrc/devel/R-BH/Makefile Sun Jun 18 14:01:27 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/12/18 05:18:10 mef Exp $ +# $NetBSD: Makefile,v 1.7 2023/06/18 14:01:27 mef Exp $ R_PKGNAME= BH -R_PKGVER= 1.78.0-0 +R_PKGVER= 1.81.0-1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/R-BH/distinfo diff -u pkgsrc/devel/R-BH/distinfo:1.6 pkgsrc/devel/R-BH/distinfo:1.7 --- pkgsrc/devel/R-BH/distinfo:1.6 Sun Dec 18 05:18:10 2022 +++ pkgsrc/devel/R-BH/distinfo Sun Jun 18 14:01:27 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/12/18 05:18:10 mef Exp $ +$NetBSD: distinfo,v 1.7 2023/06/18 14:01:27 mef Exp $ -BLAKE2s (R/BH_1.78.0-0.tar.gz) = 610176f0a347a1609cbf1e4f1118ee7cb0845a69bcc356423f25adb258e6c6c2 -SHA512 (R/BH_1.78.0-0.tar.gz) = 07cac11de283d4e2615a3e3c8ab77802b369eab57a8649cb8e148abf8c2f2c138bb56549fd8e25e306e0ab760fae78d6aa084098fb6d35389f177720b58e1bfd -Size (R/BH_1.78.0-0.tar.gz) = 13269768 bytes +BLAKE2s (R/BH_1.81.0-1.tar.gz) = cbede7399f47f1a9f9d82b77a6a31d32fb0aa250a86d7987bd422c446fa2ba6d +SHA512 (R/BH_1.81.0-1.tar.gz) = 5a52ed2c82424c764e4ba466e90f3745f2c4831de1d8f12516e8449e0c71c9361761fab0018a25d4f6df7ff98b98b9936920a102c025527b7403b7c8d7082909 +Size (R/BH_1.81.0-1.tar.gz) = 13938979 bytes --_----------=_16870968888800--