diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-02-21 13:56:32 +0000 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-02-21 13:57:23 +0000 |
commit | 72f5bf82ac9db8d43ffc2d457cf0b3b712b76d65 (patch) | |
tree | 7cd5b41347cc33ea4834bb47640b2d55ac18e94e | |
parent | ae8c1b3c8e00ae7d7437da6e092b41f915890aa1 (diff) |
ftp/R-cran-curl: Use R-cran-webutils
Use www/R-cran-webutils in TEST_DEPENDS.
-rw-r--r-- | ftp/R-cran-curl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index c9447197271b..1b3c41b9adab 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -17,15 +17,11 @@ TEST_DEPENDS= R-cran-httpuv>=1.4.4:www/R-cran-httpuv \ R-cran-later>0:devel/R-cran-later \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-spelling>0:textproc/R-cran-spelling \ - R-cran-testthat>=1.0.0:devel/R-cran-testthat + R-cran-testthat>=1.0.0:devel/R-cran-testthat \ + R-cran-webutils>0:www/R-cran-webutils USES= cran:auto-plist,compiles TESTING_UNSAFE= yes -pre-test: -# R-cran-webutils package does not exist yet - @${LOCALBASE}/bin/Rscript -e 'install.packages("webutils", \ - repos = "https://cloud.r-project.org")' - .include <bsd.port.mk> |