Received: by mail.netbsd.org (Postfix, from userid 605) id 92CC8852AA; Wed, 4 May 2022 12:38:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDAF2852A9 for ; Wed, 4 May 2022 12:38:54 +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 F4I1epUyPSOQ for ; Wed, 4 May 2022 12:38:54 +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 520CF852A5 for ; Wed, 4 May 2022 12:38:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49FCDFB1A; Wed, 4 May 2022 12:38:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165166793429670" MIME-Version: 1.0 Date: Wed, 4 May 2022 12:38:54 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/R-rvest To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220504123854.49FCDFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165166793429670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed May 4 12:38:54 UTC 2022 Modified Files: pkgsrc/www/R-rvest: Makefile Log Message: (www/R-rvest) TEST_DEPENDS x 16 added To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-rvest/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165166793429670 Content-Disposition: inline Content-Length: 1546 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/R-rvest/Makefile diff -u pkgsrc/www/R-rvest/Makefile:1.3 pkgsrc/www/R-rvest/Makefile:1.4 --- pkgsrc/www/R-rvest/Makefile:1.3 Sat Aug 28 02:15:59 2021 +++ pkgsrc/www/R-rvest/Makefile Wed May 4 12:38:54 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/08/28 02:15:59 mef Exp $ +# $NetBSD: Makefile,v 1.4 2022/05/04 12:38:54 mef Exp $ R_PKGNAME= rvest R_PKGVER= 1.0.1 @@ -17,7 +17,23 @@ DEPENDS+= R-rlang>=0.4.10:../../devel/R- DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble # Packages suggested but not available: 'repurrrsive', 'webfakes' +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-glue-[0-9]*:../../devel/R-glue +TEST_DEPENDS+= R-httr-[0-9]*:../../www/R-httr +TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr +TEST_DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle +TEST_DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr +TEST_DEPENDS+= R-repurrrsive-[0-9]*:../../math/R-repurrrsive +TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown +TEST_DEPENDS+= R-selectr-[0-9]*:../../textproc/R-selectr +TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling +TEST_DEPENDS+= R-stringi-[0-9]*:../../textproc/R-stringi +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble +TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes +TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2 USE_LANGUAGES= # none --_----------=_165166793429670--