aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-ggplot2/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-12-04 22:51:00 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-12-04 22:51:00 +0000
commitbdc6ca0283b76fbdb46446e05c42089b54c0553e (patch)
tree56a9a23a2c165c8207054a1f43de619e6474ab92 /graphics/R-cran-ggplot2/Makefile
parent09bca54b32d4d51c62d41af9a6bd0095248c8781 (diff)
downloadports-bdc6ca0283b76fbdb46446e05c42089b54c0553e.tar.gz
ports-bdc6ca0283b76fbdb46446e05c42089b54c0553e.zip
- Update to 2.2.0
Notes
Notes: svn path=/head/; revision=427814
Diffstat (limited to 'graphics/R-cran-ggplot2/Makefile')
-rw-r--r--graphics/R-cran-ggplot2/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile
index be69254bfa3f..f183e6aa0992 100644
--- a/graphics/R-cran-ggplot2/Makefile
+++ b/graphics/R-cran-ggplot2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ggplot2
-PORTVERSION= 2.1.0
+PORTVERSION= 2.2.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -10,11 +10,15 @@ COMMENT= Implementation of the Grammar of Graphics
LICENSE= GPLv2
-RUN_DEPENDS= R-cran-digest>=0:security/R-cran-digest \
+CRAN_DEPENDS= R-cran-digest>0:security/R-cran-digest \
R-cran-gtable>=0.1.1:math/R-cran-gtable \
R-cran-plyr>=1.7.1:devel/R-cran-plyr \
- R-cran-reshape2>=0:devel/R-cran-reshape2 \
- R-cran-scales>=0.3.0:graphics/R-cran-scales
+ R-cran-reshape2>0:devel/R-cran-reshape2 \
+ R-cran-scales>=0.4.1:graphics/R-cran-scales \
+ R-cran-tibble>0:devel/R-cran-tibble \
+ R-cran-lazyeval>0:math/R-cran-lazyeval
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist