diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-06 22:17:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-06 22:17:28 +0000 |
commit | ee0cff19097f8d832f88bea689972653c76731bd (patch) | |
tree | 895763a86f59b9c4e00d253d94d4307654218baa /graphics | |
parent | 2c8b77ce3cbaac9288a3c557938b28bccbce3a24 (diff) | |
download | ports-ee0cff19097f8d832f88bea689972653c76731bd.tar.gz ports-ee0cff19097f8d832f88bea689972653c76731bd.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 7 | ||||
-rw-r--r-- | graphics/R-cran-ggplot2/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index 19c366853839..2bd58149d0a0 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ggplot2 -PORTVERSION= 0.9.2.1 +PORTVERSION= 0.9.3 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,12 +10,11 @@ COMMENT= An implementation of the Grammar of Graphics LICENSE= GPLv2 -RUN_DEPENDS= R-cran-plyr>=1.0:${PORTSDIR}/devel/R-cran-plyr \ +RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \ R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest \ R-cran-gtable>=0.1.1:${PORTSDIR}/math/R-cran-gtable \ R-cran-reshape2>=0:${PORTSDIR}/devel/R-cran-reshape2 \ - R-cran-scales>=0.2.2:${PORTSDIR}/graphics/R-cran-scales \ - R-cran-memoise>=0:${PORTSDIR}/devel/R-cran-memoise \ + R-cran-scales>=0.2.3:${PORTSDIR}/graphics/R-cran-scales \ R-cran-proto>=0:${PORTSDIR}/devel/R-cran-proto USE_R_MOD= yes diff --git a/graphics/R-cran-ggplot2/distinfo b/graphics/R-cran-ggplot2/distinfo index 5bee40591531..4091c646d2b1 100644 --- a/graphics/R-cran-ggplot2/distinfo +++ b/graphics/R-cran-ggplot2/distinfo @@ -1,2 +1,2 @@ -SHA256 (ggplot2_0.9.2.1.tar.gz) = dabd908e31ceed22bd50a104a301175340a7a05e6b9c5e2902e7d9cc2af28f91 -SIZE (ggplot2_0.9.2.1.tar.gz) = 2310996 +SHA256 (ggplot2_0.9.3.tar.gz) = 9fd3426764dc85bdf652378dd5ef504102f16845768bb9697b9eddd959a8942f +SIZE (ggplot2_0.9.3.tar.gz) = 2312151 |