pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-roxygen2



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Sep 24 00:44:54 UTC 2020

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

Log Message:
(devel/R-roxygen2) Add missing DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-roxygen2/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-roxygen2/Makefile
diff -u pkgsrc/devel/R-roxygen2/Makefile:1.2 pkgsrc/devel/R-roxygen2/Makefile:1.3
--- pkgsrc/devel/R-roxygen2/Makefile:1.2        Sun Sep 20 04:29:28 2020
+++ pkgsrc/devel/R-roxygen2/Makefile    Thu Sep 24 00:44:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/09/20 04:29:28 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/24 00:44:53 mef Exp $
 
 R_PKGNAME=     roxygen2
 R_PKGVER=      7.1.1
@@ -17,6 +17,7 @@ DEPENDS+=     R-commonmark>=1.7:../../textpr
 DEPENDS+=      R-stringi>=1.4.3:../../textproc/R-stringi
 DEPENDS+=      R-stringr>=1.0.0:../../textproc/R-stringr
 DEPENDS+=      R-xml2>=1.2.2:../../textproc/R-xml2
+DEPENDS+=      R-knitr-[0-9]*:../../print/R-knitr
 
 #  Packages suggested but not available: 'R.methodsS3', 'R.oo'
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat



Home | Main Index | Thread Index | Old Index