From 5c864f9c346270d336de043317bce0c66a71b311 Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 30 Dec 2024 10:56:17 +0000 Subject: [PATCH] (www/R-gargle) Updated 1.5.0 to 1.5.2 # gargle 1.5.2 * Fixed a bug in an internal helper that validates input specifying a service account. The helper targets a common mistake where the JSON for an OAuth client is provided to an argument that is meant for a service account (#270). # gargle 1.5.1 * Completed some overlooked, unfinished work around the OAuth "app" to "client" transition that affected out-of-bound auth (#263, #264). * The `secret_*()` functions are more discoverable via documentation. --- www/R-gargle/Makefile | 15 +++++++++++---- www/R-gargle/distinfo | 8 ++++---- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/www/R-gargle/Makefile b/www/R-gargle/Makefile index 5ead0c690768..020a1321e6e5 100644 --- a/www/R-gargle/Makefile +++ b/www/R-gargle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2023/06/17 12:17:14 mef Exp $ +# $NetBSD: Makefile,v 1.6 2024/12/30 10:56:17 mef Exp $ R_PKGNAME= gargle -R_PKGVER= 1.5.0 +R_PKGVER= 1.5.2 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -19,8 +19,15 @@ DEPENDS+= R-rlang>=0.4.9:../../devel/R-rlang DEPENDS+= R-rstudioapi>=0.13:../../math/R-rstudioapi DEPENDS+= R-withr>=2.4.2:../../devel/R-withr -# Packages suggested but not available: -# 'aws.ec2metadata', 'aws.signature', 'mockr', 'sodium' +# Packages suggested but not available: 'aws.ec2metadata', 'aws.signature' + +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-httpuv-[0-9]*:../../www/R-httpuv +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown +TEST_DEPENDS+= R-sodium-[0-9]*:../../security/R-sodium +TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat USE_LANGUAGES= # none diff --git a/www/R-gargle/distinfo b/www/R-gargle/distinfo index 6d8d285f0794..c9f3c4ca25f5 100644 --- a/www/R-gargle/distinfo +++ b/www/R-gargle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/06/17 12:17:14 mef Exp $ +$NetBSD: distinfo,v 1.4 2024/12/30 10:56:17 mef Exp $ -BLAKE2s (R/gargle_1.5.0.tar.gz) = efbd7712d3e4f9833025f848f6f09aca3462aae58a5d515a6fdd8fae579a56eb -SHA512 (R/gargle_1.5.0.tar.gz) = 63c49186bb96da76bcdcc38a5bb034d26b7ba56c103fb8cbc8c6217559136cde62f8b02aa8af3f6186cf54de5cafc1a028e78ff5682c5c82e062208bfc0844a6 -Size (R/gargle_1.5.0.tar.gz) = 626311 bytes +BLAKE2s (R/gargle_1.5.2.tar.gz) = 9f0be24268f624e784b30c60bccc29dae2ba0bf1dff01fa2467e37c679167192 +SHA512 (R/gargle_1.5.2.tar.gz) = d266e69f73aa5500bf2d634f8e4fdcee8e8b90f56e16f4db0d98d6f21af461826d18a7e76bcc3ac90a63a0526c975d1e9b6d952b6b322fca142eaabfcc00f0e8 +Size (R/gargle_1.5.2.tar.gz) = 627560 bytes