diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-06-27 07:51:57 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-06-27 07:51:57 +0000 |
commit | bb7f788cfc9475449435744390d865cee43ee166 (patch) | |
tree | 4ecd36c4c10e8249093cb09cbd8378d0ffd93ca7 /math | |
parent | 4278c0ec5842b17f69998b2ddb3a525979a39bbf (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-dplyr/Makefile | 11 | ||||
-rw-r--r-- | math/R-cran-dplyr/distinfo | 5 |
2 files changed, 6 insertions, 10 deletions
diff --git a/math/R-cran-dplyr/Makefile b/math/R-cran-dplyr/Makefile index 175805f07a15..e353aad858e0 100644 --- a/math/R-cran-dplyr/Makefile +++ b/math/R-cran-dplyr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dplyr -DISTVERSION= 0.4.3 +DISTVERSION= 0.5.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,14 +17,9 @@ BUILD_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \ R-cran-DBI>=0.3:databases/R-cran-DBI \ R-cran-magrittr>=0:devel/R-cran-magrittr \ R-cran-lazyeval>=0.1.10:math/R-cran-lazyeval \ + R-cran-tibble>=0:devel/R-cran-tibble \ R-cran-assertthat>=0:math/R-cran-assertthat -RUN_DEPENDS= R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \ - R-cran-BH>=1.58.0.1:devel/R-cran-BH \ - R-cran-R6>=0:devel/R-cran-R6 \ - R-cran-DBI>=0.3:databases/R-cran-DBI \ - R-cran-magrittr>=0:devel/R-cran-magrittr \ - R-cran-lazyeval>=0.1.10:math/R-cran-lazyeval \ - R-cran-assertthat>=0:math/R-cran-assertthat +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cran:auto-plist diff --git a/math/R-cran-dplyr/distinfo b/math/R-cran-dplyr/distinfo index 374323b0420f..531fee1311e7 100644 --- a/math/R-cran-dplyr/distinfo +++ b/math/R-cran-dplyr/distinfo @@ -1,2 +1,3 @@ -SHA256 (dplyr_0.4.3.tar.gz) = 8c364c7baed0710004f3b68cb6ed430ac7e4a08afcaa0608123d7b72895d19dd -SIZE (dplyr_0.4.3.tar.gz) = 655997 +TIMESTAMP = 1466994491 +SHA256 (dplyr_0.5.0.tar.gz) = 93d3b829f1c2d38e14a4f2fa7d6398fc6c1a9e4189b3e78bc38a0eb0e864454f +SIZE (dplyr_0.5.0.tar.gz) = 708476 |