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 15:40:28 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/textproc/R-htmltools/Makefile:1.5
--- pkgsrc/textproc/R-htmltools/Makefile:1.4    Sat Jun  5 08:02:32 2021
+++ pkgsrc/textproc/R-htmltools/Makefile        Sun Jun  6 15:40:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/06/05 08:02:32 mef Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/06 15:40:28 mef Exp $
 
 R_PKGNAME=     htmltools
 R_PKGVER=      0.5.1.1
@@ -9,6 +9,8 @@ COMMENT=        Tools for HTML
 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
+
 # Packages suggested but not available:  'ragg'
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo



Home | Main Index | Thread Index | Old Index