pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/R-systemfonts



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 19 02:22:09 UTC 2023

Modified Files:
        pkgsrc/fonts/R-systemfonts: Makefile

Log Message:
(fonts/R-systemfonts) Two TEST_DEPENDS+= added, but fails yet


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/R-systemfonts/Makefile

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

Modified files:

Index: pkgsrc/fonts/R-systemfonts/Makefile
diff -u pkgsrc/fonts/R-systemfonts/Makefile:1.3 pkgsrc/fonts/R-systemfonts/Makefile:1.4
--- pkgsrc/fonts/R-systemfonts/Makefile:1.3     Sun Jan 29 21:16:04 2023
+++ pkgsrc/fonts/R-systemfonts/Makefile Sun Feb 19 02:22:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/01/29 21:16:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2023/02/19 02:22:09 mef Exp $
 
 R_PKGNAME=     systemfonts
 R_PKGVER=      1.0.4
@@ -9,6 +9,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       System Native Font Finding
 LICENSE=       mit     # + file LICENSE
 
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index