Received: by mail.netbsd.org (Postfix, from userid 605) id CE71B84D6D; Sun, 6 Jun 2021 23:48:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1713084D12 for ; Sun, 6 Jun 2021 23:48:14 +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 tdkSnuGgOvMU for ; Sun, 6 Jun 2021 23:48:13 +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 7193284CD9 for ; Sun, 6 Jun 2021 23:48:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AD6DFA95; Sun, 6 Jun 2021 23:48:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623023293227410" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 23:48:13 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/R-htmltools To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210606234813.6AD6DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623023293227410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 23:48:13 UTC 2021 Modified Files: pkgsrc/textproc/R-htmltools: Makefile Log Message: (textproc/R-htmltools) Add missing DEPENDS (R-rlang) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-htmltools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623023293227410 Content-Disposition: inline Content-Length: 780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/R-htmltools/Makefile diff -u pkgsrc/textproc/R-htmltools/Makefile:1.5 pkgsrc/textproc/R-htmltools/Makefile:1.6 --- pkgsrc/textproc/R-htmltools/Makefile:1.5 Sun Jun 6 15:40:28 2021 +++ pkgsrc/textproc/R-htmltools/Makefile Sun Jun 6 23:48:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2021/06/06 15:40:28 mef Exp $ +# $NetBSD: Makefile,v 1.6 2021/06/06 23:48:13 mef Exp $ R_PKGNAME= htmltools R_PKGVER= 0.5.1.1 @@ -10,6 +10,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-digest>=0.6.20:../../security/R-digest DEPENDS+= R-base64enc-[0-9]*:../../converters/R-base64enc +DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang # Packages suggested but not available: 'ragg' TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat --_----------=_1623023293227410--