pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-lintr (devel/R-lintr) Convert TEST_DEPENDS to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2dbcec60e2f5
branches:  trunk
changeset: 411467:2dbcec60e2f5
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Feb 13 13:25:05 2020 +0000

description:
(devel/R-lintr) Convert TEST_DEPENDS to DEPENDS

diffstat:

 devel/R-lintr/Makefile |  11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diffs (25 lines):

diff -r ff239b38c923 -r 2dbcec60e2f5 devel/R-lintr/Makefile
--- a/devel/R-lintr/Makefile    Thu Feb 13 13:22:52 2020 +0000
+++ b/devel/R-lintr/Makefile    Thu Feb 13 13:25:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/02/10 14:16:31 mef Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/13 13:25:05 mef Exp $
 
 R_PKGNAME=     lintr
 R_PKGVER=      2.0.0
@@ -17,12 +17,9 @@
 DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
 DEPENDS+=      R-xml2>=1.0.0:../../textproc/R-xml2
 DEPENDS+=      R-httr>=1.2.1:../../www/R-httr
-
-# Packages required but not available:
-#   'cyclocomp', 'stringdist', 'xmlparsedata'
-TEST_DEPENDS+= R-cyclocomp-[0-9]*:../../devel/R-cyclocomp
-TEST_DEPENDS+= R-stringdist-[0-9]*:../../math/R-stringdist
-TEST_DEPENDS+= R-xmlparsedata-[0-9]*:../../textproc/R-xmlparsedata
+DEPENDS+=      R-cyclocomp-[0-9]*:../../devel/R-cyclocomp
+DEPENDS+=      R-stringdist-[0-9]*:../../math/R-stringdist
+DEPENDS+=      R-xmlparsedata-[0-9]*:../../textproc/R-xmlparsedata
 
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index