Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 195B184EEE for ; Fri, 11 Aug 2023 02:21:23 +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 ZL4H-vytX2eu for ; Fri, 11 Aug 2023 02:21:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D2DA84E63 for ; Fri, 11 Aug 2023 02:21:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 719FFFBDB; Fri, 11 Aug 2023 02:21:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691720482222930" MIME-Version: 1.0 Date: Fri, 11 Aug 2023 02:21:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-rstudioapi To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230811022122.719FFFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691720482222930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Aug 11 02:21:22 UTC 2023 Modified Files: pkgsrc/math/R-rstudioapi: Makefile distinfo Log Message: (math/R-rstudioapi) Updated 0.14 to 0.15.0 # rstudioapi 0.15.0 * Added `getDelegatedAzureToken` for Posit Workbench users needing to expose OAuth2 tokens for Azure services that have already had permissions configured To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-rstudioapi/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-rstudioapi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691720482222930 Content-Disposition: inline Content-Length: 1988 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-rstudioapi/Makefile diff -u pkgsrc/math/R-rstudioapi/Makefile:1.5 pkgsrc/math/R-rstudioapi/Makefile:1.6 --- pkgsrc/math/R-rstudioapi/Makefile:1.5 Thu Jun 8 16:09:11 2023 +++ pkgsrc/math/R-rstudioapi/Makefile Fri Aug 11 02:21:22 2023 @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.5 2023/06/08 16:09:11 mef Exp $ +# $NetBSD: Makefile,v 1.6 2023/08/11 02:21:22 mef Exp $ R_PKGNAME= rstudioapi -R_PKGVER= 0.14 +R_PKGVER= 0.15.0 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Safely access the RStudio API LICENSE= mit -TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= R-clipr-[0-9]*:../../devel/R-clipr +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown -TEST_DEPENDS+= R-clipr-[0-9]*:../../devel/R-clipr +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat USE_LANGUAGES= # none Index: pkgsrc/math/R-rstudioapi/distinfo diff -u pkgsrc/math/R-rstudioapi/distinfo:1.6 pkgsrc/math/R-rstudioapi/distinfo:1.7 --- pkgsrc/math/R-rstudioapi/distinfo:1.6 Thu Jun 8 16:09:11 2023 +++ pkgsrc/math/R-rstudioapi/distinfo Fri Aug 11 02:21:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/06/08 16:09:11 mef Exp $ +$NetBSD: distinfo,v 1.7 2023/08/11 02:21:22 mef Exp $ -BLAKE2s (R/rstudioapi_0.14.tar.gz) = ce49707d7a27b1857c3fe3a6ca48a5794af7cb7d606ea1a35c848b6f113b7ee0 -SHA512 (R/rstudioapi_0.14.tar.gz) = e7185ca997ba24bc1f8dff0aa803b1bd0560958ba71471c1952d8c13dad65fd1616fdc8ed5275e8e7d2c266225e5832a8a740a966067452f5df172b38d214c30 -Size (R/rstudioapi_0.14.tar.gz) = 115390 bytes +BLAKE2s (R/rstudioapi_0.15.0.tar.gz) = 2dd71f7127d264f726c977f91ae4e21fb10367c841d49ddfa8bc8e36a78e7826 +SHA512 (R/rstudioapi_0.15.0.tar.gz) = 304b9448915789d948d08cdef66f8c31d22fd3413de172dfa10cb1ccec53bdb3734b8fd797ef3389674c652106b46784fa47b3bb9e3ab61b1149965210dfcd21 +Size (R/rstudioapi_0.15.0.tar.gz) = 115689 bytes --_----------=_1691720482222930--