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:   jperkin
Date:           Sat Dec 14 10:57:39 UTC 2024

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

Log Message:
R-lifecycle: Fix DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/R-lifecycle/Makefile:1.8
--- pkgsrc/devel/R-lifecycle/Makefile:1.7       Sat Dec 14 09:34:02 2024
+++ pkgsrc/devel/R-lifecycle/Makefile   Sat Dec 14 10:57:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/12/14 09:34:02 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/14 10:57:39 jperkin Exp $
 
 R_PKGNAME=     lifecycle
 R_PKGVER=      1.0.4
@@ -9,7 +9,7 @@ COMMENT=        Manage the Life Cycle of your P
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      R-glue>=1.3.1:../../devel/R-glue
-DEPENDS+=      R-rlang>=l.1.0:../../devel/R-rlang
+DEPENDS+=      R-rlang>=1.1.0:../../devel/R-rlang
 DEPENDS+=      R-cli>=3.4.0:../../devel/R-cli
 
 # Package suggested but not available: 'tidyverse'



Home | Main Index | Thread Index | Old Index