pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/R-hms



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.

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



Home | Main Index | Thread Index | Old Index