Received: by mail.netbsd.org (Postfix, from userid 605) id 9A89D84D79; Sun, 30 May 2021 15:54:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D53B984D73 for ; Sun, 30 May 2021 15:54:18 +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 ocVvTSksmtb6 for ; Sun, 30 May 2021 15:54:18 +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 30E6E84CDF for ; Sun, 30 May 2021 15:54:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24E72FA95; Sun, 30 May 2021 15:54:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622390058196090" MIME-Version: 1.0 Date: Sun, 30 May 2021 15:54:18 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/time/R-hms To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210530155418.24E72FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622390058196090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun May 30 15:54:18 UTC 2021 Modified Files: pkgsrc/time/R-hms: Makefile Log Message: (time/R-hms) Add missind DEPNDS+= R-lifecycle To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/R-hms/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622390058196090 Content-Disposition: inline Content-Length: 756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/R-hms/Makefile diff -u pkgsrc/time/R-hms/Makefile:1.3 pkgsrc/time/R-hms/Makefile:1.4 --- pkgsrc/time/R-hms/Makefile:1.3 Sun May 30 07:02:18 2021 +++ pkgsrc/time/R-hms/Makefile Sun May 30 15:54:17 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/05/30 07:02:18 mef Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/30 15:54:17 mef Exp $ R_PKGNAME= hms R_PKGVER= 1.1.0 @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= R-pkgconfig>=2.0.2:../../devel/R-pkgconfig DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang DEPENDS+= R-vctrs>=0.3.8:../../math/R-vctrs +DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle TEST_DEPENDS+= R-ellipsis>=0.3.2:../../math/R-ellipsis TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate --_----------=_1622390058196090--