pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-spelling



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun May  1 14:35:40 UTC 2022

Modified Files:
        pkgsrc/textproc/R-spelling: Makefile

Log Message:
(textproc/R-spelling) +TEST_DEPENDS+=, but still one missing


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/R-spelling/Makefile

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

Modified files:

Index: pkgsrc/textproc/R-spelling/Makefile
diff -u pkgsrc/textproc/R-spelling/Makefile:1.2 pkgsrc/textproc/R-spelling/Makefile:1.3
--- pkgsrc/textproc/R-spelling/Makefile:1.2     Tue Aug 24 11:14:59 2021
+++ pkgsrc/textproc/R-spelling/Makefile Sun May  1 14:35:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/24 11:14:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/01 14:35:40 mef Exp $
 
 R_PKGNAME=     spelling
 R_PKGVER=      2.2
@@ -13,6 +13,11 @@ DEPENDS+=    R-commonmark>=1.7:../../textpr
 DEPENDS+=      R-xml2>=1.2.2nb1:../../textproc/R-xml2
 DEPENDS+=      R-hunspell-[0-9]*:../../textproc/R-hunspell
 
+# Package suggested but not available: 'pdftools'
+TEST_DEPENDS+= R-commonmark-[0-9]*:../../textproc/R-commonmark
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
+TEST_DEPENDS+= R-hunspell-[0-9]*:../../textproc/R-hunspell
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"



Home | Main Index | Thread Index | Old Index