pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgload



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Dec 20 13:03:54 UTC 2022

Modified Files:
        pkgsrc/devel/R-pkgload: Makefile

Log Message:
(devel/R-pkgload) fix build, +DEPENDS+= R-fs


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

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

Modified files:

Index: pkgsrc/devel/R-pkgload/Makefile
diff -u pkgsrc/devel/R-pkgload/Makefile:1.5 pkgsrc/devel/R-pkgload/Makefile:1.6
--- pkgsrc/devel/R-pkgload/Makefile:1.5 Sat Dec 17 15:29:58 2022
+++ pkgsrc/devel/R-pkgload/Makefile     Tue Dec 20 13:03:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/12/17 15:29:58 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/12/20 13:03:54 mef Exp $
 
 R_PKGNAME=     pkgload
 R_PKGVER=      1.3.2
@@ -9,11 +9,12 @@ COMMENT=      Simulate package installation a
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+=      R-fs>=0.10:../../devel/R-fs
 DEPENDS+=      R-pkgbuild>=1.0.4:../../devel/R-pkgbuild
 DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
 DEPENDS+=      R-rprojroot>=1.3.2:../../devel/R-rprojroot
-DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
 DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
+DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
 
 TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
 TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops



Home | Main Index | Thread Index | Old Index