diff options
author | tota <tota@FreeBSD.org> | 2016-03-05 10:04:54 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-03-05 10:04:54 +0800 |
commit | 3a94a622933c22122918d0656c9f2e9a23fb4fc7 (patch) | |
tree | 360cd334b0a7627fd5a858992f7b2291547c7335 /graphics/R-cran-ggplot2 | |
parent | 8bc81f8670432d22e63b7df931f768fea6608b39 (diff) | |
download | freebsd-ports-gnome-3a94a622933c22122918d0656c9f2e9a23fb4fc7.tar.gz freebsd-ports-gnome-3a94a622933c22122918d0656c9f2e9a23fb4fc7.tar.zst freebsd-ports-gnome-3a94a622933c22122918d0656c9f2e9a23fb4fc7.zip |
- Update to 2.1.0
Diffstat (limited to 'graphics/R-cran-ggplot2')
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 9 | ||||
-rw-r--r-- | graphics/R-cran-ggplot2/distinfo | 4 |
2 files changed, 6 insertions, 7 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 diff --git a/graphics/R-cran-ggplot2/distinfo b/graphics/R-cran-ggplot2/distinfo index d1c6114182da..165090dc762c 100644 --- a/graphics/R-cran-ggplot2/distinfo +++ b/graphics/R-cran-ggplot2/distinfo @@ -1,2 +1,2 @@ -SHA256 (ggplot2_2.0.0.tar.gz) = e2b6ba18847fc02c1b46015bcb829186896b90e2e9b3de6a709a6cc600ff251f -SIZE (ggplot2_2.0.0.tar.gz) = 1546130 +SHA256 (ggplot2_2.1.0.tar.gz) = f2c323ae855d6c089e3a52138aa7bc25b9fe1429b8df9eae89d28ce3c0dd3969 +SIZE (ggplot2_2.1.0.tar.gz) = 1571788 |