Received: by mail.netbsd.org (Postfix, from userid 605) id 1C6D484D1F; Sat, 5 Jun 2021 07:31:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57D1684CE8 for ; Sat, 5 Jun 2021 07:30:59 +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 KUrmYkcRPE4j for ; Sat, 5 Jun 2021 07:30:58 +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 A865084CE9 for ; Sat, 5 Jun 2021 07:30:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C03BFA95; Sat, 5 Jun 2021 07:30:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622878258217450" MIME-Version: 1.0 Date: Sat, 5 Jun 2021 07:30:58 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/print/R-knitr To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210605073058.9C03BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622878258217450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 5 07:30:58 UTC 2021 Modified Files: pkgsrc/print/R-knitr: Makefile Log Message: (print/R-knitr) Update TEST_DEPENDS+= info, not compelete yet To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/R-knitr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622878258217450 Content-Disposition: inline Content-Length: 1195 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/R-knitr/Makefile diff -u pkgsrc/print/R-knitr/Makefile:1.9 pkgsrc/print/R-knitr/Makefile:1.10 --- pkgsrc/print/R-knitr/Makefile:1.9 Mon May 31 23:56:07 2021 +++ pkgsrc/print/R-knitr/Makefile Sat Jun 5 07:30:58 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/05/31 23:56:07 mef Exp $ +# $NetBSD: Makefile,v 1.10 2021/06/05 07:30:58 mef Exp $ R_PKGNAME= knitr R_PKGVER= 1.33 @@ -17,11 +17,13 @@ DEPENDS+= R-markdown>=1.0:../../textproc DEPENDS+= R-stringr>=0.6:../../textproc/R-stringr DEPENDS+= R-yaml>=2.1.19:../../textproc/R-yaml -# Packages suggested but not available: -# 'rgl', 'rmarkdown', 'webshot', 'tikzDevice', 'tinytex', 'reticulate', -# 'JuliaCall', 'magick', 'png', 'jpeg', 'gifski', 'DBI', 'showtext', -# 'sass', 'bslib', 'ragg', 'styler' +TEST_DEPENDS+= R-highr-[0-9]*:../../textproc/R-highr +TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown +# Packages suggested but not available: +# 'rgl', 'rmarkdown', 'webshot', 'tikzDevice', 'tinytex', 'reticulate', +# 'JuliaCall', 'magick', 'png', 'jpeg', 'gifski', 'xml2', 'DBI', +# 'showtext', 'tibble', 'sass', 'bslib', 'ragg', 'styler' USE_LANGUAGES= # none --_----------=_1622878258217450--