Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E83F11A9217 for ; Sun, 4 Oct 2020 06:11:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 843C684D9C; Sun, 4 Oct 2020 06:11:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0814E84D8C for ; Sun, 4 Oct 2020 06:11:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OEE9axpMatUo for ; Sun, 4 Oct 2020 06:11:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2BB6F84D44 for ; Sun, 4 Oct 2020 06:11:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F989FB28; Sun, 4 Oct 2020 06:11:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601791885146670" MIME-Version: 1.0 Date: Sun, 4 Oct 2020 06:11:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-Rcpp To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201004061125.1F989FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601791885146670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Oct 4 06:11:25 UTC 2020 Modified Files: pkgsrc/devel/R-Rcpp: Makefile distinfo Log Message: (devel/R-Rcpp) Updated 1.0.4.6 to 1.0.5 (pkgsrc) - several adding/adjust on TEST_DEPENDS lines (upstream) Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat - (there was not explicit 1.0.4.6 line in this file, below are after 1.0.4) Changes in Rcpp patch release version 1.0.5 (2020-07-01) * Changes in Rcpp API: + The exception handler code in #1043 was updated to ensure proper include behavior (Kevin in #1047 fixing #1046). + A missing Rcpp_list6 definition was added to support R 3.3.* builds (Davis Vaughan in #1049 fixing #1048). + Missing Rcpp_list{2,3,4,5} definition were added to the Rcpp namespace (Dirk in #1054 fixing #1053). + A further updated corrected the header include and provided a missing else branch (Mattias Ellert in #1055). + Two more assignments are protected with Rcpp::Shield (Dirk in #1059). + One call to abs is now properly namespaced with std:: (Uwe Korn in # 1069). + String object memory preservation was corrected/simplified (Kevin in # 1082). * Changes in Rcpp Attributes: + Empty strings are not passed to R CMD SHLIB which was seen with R 4.0.0 on Windows (Kevin in #1062 fixing #1061). + The short_file_name() helper function is safer with respect to temporaries (Kevin in #1067 fixing #1066, and #1071 fixing #1070). * Changes in Rcpp Sugar: + Two sample() objects are now standard vectors and not R_alloc created (Dirk in #1075 fixing #1074). * Changes in Rcpp support functions: + Rcpp.package.skeleton() adjusts for a (documented) change in R 4.0.0 (Dirk in #1088 fixing #1087). * Changes in Rcpp Documentation: + The pdf file of the earlier introduction is again typeset with bibliographic information (Dirk). + A new vignette describing how to package C++ libraries has been added (Dirk in #1078 fixing #1077). * Changes in Rcpp Deployment: + Travis CI unit tests now run a matrix over the versions of R also tested at CRAN (rel/dev/oldrel/oldoldrel), and coverage runs in parallel for a net speed-up (Dirk in #1056 and #1057). + The exceptions test is now partially skipped on Solaris as it already is on Windows (Dirk in #1065). + The default CI runner was upgraded to R 4.0.0 (Dirk). + The CI matrix spans R 3.5, 3.6, r-release and r-devel (Dirk). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/R-Rcpp/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/R-Rcpp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601791885146670 Content-Disposition: inline Content-Length: 2305 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-Rcpp/Makefile diff -u pkgsrc/devel/R-Rcpp/Makefile:1.20 pkgsrc/devel/R-Rcpp/Makefile:1.21 --- pkgsrc/devel/R-Rcpp/Makefile:1.20 Wed May 13 11:18:35 2020 +++ pkgsrc/devel/R-Rcpp/Makefile Sun Oct 4 06:11:24 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2020/05/13 11:18:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2020/10/04 06:11:24 mef Exp $ R_PKGNAME= Rcpp -R_PKGVER= 1.0.4.6 +R_PKGVER= 1.0.5 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,8 +12,12 @@ TEST_DEPENDS+= R-RUnit-[0-9]*:../../deve TEST_DEPENDS+= R-inline-[0-9]*:../../devel/R-inline TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown -TEST_DEPENDS+= R-pkgKitten-[0-9]*:../../devel/R-pkgKitten -TEST_DEPENDS+= R-rbenchmark-[0-9]*:../../benchmarks/R-rbenchmark +TEST_DEPENDS+= R-pkgKitten>=0.1.2:../../devel/R-pkgKitten +TEST_DEPENDS+= R-rbenchmark>=1.0.0:../../benchmarks/R-rbenchmark +TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest +TEST_DEPENDS+= tex-pdfpages-[0-9]*q:../../print/tex-pdfpages +TEST_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb +TEST_DEPENDS+= tex-iftex-[0-9]*d:../../print/tex-iftex USE_LANGUAGES+= c++ Index: pkgsrc/devel/R-Rcpp/distinfo diff -u pkgsrc/devel/R-Rcpp/distinfo:1.14 pkgsrc/devel/R-Rcpp/distinfo:1.15 --- pkgsrc/devel/R-Rcpp/distinfo:1.14 Wed Apr 29 02:15:52 2020 +++ pkgsrc/devel/R-Rcpp/distinfo Sun Oct 4 06:11:24 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2020/04/29 02:15:52 mef Exp $ +$NetBSD: distinfo,v 1.15 2020/10/04 06:11:24 mef Exp $ -SHA1 (R/Rcpp_1.0.4.6.tar.gz) = 550e45928a3ab2db4736c7ef0c9ed4f0bb134844 -RMD160 (R/Rcpp_1.0.4.6.tar.gz) = d55412cfb6c5ecfa6ec4f2a68f5a2581aa959b3a -SHA512 (R/Rcpp_1.0.4.6.tar.gz) = d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df -Size (R/Rcpp_1.0.4.6.tar.gz) = 2751467 bytes +SHA1 (R/Rcpp_1.0.5.tar.gz) = 094a7c3f26e388bc23b713b4940438c9099adac0 +RMD160 (R/Rcpp_1.0.5.tar.gz) = 076b43c1315befcf9922f031659f955da66e7dbd +SHA512 (R/Rcpp_1.0.5.tar.gz) = dfca51e0ac14a7c24113568fafec290f2c1e9484709220b5537707af8451179686baf80e397ce548f7c24142d7864c224bd41835e7f61bc5295878755abe21ca +Size (R/Rcpp_1.0.5.tar.gz) = 2950521 bytes --_----------=_1601791885146670--