diff options
Diffstat (limited to 'devel/R-cran-randomForest')
-rw-r--r-- | devel/R-cran-randomForest/Makefile | 11 | ||||
-rw-r--r-- | devel/R-cran-randomForest/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/R-cran-randomForest/Makefile b/devel/R-cran-randomForest/Makefile index 6831ad0531c1..632ad563719b 100644 --- a/devel/R-cran-randomForest/Makefile +++ b/devel/R-cran-randomForest/Makefile @@ -1,6 +1,5 @@ PORTNAME= randomForest -DISTVERSION= 4.6-14 -PORTREVISION= 4 +DISTVERSION= 4.7-1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -8,10 +7,12 @@ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Classification based on a forest of trees using random inputs WWW= https://cran.r-project.org/web/packages/randomForest/ -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:graphics/R-cran-RColorBrewer +BROKEN_i386= fails to build + +RUN_DEPENDS= R-cran-RColorBrewer>=1.1_3:graphics/R-cran-RColorBrewer USES= cran:auto-plist,compiles diff --git a/devel/R-cran-randomForest/distinfo b/devel/R-cran-randomForest/distinfo index a772e4058ee1..1f07784dc557 100644 --- a/devel/R-cran-randomForest/distinfo +++ b/devel/R-cran-randomForest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522070612 -SHA256 (randomForest_4.6-14.tar.gz) = f4b88920419eb0a89d0bc5744af0416d92d112988702dc726882394128a8754d -SIZE (randomForest_4.6-14.tar.gz) = 80074 +TIMESTAMP = 1748477104 +SHA256 (randomForest_4.7-1.2.tar.gz) = aad33227b648bad50412849d7e0fed00fd07f1d1d4a14fa015b4b9f939b04a11 +SIZE (randomForest_4.7-1.2.tar.gz) = 81974 |