git: 82711d99abcd - main - security/R-cran-openssl: Update test dependency

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Tue, 25 Feb 2025 14:39:53 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82711d99abcda8799442af3decbd8c6686b63005

commit 82711d99abcda8799442af3decbd8c6686b63005
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-02-25 13:18:56 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-02-25 14:39:18 +0000

    security/R-cran-openssl: Update test dependency
    
    Use R-cran-jose from ports as it is available now.
    
    Reported by:    uzsolt
---
 security/R-cran-openssl/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/security/R-cran-openssl/Makefile b/security/R-cran-openssl/Makefile
index 2921cd4c645d..ee4683304723 100644
--- a/security/R-cran-openssl/Makefile
+++ b/security/R-cran-openssl/Makefile
@@ -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>