pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/R-gargle



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 30 10:56:17 UTC 2024

Modified Files:
        pkgsrc/www/R-gargle: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/R-gargle/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-gargle/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/R-gargle/Makefile
diff -u pkgsrc/www/R-gargle/Makefile:1.5 pkgsrc/www/R-gargle/Makefile:1.6
--- pkgsrc/www/R-gargle/Makefile:1.5    Sat Jun 17 12:17:14 2023
+++ pkgsrc/www/R-gargle/Makefile        Mon Dec 30 10:56:17 2024
@@ -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@localhost
@@ -19,8 +19,15 @@ DEPENDS+=    R-rlang>=0.4.9:../../devel/R-r
 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
 

Index: pkgsrc/www/R-gargle/distinfo
diff -u pkgsrc/www/R-gargle/distinfo:1.3 pkgsrc/www/R-gargle/distinfo:1.4
--- pkgsrc/www/R-gargle/distinfo:1.3    Sat Jun 17 12:17:14 2023
+++ pkgsrc/www/R-gargle/distinfo        Mon Dec 30 10:56:17 2024
@@ -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



Home | Main Index | Thread Index | Old Index