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:           Sat Dec 14 09:34:02 UTC 2024

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

Log Message:
(devel/R-lifecycle) set DEPENDS version as upsteam info


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/R-lifecycle/Makefile:1.7
--- pkgsrc/devel/R-lifecycle/Makefile:1.6       Tue Jan 23 13:33:38 2024
+++ pkgsrc/devel/R-lifecycle/Makefile   Sat Dec 14 09:34:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/23 13:33:38 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/12/14 09:34:02 mef Exp $
 
 R_PKGNAME=     lifecycle
 R_PKGVER=      1.0.4
@@ -9,8 +9,8 @@ COMMENT=        Manage the Life Cycle of your P
 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
+DEPENDS+=      R-rlang>=l.1.0:../../devel/R-rlang
+DEPENDS+=      R-cli>=3.4.0:../../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