diff options
author | tota <tota@FreeBSD.org> | 2016-08-28 18:56:42 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-08-28 18:56:42 +0800 |
commit | b295d0103fb54c4a620051136b9d6993e4819e23 (patch) | |
tree | 4e9ed0b4f0791d4619c0af3d58c1ad4a4447d5da /devel | |
parent | 9089b120585a62dbc43afbcb51331640bdf032fc (diff) | |
download | freebsd-ports-gnome-b295d0103fb54c4a620051136b9d6993e4819e23.tar.gz freebsd-ports-gnome-b295d0103fb54c4a620051136b9d6993e4819e23.tar.zst freebsd-ports-gnome-b295d0103fb54c4a620051136b9d6993e4819e23.zip |
- Update to 1.2
Diffstat (limited to 'devel')
-rw-r--r-- | devel/R-cran-tibble/Makefile | 9 | ||||
-rw-r--r-- | devel/R-cran-tibble/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/R-cran-tibble/Makefile b/devel/R-cran-tibble/Makefile index ebf694dc5766..306ff1d79a84 100644 --- a/devel/R-cran-tibble/Makefile +++ b/devel/R-cran-tibble/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tibble -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,10 +11,11 @@ COMMENT= Simple Data Frames LICENSE= MIT -BUILD_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ - R-cran-lazyeval>0.0.10:math/R-cran-lazyeval \ +CRAN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ + R-cran-lazyeval>0.1.10:math/R-cran-lazyeval \ R-cran-Rcpp>0:devel/R-cran-Rcpp -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist,compiles diff --git a/devel/R-cran-tibble/distinfo b/devel/R-cran-tibble/distinfo index ca8ba106d385..e082b5dffc98 100644 --- a/devel/R-cran-tibble/distinfo +++ b/devel/R-cran-tibble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468893805 -SHA256 (tibble_1.1.tar.gz) = 10ea18890e5514faa4c2c05fa231a6e2bbb7689f3800850cead214306414c88e -SIZE (tibble_1.1.tar.gz) = 46526 +TIMESTAMP = 1472363895 +SHA256 (tibble_1.2.tar.gz) = ed8a8bd0591223f742be80fd1cd8c4a9618d0f04011ec95c272b61ea45193104 +SIZE (tibble_1.2.tar.gz) = 54517 |