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:09:47 UTC 2022

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

Log Message:
(devel/R-pkgload) correction to R-fs version


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/R-pkgload/Makefile:1.7
--- pkgsrc/devel/R-pkgload/Makefile:1.6 Tue Dec 20 13:03:54 2022
+++ pkgsrc/devel/R-pkgload/Makefile     Tue Dec 20 13:09:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/12/20 13:03:54 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/20 13:09:47 mef Exp $
 
 R_PKGNAME=     pkgload
 R_PKGVER=      1.3.2
@@ -9,7 +9,7 @@ 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-fs-[0-9]*:../../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



Home | Main Index | Thread Index | Old Index