Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/R-brio/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/R-brio/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/devel/R-brio/Makefile 2020/12/14 03:20:55 1.1 +++ pkgsrc/devel/R-brio/Makefile 2021/06/05 04:28:38 1.2 @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.1 2020/12/14 03:20:55 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/06/05 04:28:38 mef Exp $ R_PKGNAME= brio -R_PKGVER= 1.1.0 +R_PKGVER= 1.1.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Basic R Input Output LICENSE= mit # + file LICENSE +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat + USE_LANGUAGES= c .include "../../math/R/Makefile.extension"