mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
devel/R-cran-cpp11: Update to 0.5.1
- Add TESTING_UNSAFE ChangeLog: https://cran.r-project.org/web/packages/cpp11/news/news.html
This commit is contained in:
parent
0e30cf4305
commit
0d6cdbf565
2 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cpp11
|
||||
DISTVERSION= 0.5.0
|
||||
DISTVERSION= 0.5.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
|
@ -10,10 +10,18 @@ WWW= https://cran.r-project.org/web/packages/cpp11/
|
|||
LICENSE= MIT
|
||||
|
||||
TEST_DEPENDS= R-cran-decor>0:devel/R-cran-decor \
|
||||
R-cran-knitr>0:print/R-cran-knitr \
|
||||
R-cran-mockery>0:devel/R-cran-mockery \
|
||||
R-cran-progress>0:devel/R-cran-progress \
|
||||
R-cran-testthat>0:devel/R-cran-testthat
|
||||
|
||||
TESTING_UNSAFE= https://github.com/r-lib/cpp11/issues/419
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
pre-test:
|
||||
# R-cran-bench package does not exist yet
|
||||
@${LOCALBASE}/bin/Rscript -e 'install.packages("bench", \
|
||||
repos = "https://cloud.r-project.org")'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1724929728
|
||||
SHA256 (cpp11_0.5.0.tar.gz) = 75dd64b7a5bfd92471cb71e0c22e24a7d7484fe0580d067cecadf288cc4334a3
|
||||
SIZE (cpp11_0.5.0.tar.gz) = 275693
|
||||
TIMESTAMP = 1733476116
|
||||
SHA256 (cpp11_0.5.1.tar.gz) = 3d1ea475bc2dc2e9d4ee3ce41edeb96370f5417fbd77c48a085e5ed6f379afd4
|
||||
SIZE (cpp11_0.5.1.tar.gz) = 291870
|
||||
|
|
Loading…
Add table
Reference in a new issue