pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-isoband



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun  9 11:49:06 UTC 2026

Modified Files:
        pkgsrc/graphics/R-isoband: Makefile

Log Message:
(graphics/R-isoband) Add missing DEPENDS+= R-cli, R-rlang


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/R-isoband/Makefile

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

Modified files:

Index: pkgsrc/graphics/R-isoband/Makefile
diff -u pkgsrc/graphics/R-isoband/Makefile:1.3 pkgsrc/graphics/R-isoband/Makefile:1.4
--- pkgsrc/graphics/R-isoband/Makefile:1.3      Sun Jun  7 14:43:03 2026
+++ pkgsrc/graphics/R-isoband/Makefile  Tue Jun  9 11:49:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2026/06/07 14:43:03 mef Exp $
+# $NetBSD: Makefile,v 1.4 2026/06/09 11:49:06 mef Exp $
 
 R_PKGNAME=     isoband
 R_PKGVER=      0.3.0
@@ -8,6 +8,9 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Generate Isolines and Isobands from Regularly Spaced Elevation Grids
 LICENSE=       mit     # + file LICENSE
 
+DEPENDS+=      R-cli-[0-9]*:../../devel/R-cli
+DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
+
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
 TEST_DEPENDS+= R-magick-[0-9]*:../../graphics/R-magick



Home | Main Index | Thread Index | Old Index