Received: by mail.netbsd.org (Postfix, from userid 605) id DCB9584D26; Sun, 18 Dec 2022 03:09:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1571584D26 for ; Sun, 18 Dec 2022 03:09:25 +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 gSmAK_lBGOJH for ; Sun, 18 Dec 2022 03:09:24 +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 66D3B84D00 for ; Sun, 18 Dec 2022 03:09:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 541F8FA90; Sun, 18 Dec 2022 03:09:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167133296483200" MIME-Version: 1.0 Date: Sun, 18 Dec 2022 03:09:24 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-pak To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221218030924.541F8FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167133296483200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Dec 18 03:09:24 UTC 2022 Modified Files: pkgsrc/devel/R-pak: Makefile distinfo Log Message: (devel/R-pak) Updated 0.3.0 to 0.3.1 # pak 0.3.1 * The `?ignore` parameter works correctly now. * Dependency resolution now does not fail if a package is not found. * pak can now install `url::` remotes from GitHub. * pak now does not fail when the package of a `.tar.gz` GitHub snapshot is in a subdirectory, or in a subdirectory of a subdirectory. * pak now errors early if it cannot deduce the name of the package from a `Remotes` or `Config/Needs/*` entry. * Solver failures now include details in some cases where previously they did not. * pak can now update packages in Docker containers where the old version was installed in the different Docker later (#251) * pak errors are now user friendlier and better formatted. * pak now does not load tibble and its dependencies in the pak subprocess, so their dlls are not locked by the pak subprocess on Windows. * pak now does not fail when installing a package that uses a non-UTF-8 encoding on R 4.3.x and later (#404). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-pak/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-pak/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167133296483200 Content-Disposition: inline Content-Length: 1941 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-pak/Makefile diff -u pkgsrc/devel/R-pak/Makefile:1.2 pkgsrc/devel/R-pak/Makefile:1.3 --- pkgsrc/devel/R-pak/Makefile:1.2 Fri Apr 29 11:57:28 2022 +++ pkgsrc/devel/R-pak/Makefile Sun Dec 18 03:09:24 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/04/29 11:57:28 mef Exp $ +# $NetBSD: Makefile,v 1.3 2022/12/18 03:09:24 mef Exp $ R_PKGNAME= pak -R_PKGVER= 0.3.0 +R_PKGVER= 0.3.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -29,8 +29,9 @@ DEPENDS+= R-jsonlite>=1.7.1:../../textpr DEPENDS+= R-curl>=3.2:../../www/R-curl # Packages suggested but not available: -# 'distro', 'gitcreds', 'pkgdepends', 'pkgsearch' +# 'distro', 'pkgdepends', 'pkgsearch' TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-gitcreds-[0-9]*:../../security/R-gitcreds TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi Index: pkgsrc/devel/R-pak/distinfo diff -u pkgsrc/devel/R-pak/distinfo:1.4 pkgsrc/devel/R-pak/distinfo:1.5 --- pkgsrc/devel/R-pak/distinfo:1.4 Fri Apr 29 11:57:28 2022 +++ pkgsrc/devel/R-pak/distinfo Sun Dec 18 03:09:24 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2022/04/29 11:57:28 mef Exp $ +$NetBSD: distinfo,v 1.5 2022/12/18 03:09:24 mef Exp $ -BLAKE2s (R/pak_0.3.0.tar.gz) = b80d2c457f7b4bdae7fb1c44480cec8536732dad82bf8c4c06a9bcf5be7e37ee -SHA512 (R/pak_0.3.0.tar.gz) = 22c7b050c5559406dbfda21db82ba3c0d15d81378b3ec2e4997591ac4987d20810fafc4bc941756411150f8baac1ada21b7d34d7e25d6579dcda9916aa61c155 -Size (R/pak_0.3.0.tar.gz) = 88564 bytes +BLAKE2s (R/pak_0.3.1.tar.gz) = 0d9a08e98f1823cda89a5075596024f61f8d2eb7ee982f05c0a4a0b2e692b78f +SHA512 (R/pak_0.3.1.tar.gz) = aa312cef189b80f0d999811b5361273cdb7d3a6264732d3f146834ca11a25f222b7c8a5766f38cb181be85d8e6975e27d65f1d14c5a2f7913dc787593f725c8a +Size (R/pak_0.3.1.tar.gz) = 120022 bytes --_----------=_167133296483200--