diff --git a/devel/R-cran-cpp11/Makefile b/devel/R-cran-cpp11/Makefile index 072cdab96576..2e5040fa8094 100644 --- a/devel/R-cran-cpp11/Makefile +++ b/devel/R-cran-cpp11/Makefile @@ -1,27 +1,27 @@ PORTNAME= cpp11 -DISTVERSION= 0.5.1 +DISTVERSION= 0.5.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= C++11 Interface for R's C Interface 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 diff --git a/devel/R-cran-cpp11/distinfo b/devel/R-cran-cpp11/distinfo index 26087ff25dfb..bf0dcebc8f84 100644 --- a/devel/R-cran-cpp11/distinfo +++ b/devel/R-cran-cpp11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733476116 -SHA256 (cpp11_0.5.1.tar.gz) = 3d1ea475bc2dc2e9d4ee3ce41edeb96370f5417fbd77c48a085e5ed6f379afd4 -SIZE (cpp11_0.5.1.tar.gz) = 291870 +TIMESTAMP = 1741474661 +SHA256 (cpp11_0.5.2.tar.gz) = 0e8ac07f9d599b82e7a811f9d084e5125ae787b1ba04e5ba57f79e2642af091b +SIZE (cpp11_0.5.2.tar.gz) = 291993 diff --git a/math/R-cran-units/Makefile b/math/R-cran-units/Makefile index 7acc4fa5c4b5..de30d1867de8 100644 --- a/math/R-cran-units/Makefile +++ b/math/R-cran-units/Makefile @@ -1,22 +1,22 @@ PORTNAME= units DISTVERSION= 0.8-5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Measurement Units for R Vectors -WWW= https://cran.r-project.org/web/packages/units/ +WWW= https://cran.r-project.org/package=units LICENSE= GPLv2 CRAN_DEPENDS= R-cran-Rcpp>=0.12.10:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} LIB_DEPENDS= libexpat.so:textproc/expat2 \ libudunits2.so:science/udunits RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat # Tests fails: https://github.com/r-quantities/units/issues/354 USES= cran:auto-plist,compiles .include