pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-progress



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 20 02:28:54 UTC 2024

Modified Files:
        pkgsrc/sysutils/R-progress: Makefile distinfo

Log Message:
(sysutils/R-progress) Updated 1.2.2 to 1.2.3, make test passed

# progress 1.2.3

* Compiling packages linking to progress with `-Wformat-security` does
  not produce warnings now.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/R-progress/Makefile \
    pkgsrc/sysutils/R-progress/distinfo

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

Modified files:

Index: pkgsrc/sysutils/R-progress/Makefile
diff -u pkgsrc/sysutils/R-progress/Makefile:1.3 pkgsrc/sysutils/R-progress/Makefile:1.4
--- pkgsrc/sysutils/R-progress/Makefile:1.3     Wed Sep 25 17:33:55 2019
+++ pkgsrc/sysutils/R-progress/Makefile Sat Jan 20 02:28:54 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/09/25 17:33:55 brook Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/20 02:28:54 mef Exp $
 
 R_PKGNAME=     progress
-R_PKGVER=      1.2.2
+R_PKGVER=      1.2.3
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +13,10 @@ DEPENDS+=    R-crayon>=1.3.4:../../devel/R-
 DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
 DEPENDS+=      R-hms>=0.5.0:../../time/R-hms
 
+TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/sysutils/R-progress/distinfo
diff -u pkgsrc/sysutils/R-progress/distinfo:1.3 pkgsrc/sysutils/R-progress/distinfo:1.4
--- pkgsrc/sysutils/R-progress/distinfo:1.3     Tue Oct 26 11:19:18 2021
+++ pkgsrc/sysutils/R-progress/distinfo Sat Jan 20 02:28:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:19:18 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/01/20 02:28:54 mef Exp $
 
-BLAKE2s (R/progress_1.2.2.tar.gz) = 1a71398aee9934f822668577cd7d132248606f15ecabf043ccff3bfd8c2e7964
-SHA512 (R/progress_1.2.2.tar.gz) = c02dfd93f43ac82ea44b97e53dd9e570aa90e95c8e4a9088114bae77f573eaba536b167a27d6a6a48d6db1d0b21d59d22468b48c0ce9580862af35f7bb3ee0bb
-Size (R/progress_1.2.2.tar.gz) = 29506 bytes
+BLAKE2s (R/progress_1.2.3.tar.gz) = 3cf10f24d781d6ecba1ee0708220cba4d2c139e1eece3d9edfab46dce659c761
+SHA512 (R/progress_1.2.3.tar.gz) = 354e67212783e57fcf02832e819a93b24905d932fecfe9811bb3496a26d12e5d8bbbc25f0a2ae140a8ec07d6efeeef44f37c51f2ea0a03e75904f246cd3fa206
+Size (R/progress_1.2.3.tar.gz) = 30499 bytes



Home | Main Index | Thread Index | Old Index