pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-cli R-cli: update to canonical form of an R pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9b3f807a470
branches:  trunk
changeset: 337082:e9b3f807a470
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 15:17:54 2019 +0000

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

diffstat:

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

diffs (25 lines):

diff -r 12b92394a48d -r e9b3f807a470 devel/R-cli/Makefile
--- a/devel/R-cli/Makefile      Wed Jul 31 15:16:44 2019 +0000
+++ b/devel/R-cli/Makefile      Wed Jul 31 15:17:54 2019 +0000
@@ -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 @@
 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