pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-pkgcache (devel/R-pkgcache) Add missing DEPEND...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f052aa4e053
branches:  trunk
changeset: 453897:0f052aa4e053
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jun 03 21:01:07 2021 +0000

description:
(devel/R-pkgcache) Add missing DEPENDS+= R-jsonlite-[0-9]*

diffstat:

 devel/R-pkgcache/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea55c12a5567 -r 0f052aa4e053 devel/R-pkgcache/Makefile
--- a/devel/R-pkgcache/Makefile Thu Jun 03 19:44:46 2021 +0000
+++ b/devel/R-pkgcache/Makefile Thu Jun 03 21:01:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/06/01 13:26:05 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/03 21:01:07 mef Exp $
 
 R_PKGNAME=     pkgcache
 R_PKGVER=      1.2.2
@@ -21,6 +21,7 @@
 DEPENDS+=      R-processx>=3.3.0.9001:../../sysutils/R-processx
 DEPENDS+=      R-curl>=3.2:../../www/R-curl
 DEPENDS+=      R-filelock-[0-9]*:../../devel/R-filelock
+DEPENDS+=      R-jsonlite-[0-9]*:../../textproc/R-jsonlite
 
 # Packages suggested but not available: 'debugme', 'webfakes'
 #TEST_DEPENDS+=        R-debugme-[0-9]*:



Home | Main Index | Thread Index | Old Index