pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-selectr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  1 04:50:30 UTC 2020

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

Log Message:
(textproc/R-selectr) Added missing DEPENDS+= R-R6 and some TEST_DEPENDS+

(but) make test does not pass yet.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/R-selectr/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-selectr/Makefile
diff -u pkgsrc/textproc/R-selectr/Makefile:1.1 pkgsrc/textproc/R-selectr/Makefile:1.2
--- pkgsrc/textproc/R-selectr/Makefile:1.1      Mon Jan 13 02:15:09 2020
+++ pkgsrc/textproc/R-selectr/Makefile  Sat Feb  1 04:50:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/13 02:15:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/01 04:50:30 mef Exp $
 
 R_PKGNAME=     selectr
 R_PKGVER=      0.4-2
@@ -9,6 +9,12 @@ COMMENT=       Translate CSS Selectors to XPat
 LICENSE=       modified-bsd
 
 DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
+
+# make test do not pass yet
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index