Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8377A84ECA for ; Mon, 14 Aug 2023 22:46:36 +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 fF8j5LLDgJMI for ; Mon, 14 Aug 2023 22:46:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E801A84D28 for ; Mon, 14 Aug 2023 22:46:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E13B6FBDB; Mon, 14 Aug 2023 22:46:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169205319573720" MIME-Version: 1.0 Date: Mon, 14 Aug 2023 22:46:35 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-pkgbuild To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230814224635.E13B6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169205319573720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Aug 14 22:46:35 UTC 2023 Modified Files: pkgsrc/devel/R-pkgbuild: Makefile distinfo Log Message: (devel/R-pkgbuild) Updated 1.4.1. to 1.4.2 # pkgbuild 1.4.2 * Running `bootstrap.R` now works with `pkgbuild_process`, so it also works from pak (https://github.com/r-lib/pak/issues/508). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-pkgbuild/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/R-pkgbuild/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169205319573720 Content-Disposition: inline Content-Length: 1520 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-pkgbuild/Makefile diff -u pkgsrc/devel/R-pkgbuild/Makefile:1.7 pkgsrc/devel/R-pkgbuild/Makefile:1.8 --- pkgsrc/devel/R-pkgbuild/Makefile:1.7 Sun Jun 18 14:07:15 2023 +++ pkgsrc/devel/R-pkgbuild/Makefile Mon Aug 14 22:46:35 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/06/18 14:07:15 mef Exp $ +# $NetBSD: Makefile,v 1.8 2023/08/14 22:46:35 mef Exp $ R_PKGNAME= pkgbuild -R_PKGVER= 1.4.1 +R_PKGVER= 1.4.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-pkgbuild/distinfo diff -u pkgsrc/devel/R-pkgbuild/distinfo:1.9 pkgsrc/devel/R-pkgbuild/distinfo:1.10 --- pkgsrc/devel/R-pkgbuild/distinfo:1.9 Sun Jun 18 14:07:15 2023 +++ pkgsrc/devel/R-pkgbuild/distinfo Mon Aug 14 22:46:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/06/18 14:07:15 mef Exp $ +$NetBSD: distinfo,v 1.10 2023/08/14 22:46:35 mef Exp $ -BLAKE2s (R/pkgbuild_1.4.1.tar.gz) = 9090880685aef7e2b2d277dcb226ffc4bd890fa6bd3288a2fc58f6aae1f32712 -SHA512 (R/pkgbuild_1.4.1.tar.gz) = 02bcce5417a71bf53b09048222c0d74849ce6b1da92184b4bf693b512d0c150d77ae1c5725bb226dbb2e43e8ea81166237140abe0dc9f11c6cba265304861d47 -Size (R/pkgbuild_1.4.1.tar.gz) = 46906 bytes +BLAKE2s (R/pkgbuild_1.4.2.tar.gz) = 46fedd676560334afbb0ecfa5882da4eeca52bdb41187499e7b1aeb65bf9d430 +SHA512 (R/pkgbuild_1.4.2.tar.gz) = 1d54a6e5316bf2de15ae087222f5dd05c51cbd200bf9853e742d670394e8dd63690b5f9cce01d5caa503a0b6a15258a7cdde3e1b9180841f3cc86bcc23b0d875 +Size (R/pkgbuild_1.4.2.tar.gz) = 46953 bytes --_----------=_169205319573720--