mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/R-cran-openssl: Update test dependency
Use R-cran-jose from ports as it is available now. Reported by: uzsolt
This commit is contained in:
parent
00333d5edb
commit
82711d99ab
1 changed files with 1 additions and 5 deletions
|
@ -14,6 +14,7 @@ BUILD_DEPENDS= bash:shells/bash \
|
|||
${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
TEST_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
|
||||
R-cran-jose>0:www/R-cran-jose \
|
||||
R-cran-knitr>0:print/R-cran-knitr \
|
||||
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
|
||||
R-cran-sodium>0:security/R-cran-sodium \
|
||||
|
@ -23,9 +24,4 @@ USES= cran:auto-plist,compiles shebangfix ssl
|
|||
|
||||
SHEBANG_FILES= ${WRKSRC}/tests/google.dk/generate.bash
|
||||
|
||||
pre-test:
|
||||
# R-cran-jose package does not exist yet
|
||||
@${LOCALBASE}/bin/Rscript -e 'install.packages("jose", \
|
||||
repos = "https://cloud.r-project.org")'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue