Received: by mail.netbsd.org (Postfix, from userid 605) id E74D984F66; Sat, 20 Jan 2024 02:28:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23F4684F60 for ; Sat, 20 Jan 2024 02:28:55 +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 k6zuDJ6jW1dN for ; Sat, 20 Jan 2024 02:28:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 916CB84CE2 for ; Sat, 20 Jan 2024 02:28:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8488AFA42; Sat, 20 Jan 2024 02:28:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170571773426750" MIME-Version: 1.0 Date: Sat, 20 Jan 2024 02:28:54 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/sysutils/R-progress To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240120022854.8488AFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170571773426750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_170571773426750 Content-Disposition: inline Content-Length: 1940 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 @@ -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 --_----------=_170571773426750--