diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-05-26 22:41:54 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-05-26 22:41:54 +0000 |
commit | ea395ab65b74f60808af36f85b65d9a9156950ab (patch) | |
tree | ea48090293ce27fb0e3dc0c5111fd302c4baf30c | |
parent | - Update to 0.0.2 (diff) |
- Update to 0.5.2
Notes
Notes:
svn path=/head/; revision=502754
-rw-r--r-- | devel/R-cran-broom/Makefile | 12 | ||||
-rw-r--r-- | devel/R-cran-broom/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/R-cran-broom/Makefile b/devel/R-cran-broom/Makefile index e232c6d948de..272f45ef782d 100644 --- a/devel/R-cran-broom/Makefile +++ b/devel/R-cran-broom/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= broom -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.5.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,12 +12,13 @@ COMMENT= Convert Statistical Analysis Objects into Tidy Data Frames LICENSE= MIT CRAN_DEPENDS= R-cran-backports>0:math/R-cran-backports \ - R-cran-plyr>0:devel/R-cran-plyr \ R-cran-dplyr>0:math/R-cran-dplyr \ - R-cran-tidyr>0:devel/R-cran-tidyr \ - R-cran-psych>0:math/R-cran-psych \ + R-cran-generics>=0.0.2:devel/R-cran-generics \ + R-cran-purrr>0:devel/R-cran-purrr \ + R-cran-reshape2>0:devel/R-cran-reshape2 \ R-cran-stringr>0:textproc/R-cran-stringr \ - R-cran-reshape2>0:devel/R-cran-reshape2 + R-cran-tibble>0:devel/R-cran-tibble \ + R-cran-tidyr>0:devel/R-cran-tidyr BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} diff --git a/devel/R-cran-broom/distinfo b/devel/R-cran-broom/distinfo index 192e3423708b..e47171b66a1b 100644 --- a/devel/R-cran-broom/distinfo +++ b/devel/R-cran-broom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532092197 -SHA256 (broom_0.5.0.tar.gz) = 4f912b5d9f6b7dfb24793024cdcf47e8c1a70941b907820ad4a53980771868e4 -SIZE (broom_0.5.0.tar.gz) = 1228314 +TIMESTAMP = 1558330234 +SHA256 (broom_0.5.2.tar.gz) = 16af7b446b24bc14461efbda9bea1521cf738c778c5e48fcc7bad45660a4ac62 +SIZE (broom_0.5.2.tar.gz) = 1231023 |