mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
- Update to 1.0.0
This commit is contained in:
parent
af2f55d4f6
commit
cdfc7d5823
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515763
2 changed files with 10 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tidyr
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
|
@ -12,15 +11,18 @@ COMMENT= Easily tidy data with spread and gather functions
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
CRAN_DEPENDS= R-cran-dplyr>=0.7.0:math/R-cran-dplyr \
|
||||
CRAN_DEPENDS= R-cran-dplyr>=0.8.2:math/R-cran-dplyr \
|
||||
R-cran-ellipsis>=0.1.0:devel/R-cran-ellipsis \
|
||||
R-cran-glue>0:devel/R-cran-glue \
|
||||
R-cran-magrittr>0:devel/R-cran-magrittr \
|
||||
R-cran-purrr>0:devel/R-cran-purrr \
|
||||
R-cran-Rcpp>0:devel/R-cran-Rcpp \
|
||||
R-cran-rlang>0:devel/R-cran-rlang \
|
||||
R-cran-stringi>0:textproc/R-cran-stringi \
|
||||
R-cran-tibble>0:devel/R-cran-tibble \
|
||||
R-cran-tidyselect>=0.2.5:devel/R-cran-tidyselect
|
||||
R-cran-tibble>=2.1.1:devel/R-cran-tibble \
|
||||
R-cran-tidyselect>=0.2.5:devel/R-cran-tidyselect \
|
||||
R-cran-vctrs>=0.2.0:devel/R-cran-vctrs \
|
||||
R-cran-lifecycle>0:devel/R-cran-lifecycle
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1560117284
|
||||
SHA256 (tidyr_0.8.3.tar.gz) = a18f54ec35124110058ab23f7e0a3c037a8d50f0405520cf5cc5443ec022cc37
|
||||
SIZE (tidyr_0.8.3.tar.gz) = 383932
|
||||
TIMESTAMP = 1569653670
|
||||
SHA256 (tidyr_1.0.0.tar.gz) = 92a1a30b5636c3c1c68acbff0c1f5b301df64bf3198d23f1c9808ed43a900390
|
||||
SIZE (tidyr_1.0.0.tar.gz) = 811227
|
||||
|
|
Loading…
Add table
Reference in a new issue