diff options
author | tota <tota@FreeBSD.org> | 2012-03-06 04:47:15 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-03-06 04:47:15 +0800 |
commit | 0c7f4254acb137afb57648767967eedf3eeb1a65 (patch) | |
tree | 615c5744688ceba39708205128a1b73762eb8198 /graphics/R-cran-ggplot2 | |
parent | 2179dcb725159d00033dfb9a14a874a28652f7c7 (diff) | |
download | freebsd-ports-gnome-0c7f4254acb137afb57648767967eedf3eeb1a65.tar.gz freebsd-ports-gnome-0c7f4254acb137afb57648767967eedf3eeb1a65.tar.zst freebsd-ports-gnome-0c7f4254acb137afb57648767967eedf3eeb1a65.zip |
- Update to 0.9.0
Diffstat (limited to 'graphics/R-cran-ggplot2')
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 15 | ||||
-rw-r--r-- | graphics/R-cran-ggplot2/distinfo | 4 |
2 files changed, 9 insertions, 10 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index e6c2f4d29e2c..f74cacc222f7 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ggplot2 -PORTVERSION= 0.8.9 -PORTREVISION= 4 +PORTVERSION= 0.9.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,12 +15,12 @@ COMMENT= An implementation of the Grammar of Graphics LICENSE= GPLv2 -RUN_DEPENDS= R-cran-reshape>=0.8.0:${PORTSDIR}/devel/R-cran-reshape \ - R-cran-proto>0:${PORTSDIR}/devel/R-cran-proto \ - R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr \ - R-cran-RColorBrewer>0:${PORTSDIR}/graphics/R-cran-RColorBrewer \ - R-cran-digest>0:${PORTSDIR}/security/R-cran-digest \ - R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace +RUN_DEPENDS= R-cran-plyr>=1.0:${PORTSDIR}/devel/R-cran-plyr \ + R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest \ + R-cran-reshape2>=0:${PORTSDIR}/devel/R-cran-reshape2 \ + R-cran-scales>=0:${PORTSDIR}/graphics/R-cran-scales \ + R-cran-memoise>=0:${PORTSDIR}/devel/R-cran-memoise \ + R-cran-proto>=0:${PORTSDIR}/devel/R-cran-proto USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/graphics/R-cran-ggplot2/distinfo b/graphics/R-cran-ggplot2/distinfo index 027519b041f3..fe31d73645f0 100644 --- a/graphics/R-cran-ggplot2/distinfo +++ b/graphics/R-cran-ggplot2/distinfo @@ -1,2 +1,2 @@ -SHA256 (ggplot2_0.8.9.tar.gz) = d43b4a7aea48a32245279b8d71cedf2df3b826a7789a08e00742d0cc5820407e -SIZE (ggplot2_0.8.9.tar.gz) = 2074749 +SHA256 (ggplot2_0.9.0.tar.gz) = cf5d5ada502f486e965d99d35a7ff9970b413f37b981dc77791b112b060d4be8 +SIZE (ggplot2_0.9.0.tar.gz) = 1650930 |