Received: by mail.netbsd.org (Postfix, from userid 605) id 3557184DBF; Sat, 17 Dec 2022 15:22:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6203E84D72 for ; Sat, 17 Dec 2022 15:22:05 +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 V69G9UXasBR9 for ; Sat, 17 Dec 2022 15:22:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BCF5384C13 for ; Sat, 17 Dec 2022 15:22:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2DD6FA90; Sat, 17 Dec 2022 15:22:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671290524106980" MIME-Version: 1.0 Date: Sat, 17 Dec 2022 15:22:04 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-usethis To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221217152204.B2DD6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671290524106980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 17 15:22:04 UTC 2022 Modified Files: pkgsrc/devel/R-usethis: Makefile distinfo Log Message: (devel/R-usethis) Updated 2.1.5 to 2.1.6 # usethis 2.1.6 ### GitHub-related `use_github_action()` and friends gain a `ref` argument, which defaults to the tag of the latest release in (#1541). `use_github_actions_badge()` now uses the same URLs as GitHub does via the "Create status badge" helper in the browser (#1525). This changes the significance of the `name` argument; now it really must be the name of the workflow configuration file. All functions error more clearly when the requested operation is not supported for the "theirs" remote configuration (#1588). ### Other changes `use_roxygen_md()` gains an `overwrite` argument (#1599). `use_rscloud_badge()` is a new function that creates a README badge indicating the repository can be launched in an [RStudio Cloud](https://rstudio.cloud) project (@gvelasq, #1584). `use_data()` gains an `ascii` argument, which is passed along to `save()` (@JosiahParry, #1625). `use_code_of_conduct()` has been updated to version 2.1 of the Contributor Covenant (@batpigandme, #1591). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-usethis/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-usethis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671290524106980 Content-Disposition: inline Content-Length: 1503 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-usethis/Makefile diff -u pkgsrc/devel/R-usethis/Makefile:1.6 pkgsrc/devel/R-usethis/Makefile:1.7 --- pkgsrc/devel/R-usethis/Makefile:1.6 Sat Apr 30 15:17:25 2022 +++ pkgsrc/devel/R-usethis/Makefile Sat Dec 17 15:22:04 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/04/30 15:17:25 mef Exp $ +# $NetBSD: Makefile,v 1.7 2022/12/17 15:22:04 mef Exp $ R_PKGNAME= usethis -R_PKGVER= 2.1.5 +R_PKGVER= 2.1.6 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-usethis/distinfo diff -u pkgsrc/devel/R-usethis/distinfo:1.8 pkgsrc/devel/R-usethis/distinfo:1.9 --- pkgsrc/devel/R-usethis/distinfo:1.8 Sat Apr 30 15:17:25 2022 +++ pkgsrc/devel/R-usethis/distinfo Sat Dec 17 15:22:04 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/04/30 15:17:25 mef Exp $ +$NetBSD: distinfo,v 1.9 2022/12/17 15:22:04 mef Exp $ -BLAKE2s (R/usethis_2.1.5.tar.gz) = 415c8859aabff4cb9b3429b5141eaa464ad5c1a04077ea84a65c5c645dfc2422 -SHA512 (R/usethis_2.1.5.tar.gz) = 2dd72b1cfacd964e768ba63270e62f3724c130181dfe22d589b109a7a1f3c6a8087798a2c9f3204e136909662992b16affb1e8921baff7a39a16e42f6d69d14e -Size (R/usethis_2.1.5.tar.gz) = 334909 bytes +BLAKE2s (R/usethis_2.1.6.tar.gz) = 24d0de4d9a7acca12528529f5bf8344743a4f89446968a99a7abcfac87148afa +SHA512 (R/usethis_2.1.6.tar.gz) = 9907637f324bef0133d3310ef9961a47cfd4e4c8593513ace4175e0181ab2ce17c76abb9ee2cb321c7589a7b008178c17cf3f7cde57e77b1e972ad0e7cc9647b +Size (R/usethis_2.1.6.tar.gz) = 342349 bytes --_----------=_1671290524106980--