pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/R-knitr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 23 14:31:10 UTC 2022

Modified Files:
        pkgsrc/print/R-knitr: Makefile

Log Message:
(print/R-knitr) Update DEPENDS version for R-evaluate>=0.15


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/R-knitr/Makefile

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

Modified files:

Index: pkgsrc/print/R-knitr/Makefile
diff -u pkgsrc/print/R-knitr/Makefile:1.13 pkgsrc/print/R-knitr/Makefile:1.14
--- pkgsrc/print/R-knitr/Makefile:1.13  Sat Apr 23 11:42:58 2022
+++ pkgsrc/print/R-knitr/Makefile       Sat Apr 23 14:31:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/04/23 11:42:58 mef Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/23 14:31:10 mef Exp $
 
 R_PKGNAME=     knitr
 R_PKGVER=      1.38
@@ -8,7 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       General-purpose package for dynamic report generation in R
 LICENSE=       gnu-gpl-v1 OR gnu-gpl-v2 OR gnu-gpl-v3
 
-DEPENDS+=      R-evaluate>=0.10:../../devel/R-evaluate
+DEPENDS+=      R-evaluate>=0.15:../../devel/R-evaluate
 DEPENDS+=      R-xfun>=0.29:../../devel/R-xfun
 DEPENDS+=      R-digest>=0.6.4:../../security/R-digest
 DEPENDS+=      R-formatR>=0.10:../../textproc/R-formatR
@@ -35,7 +35,6 @@ TEST_DEPENDS+=        R-httr-[0-9]*:../../www/R
 #  'tikzDevice', 'reticulate', 'JuliaCall', 'magick', 'gifski',
 #  'showtext', 'ragg', 'styler', 'targets'
 
-
 USE_LANGUAGES= # none
 
 REPLACE_RSCRIPT+=      inst/bin/knit



Home | Main Index | Thread Index | Old Index