Received: by mail.netbsd.org (Postfix, from userid 605) id 6ACA984E98; Sat, 15 Feb 2020 07:11:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E798B84E91 for ; Sat, 15 Feb 2020 07:11:02 +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 5VLtl73uyyWj for ; Sat, 15 Feb 2020 07:11:02 +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 45E2184D28 for ; Sat, 15 Feb 2020 07:11:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33013FBF4; Sat, 15 Feb 2020 07:11:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158175066232060" MIME-Version: 1.0 Date: Sat, 15 Feb 2020 07:11:02 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-testthat To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200215071102.33013FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158175066232060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Feb 15 07:11:02 UTC 2020 Modified Files: pkgsrc/devel/R-testthat: Makefile Log Message: (devel/R-testthat) Add TEST_DEPENDS+= R-devtools To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-testthat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158175066232060 Content-Disposition: inline Content-Length: 725 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-testthat/Makefile diff -u pkgsrc/devel/R-testthat/Makefile:1.3 pkgsrc/devel/R-testthat/Makefile:1.4 --- pkgsrc/devel/R-testthat/Makefile:1.3 Sat Feb 15 06:09:00 2020 +++ pkgsrc/devel/R-testthat/Makefile Sat Feb 15 07:11:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/02/15 06:09:00 mef Exp $ +# $NetBSD: Makefile,v 1.4 2020/02/15 07:11:02 mef Exp $ R_PKGNAME= testthat R_PKGVER= 2.3.1 @@ -18,6 +18,8 @@ DEPENDS+= R-withr>=2.0.0:../../devel/R-w DEPENDS+= R-praise>=1.0.0:../../misc/R-praise DEPENDS+= R-digest>=0.6.20:../../security/R-digest +TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools + USE_LANGUAGES= c c++ .include "../../math/R/Makefile.extension" --_----------=_158175066232060--