Skip to content

Commit

Permalink
- Update to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tota committed Apr 6, 2018
1 parent 456d240 commit 7f109c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions devel/R-cran-tidyr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# $FreeBSD$

PORTNAME= tidyr
PORTVERSION= 0.6.3
PORTREVISION= 1
PORTVERSION= 0.8.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}

Expand All @@ -12,12 +11,15 @@ COMMENT= Easily tidy data with spread and gather functions

LICENSE= MIT

CRAN_DEPENDS= R-cran-tibble>0:devel/R-cran-tibble \
R-cran-dplyr>=0.4:math/R-cran-dplyr \
R-cran-stringi>0:textproc/R-cran-stringi \
R-cran-lazyeval>0:math/R-cran-lazyeval \
CRAN_DEPENDS= R-cran-dplyr>=0.7.0:math/R-cran-dplyr \
R-cran-glue>0:devel/R-cran-glue \
R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-Rcpp>0:devel/R-cran-Rcpp
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:devel/R-cran-tidyselect
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}

Expand Down
6 changes: 3 additions & 3 deletions devel/R-cran-tidyr/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1495011850
SHA256 (tidyr_0.6.3.tar.gz) = 062ada80ebcb677fb404d29a5bdf033f9caf08de317d008c8ff08a2af33f4593
SIZE (tidyr_0.6.3.tar.gz) = 363818
TIMESTAMP = 1522058609
SHA256 (tidyr_0.8.0.tar.gz) = 0b7fb3e4ee7c6c8bb9894825c7f16db967abb57aceac0609b7866fa1825c57e2
SIZE (tidyr_0.8.0.tar.gz) = 377417

0 comments on commit 7f109c5

Please sign in to comment.