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:           Mon Sep  6 21:52:11 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/textproc/R-htmltools/Makefile:1.8
--- pkgsrc/textproc/R-htmltools/Makefile:1.7    Sun Sep  5 02:30:06 2021
+++ pkgsrc/textproc/R-htmltools/Makefile        Mon Sep  6 21:52:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/09/05 02:30:06 mef Exp $
+# $NetBSD: Makefile,v 1.8 2021/09/06 21:52:11 mef Exp $
 
 R_PKGNAME=     htmltools
 R_PKGVER=      0.5.2
@@ -11,6 +11,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
+DEPENDS+=      R-fastmap-[0-9]*:../../devel/R-fastmap
 
 # Packages suggested but not available:  'ragg'
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat



Home | Main Index | Thread Index | Old Index