pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-callr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 13 11:45:44 UTC 2026

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

Log Message:
(devel/R-callr) +DEPENDS+=      R-otel


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/R-callr/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-callr/Makefile
diff -u pkgsrc/devel/R-callr/Makefile:1.13 pkgsrc/devel/R-callr/Makefile:1.14
--- pkgsrc/devel/R-callr/Makefile:1.13  Sun Jun  7 21:55:07 2026
+++ pkgsrc/devel/R-callr/Makefile       Sat Jun 13 11:45:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2026/06/07 21:55:07 mef Exp $
+# $NetBSD: Makefile,v 1.14 2026/06/13 11:45:44 mef Exp $
 
 R_PKGNAME=     callr
 R_PKGVER=      3.8.0
@@ -9,6 +9,7 @@ COMMENT=        Call R from R
 LICENSE=       mit
 
 DEPENDS+=      R-processx>=3.8.2:../../sysutils/R-processx
+DEPENDS+=      R-otel-[0-9]*:../../devel/R-otel
 
 # Package suggested but not available: 'asciicast'
 



Home | Main Index | Thread Index | Old Index