Received: by mail.netbsd.org (Postfix, from userid 605) id 64E9D84EAA; Sat, 21 Aug 2021 05:43:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E23084EA4 for ; Sat, 21 Aug 2021 05:43:57 +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 8jhskEr23DpF for ; Sat, 21 Aug 2021 05:43:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1701F84E99 for ; Sat, 21 Aug 2021 05:43:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 103ECFA97; Sat, 21 Aug 2021 05:43:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629524637272840" MIME-Version: 1.0 Date: Sat, 21 Aug 2021 05:43:57 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-tidyselect To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210821054357.103ECFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629524637272840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Aug 21 05:43:56 UTC 2021 Modified Files: pkgsrc/devel/R-tidyselect: Makefile distinfo Log Message: (devel/R-tidyselect) Updated 1.1.0 to 1.1.1 # tidyselect 1.1.1 * Fix for CRAN checks. * tidyselect has been re-licensed as MIT (#217). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-tidyselect/Makefile \ pkgsrc/devel/R-tidyselect/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629524637272840 Content-Disposition: inline Content-Length: 2104 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-tidyselect/Makefile diff -u pkgsrc/devel/R-tidyselect/Makefile:1.2 pkgsrc/devel/R-tidyselect/Makefile:1.3 --- pkgsrc/devel/R-tidyselect/Makefile:1.2 Fri Jul 31 20:26:12 2020 +++ pkgsrc/devel/R-tidyselect/Makefile Sat Aug 21 05:43:56 2021 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2020/07/31 20:26:12 brook Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/21 05:43:56 mef Exp $ R_PKGNAME= tidyselect -R_PKGVER= 1.1.0 +R_PKGVER= 1.1.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Select from a set of strings -LICENSE= gnu-gpl-v3 +LICENSE= mit DEPENDS+= R-glue>=1.3.0:../../devel/R-glue DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr @@ -14,6 +14,8 @@ DEPENDS+= R-rlang>=0.4.6:../../devel/R-r DEPENDS+= R-ellipsis>=0.3.0:../../math/R-ellipsis DEPENDS+= R-vctrs>=0.2.2:../../math/R-vctrs +TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr + USE_LANGUAGES= c c++ .include "../../math/R/Makefile.extension" Index: pkgsrc/devel/R-tidyselect/distinfo diff -u pkgsrc/devel/R-tidyselect/distinfo:1.2 pkgsrc/devel/R-tidyselect/distinfo:1.3 --- pkgsrc/devel/R-tidyselect/distinfo:1.2 Fri Jul 31 20:26:12 2020 +++ pkgsrc/devel/R-tidyselect/distinfo Sat Aug 21 05:43:56 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/07/31 20:26:12 brook Exp $ +$NetBSD: distinfo,v 1.3 2021/08/21 05:43:56 mef Exp $ -SHA1 (R/tidyselect_1.1.0.tar.gz) = 43f7fd8feac6919e1754bc2efdce53fc699e57cb -RMD160 (R/tidyselect_1.1.0.tar.gz) = fe364cfbd99e1f21f4b48b5e88340b23282cf838 -SHA512 (R/tidyselect_1.1.0.tar.gz) = 827bd7f3d3dd4a1397323bec2fa26b871afb9cbf082a9281c01d4f06f6020afc46ca0bc4968b7dd5d82033c8c53fc43866b1bc31b6084fd6715d0eab093480e8 -Size (R/tidyselect_1.1.0.tar.gz) = 90842 bytes +SHA1 (R/tidyselect_1.1.1.tar.gz) = 8b38f09406f2a8a0cb1410e5d12a2c328d1f1cfb +RMD160 (R/tidyselect_1.1.1.tar.gz) = f874a468e89ac2ab261344e79f28fe53867ae82e +SHA512 (R/tidyselect_1.1.1.tar.gz) = 24ffe050938eb79c4ad4fa92d9f29a33b8f21d52b250702212d0c291e95bfddf877c29e7b2ac3d69a9ac3681c2b222358a2f284f4632c6a97a3b2bfec3b7c6a7 +Size (R/tidyselect_1.1.1.tar.gz) = 92088 bytes --_----------=_1629524637272840--