pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-lifecycle



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Dec 20 12:59:38 UTC 2022

Modified Files:
        pkgsrc/devel/R-lifecycle: Makefile

Log Message:
(devel/R-lifecycle) Fix build DEPENDS+= R-cli


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-lifecycle/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-lifecycle/Makefile
diff -u pkgsrc/devel/R-lifecycle/Makefile:1.4 pkgsrc/devel/R-lifecycle/Makefile:1.5
--- pkgsrc/devel/R-lifecycle/Makefile:1.4       Sun Dec 18 02:23:46 2022
+++ pkgsrc/devel/R-lifecycle/Makefile   Tue Dec 20 12:59:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/12/18 02:23:46 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/20 12:59:38 mef Exp $
 
 R_PKGNAME=     lifecycle
 R_PKGVER=      1.0.3
@@ -10,6 +10,7 @@ LICENSE=      gnu-gpl-v3
 
 DEPENDS+=      R-glue>=1.3.1:../../devel/R-glue
 DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-cli-[0-9]*:../../devel/R-cli
 
 # Package suggested but not available: 'tidyverse'
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr



Home | Main Index | Thread Index | Old Index