aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-ggplot2
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2020-04-06 22:56:20 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2020-04-06 22:56:20 +0000
commitd2bb13c6c441d9b66e9c5b1f92da5181270c23c1 (patch)
tree9eaa3c61fb329f97bbbc1072b42a58cffb7a105b /graphics/R-cran-ggplot2
parente3068c4c113d3f221c3c3ca5059ff9f287b680ba (diff)
downloadports-d2bb13c6c441d9b66e9c5b1f92da5181270c23c1.tar.gz
ports-d2bb13c6c441d9b66e9c5b1f92da5181270c23c1.zip
- Update to 3.3.0
- Update WWW: line in pkg-descr
Notes
Notes: svn path=/head/; revision=530934
Diffstat (limited to 'graphics/R-cran-ggplot2')
-rw-r--r--graphics/R-cran-ggplot2/Makefile10
-rw-r--r--graphics/R-cran-ggplot2/distinfo6
-rw-r--r--graphics/R-cran-ggplot2/pkg-descr2
3 files changed, 8 insertions, 10 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile
index ba584068dd76..b7e6a24a8ec8 100644
--- a/graphics/R-cran-ggplot2/Makefile
+++ b/graphics/R-cran-ggplot2/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ggplot2
-PORTVERSION= 2.2.1
-PORTREVISION= 3
+PORTVERSION= 3.3.0
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,11 +12,10 @@ LICENSE= GPLv2
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.4.1:graphics/R-cran-scales \
+ R-cran-isoband>0:math/R-cran-isoband \
+ R-cran-scales>=0.5.0:graphics/R-cran-scales \
R-cran-tibble>0:devel/R-cran-tibble \
- R-cran-lazyeval>0:math/R-cran-lazyeval
+ R-cran-withr>=2.0.0:devel/R-cran-withr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
diff --git a/graphics/R-cran-ggplot2/distinfo b/graphics/R-cran-ggplot2/distinfo
index 2e6be6feb50a..fdeab7cb01d0 100644
--- a/graphics/R-cran-ggplot2/distinfo
+++ b/graphics/R-cran-ggplot2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483170364
-SHA256 (ggplot2_2.2.1.tar.gz) = 5fbc89fec3160ad14ba90bd545b151c7a2e7baad021c0ab4b950ecd6043a8314
-SIZE (ggplot2_2.2.1.tar.gz) = 2213308
+TIMESTAMP = 1586181656
+SHA256 (ggplot2_3.3.0.tar.gz) = 320e3c76fe0d0397e29f4782bf85af3647518154b3900a39fd18cf024c554148
+SIZE (ggplot2_3.3.0.tar.gz) = 3031461
diff --git a/graphics/R-cran-ggplot2/pkg-descr b/graphics/R-cran-ggplot2/pkg-descr
index 0d3eb16a0e0c..b5f5f3bf0f15 100644
--- a/graphics/R-cran-ggplot2/pkg-descr
+++ b/graphics/R-cran-ggplot2/pkg-descr
@@ -5,4 +5,4 @@ that make plotting a hassle (like drawing legends) as well as
providing a powerful model of graphics that makes it easy to produce
complex multi-layered graphics.
-WWW: http://ggplot2.org/
+WWW: https://ggplot2.tidyverse.org/