aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-ggplot2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/R-cran-ggplot2/Makefile')
-rw-r--r--graphics/R-cran-ggplot2/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile
index 2bcec8e59f48..f8b27a291ef9 100644
--- a/graphics/R-cran-ggplot2/Makefile
+++ b/graphics/R-cran-ggplot2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ggplot2
-PORTVERSION= 2.0.0
+PORTVERSION= 2.1.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -10,12 +10,11 @@ COMMENT= Implementation of the Grammar of Graphics
LICENSE= GPLv2
-RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \
- R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest \
+RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest \
R-cran-gtable>=0.1.1:${PORTSDIR}/math/R-cran-gtable \
+ R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \
R-cran-reshape2>=0:${PORTSDIR}/devel/R-cran-reshape2 \
- R-cran-scales>=0.2.3:${PORTSDIR}/graphics/R-cran-scales \
- R-cran-proto>=0:${PORTSDIR}/devel/R-cran-proto
+ R-cran-scales>=0.3.0:${PORTSDIR}/graphics/R-cran-scales
USES= cran:auto-plist