pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-cli



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 15:17:54 UTC 2019

Modified Files:
        pkgsrc/devel/R-cli: Makefile

Log Message:
R-cli: update to canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-cli/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-cli/Makefile
diff -u pkgsrc/devel/R-cli/Makefile:1.4 pkgsrc/devel/R-cli/Makefile:1.5
--- pkgsrc/devel/R-cli/Makefile:1.4     Sun Jun  9 04:20:09 2019
+++ pkgsrc/devel/R-cli/Makefile Wed Jul 31 15:17:54 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/06/09 04:20:09 wen Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/31 15:17:54 brook Exp $
 
-CATEGORIES=    devel
+CATEGORIES=    devel R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/r-lib/cli
@@ -10,11 +10,10 @@ LICENSE=    mit
 R_PKGNAME=     cli
 R_PKGVER=      1.1.0
 
-DEPENDS+=      R-assertthat-[0-9]*:../../devel/R-assertthat
+DEPENDS+=      R-assertthat>=0.2.1:../../devel/R-assertthat
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 
 USE_LANGUAGES= # none
 
-BUILDLINK_API_DEPENDS.R+=      R>=2.10
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index