pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pak



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Oct 18 23:24:51 UTC 2024

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

Log Message:
(devel/R-pak) Two lines +TEST_DEPENDS, but still font issue left


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-pak/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-pak/Makefile
diff -u pkgsrc/devel/R-pak/Makefile:1.10 pkgsrc/devel/R-pak/Makefile:1.11
--- pkgsrc/devel/R-pak/Makefile:1.10    Fri Oct 18 22:45:42 2024
+++ pkgsrc/devel/R-pak/Makefile Fri Oct 18 23:24:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/10/18 22:45:42 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/10/18 23:24:51 mef Exp $
 
 R_PKGNAME=     pak
 R_PKGVER=      0.8.0
@@ -28,12 +28,14 @@ DEPENDS+=   R-ps>=1.3.0:../../sysutils/R-p
 DEPENDS+=      R-jsonlite>=1.7.1:../../textproc/R-jsonlite
 DEPENDS+=      R-curl>=3.2:../../www/R-curl
 
-# Packages suggested but not available:
-#  'pkgdepends', 'pkgsearch'
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-gitcreds-[0-9]*:../../security/R-gitcreds
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
 TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
+TEST_DEPENDS+= R-pkgdepends-[0-9]*:../../devel/R-pkgdepends
+TEST_DEPENDS+= R-pkgsearch-[0-9]*:../../devel/R-pkgsearch
 TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 



Home | Main Index | Thread Index | Old Index