pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-htmltools



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 23:48:13 UTC 2021

Modified Files:
        pkgsrc/textproc/R-htmltools: Makefile

Log Message:
(textproc/R-htmltools) Add missing DEPENDS (R-rlang)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-htmltools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-htmltools/Makefile
diff -u pkgsrc/textproc/R-htmltools/Makefile:1.5 pkgsrc/textproc/R-htmltools/Makefile:1.6
--- pkgsrc/textproc/R-htmltools/Makefile:1.5    Sun Jun  6 15:40:28 2021
+++ pkgsrc/textproc/R-htmltools/Makefile        Sun Jun  6 23:48:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/06/06 15:40:28 mef Exp $
+# $NetBSD: Makefile,v 1.6 2021/06/06 23:48:13 mef Exp $
 
 R_PKGNAME=     htmltools
 R_PKGVER=      0.5.1.1
@@ -10,6 +10,7 @@ LICENSE=      gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
 DEPENDS+=      R-base64enc-[0-9]*:../../converters/R-base64enc
+DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
 
 # Packages suggested but not available:  'ragg'
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat



Home | Main Index | Thread Index | Old Index