pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-lintr
Module Name: pkgsrc
Committed By: mef
Date: Thu Feb 13 13:25:05 UTC 2020
Modified Files:
pkgsrc/devel/R-lintr: Makefile
Log Message:
(devel/R-lintr) Convert TEST_DEPENDS to DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-lintr/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-lintr/Makefile
diff -u pkgsrc/devel/R-lintr/Makefile:1.1 pkgsrc/devel/R-lintr/Makefile:1.2
--- pkgsrc/devel/R-lintr/Makefile:1.1 Mon Feb 10 14:16:31 2020
+++ pkgsrc/devel/R-lintr/Makefile Thu Feb 13 13:25:05 2020
@@ -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-digest>=0.6.20:../../securit
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