Received: by mail.netbsd.org (Postfix, from userid 605) id 06FCB84E56; Mon, 30 Aug 2021 01:02:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3C59E84D25 for ; Mon, 30 Aug 2021 01:02:37 +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 K8XhzRnjwDoO for ; Mon, 30 Aug 2021 01:02:36 +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 B978D84CEF for ; Mon, 30 Aug 2021 01:02:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A86F8FA97; Mon, 30 Aug 2021 01:02:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163028535653470" MIME-Version: 1.0 Date: Mon, 30 Aug 2021 01:02:36 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/sysutils/R-sys To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210830010236.A86F8FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163028535653470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Aug 30 01:02:36 UTC 2021 Modified Files: pkgsrc/sysutils/R-sys: Makefile Log Message: (sysutils/R-sys) Added TEST_DEPENDS+= R-unix-[0-9]* To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/R-sys/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163028535653470 Content-Disposition: inline Content-Length: 678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/R-sys/Makefile diff -u pkgsrc/sysutils/R-sys/Makefile:1.3 pkgsrc/sysutils/R-sys/Makefile:1.4 --- pkgsrc/sysutils/R-sys/Makefile:1.3 Mon Aug 30 00:45:32 2021 +++ pkgsrc/sysutils/R-sys/Makefile Mon Aug 30 01:02:36 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/08/30 00:45:32 mef Exp $ +# $NetBSD: Makefile,v 1.4 2021/08/30 01:02:36 mef Exp $ R_PKGNAME= sys R_PKGVER= 3.4 @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Powerful and reliable tools for running system commands in R LICENSE= mit +TEST_DEPENDS+= R-unix-[0-9]*:../../sysutils/R-unix + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" --_----------=_163028535653470--