Received: by mail.netbsd.org (Postfix, from userid 605) id 83C1084CFC; Sat, 12 Jun 2021 01:43:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C02BB84CE0 for ; Sat, 12 Jun 2021 01:43:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3G_s07vk5axS for ; Sat, 12 Jun 2021 01:43:34 +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 38CCB84CBC for ; Sat, 12 Jun 2021 01:43:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 322D3FA95; Sat, 12 Jun 2021 01:43:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162346221426160" MIME-Version: 1.0 Date: Sat, 12 Jun 2021 01:43:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-remotes To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210612014334.322D3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162346221426160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 12 01:43:34 UTC 2021 Modified Files: pkgsrc/devel/R-remotes: Makefile distinfo Log Message: (devel/R-remotes) Updated 2.3.0 to 2.4.0 # remotes 2.4.0 * Re-license as MIT. (#551) * skip tests for `download.file(method = "internal")`, on R > 4.1, since that method is now defunct on those versions. * `system_requirements()` now works as intended if only the `os` argument is used (@mdneuzerling, #609) * `remote_package_name.git2r_remote` and `remote_package_name.xgit_remote` now get correct package name from HTTP(S) git repo's `DESCRIPTION` file, and thus package's `DESCRIPTION` file's `Remotes` field could have `git::http(s):////[.git][@ref]` items that install remote packages using git via HTTP(S) protocal (@niheaven, #603). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-remotes/Makefile \ pkgsrc/devel/R-remotes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162346221426160 Content-Disposition: inline Content-Length: 1918 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-remotes/Makefile diff -u pkgsrc/devel/R-remotes/Makefile:1.3 pkgsrc/devel/R-remotes/Makefile:1.4 --- pkgsrc/devel/R-remotes/Makefile:1.3 Thu Jun 3 14:09:16 2021 +++ pkgsrc/devel/R-remotes/Makefile Sat Jun 12 01:43:34 2021 @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2021/06/03 14:09:16 mef Exp $ +# $NetBSD: Makefile,v 1.4 2021/06/12 01:43:34 mef Exp $ R_PKGNAME= remotes -R_PKGVER= 2.3.0 +R_PKGVER= 2.4.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= R package installation from remote repositories, including 'GitHub' -LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 +LICENSE= mit # Package suggested but not available: 'webfakes' #EST_DEPENDS+= R-webfake-[0-9]*:../../www/R-webfakes +TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery USE_LANGUAGES= # none Index: pkgsrc/devel/R-remotes/distinfo diff -u pkgsrc/devel/R-remotes/distinfo:1.3 pkgsrc/devel/R-remotes/distinfo:1.4 --- pkgsrc/devel/R-remotes/distinfo:1.3 Thu Jun 3 14:09:16 2021 +++ pkgsrc/devel/R-remotes/distinfo Sat Jun 12 01:43:34 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/06/03 14:09:16 mef Exp $ +$NetBSD: distinfo,v 1.4 2021/06/12 01:43:34 mef Exp $ -SHA1 (R/remotes_2.3.0.tar.gz) = 3505d2719fb7c777ff90b8636152c51c31679768 -RMD160 (R/remotes_2.3.0.tar.gz) = a5ecb3d888ff16b651ce6b5d09f861d9188540d9 -SHA512 (R/remotes_2.3.0.tar.gz) = 37a7d56e434d426f6b3cfa3497233245756c27258971ccdc11641b67f1562e8bd1ff63d59f4f215ed3551c30358aa25b12b667d7b406a34655936174ca33731d -Size (R/remotes_2.3.0.tar.gz) = 148405 bytes +SHA1 (R/remotes_2.4.0.tar.gz) = 5cb205d4e9075d942e66abcda90168678a611c56 +RMD160 (R/remotes_2.4.0.tar.gz) = 2abf1fc422d26baa22a31e5bb3bc647d4a637541 +SHA512 (R/remotes_2.4.0.tar.gz) = 699dee6d63aea2d65190fe63cd28199c394cac3e9dc8aacf8fc74e8fa62855fc1358831f2770ccd3e9feb79206bcdb9cbdfd93b91050231a0cb7e2fc6a1b2b38 +Size (R/remotes_2.4.0.tar.gz) = 149836 bytes --_----------=_162346221426160--