Received: by mail.netbsd.org (Postfix, from userid 605) id 27A0D84D17; Sun, 6 Jun 2021 15:36:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 623B984D12 for ; Sun, 6 Jun 2021 15:36:30 +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 WbZh0l-dg3kv for ; Sun, 6 Jun 2021 15:36:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B323584CD9 for ; Sun, 6 Jun 2021 15:36:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5CF7FA95; Sun, 6 Jun 2021 15:36:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162299378917220" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 15:36:29 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-tibble To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210606153629.A5CF7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162299378917220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 6 15:36:29 UTC 2021 Modified Files: pkgsrc/math/R-tibble: Makefile Log Message: (math/R-tibble) Add missing two DEPENDS+ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-tibble/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162299378917220 Content-Disposition: inline Content-Length: 844 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-tibble/Makefile diff -u pkgsrc/math/R-tibble/Makefile:1.5 pkgsrc/math/R-tibble/Makefile:1.6 --- pkgsrc/math/R-tibble/Makefile:1.5 Sat Jun 5 08:30:23 2021 +++ pkgsrc/math/R-tibble/Makefile Sun Jun 6 15:36:29 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2021/06/05 08:30:23 mef Exp $ +# $NetBSD: Makefile,v 1.6 2021/06/06 15:36:29 mef Exp $ R_PKGNAME= tibble R_PKGVER= 3.1.2 @@ -14,6 +14,9 @@ DEPENDS+= R-fansi>=0.4.0:../../devel/R-f DEPENDS+= R-pkgconfig>=2.0.2:../../devel/R-pkgconfig DEPENDS+= R-rlang>=0.3.0:../../devel/R-rlang DEPENDS+= R-pillar>=1.3.1:../../misc/R-pillar +DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle +DEPENDS+= R-magittr-[0-9]*:../../devel/R-magrittr + #Packages suggested but not available: # 'bench', 'bit64', 'blob', 'DiagrammeR', 'dplyr', 'formattable', --_----------=_162299378917220--