svn commit: r530934 - head/graphics/R-cran-ggplot2
TAKATSU Tomonari
tota at FreeBSD.org
Mon Apr 6 22:56:21 UTC 2020
Author: tota
Date: Mon Apr 6 22:56:20 2020
New Revision: 530934
URL: https://svnweb.freebsd.org/changeset/ports/530934
Log:
- Update to 3.3.0
- Update WWW: line in pkg-descr
Modified:
head/graphics/R-cran-ggplot2/Makefile (contents, props changed)
head/graphics/R-cran-ggplot2/distinfo (contents, props changed)
head/graphics/R-cran-ggplot2/pkg-descr (contents, props changed)
Modified: head/graphics/R-cran-ggplot2/Makefile
==============================================================================
--- head/graphics/R-cran-ggplot2/Makefile Mon Apr 6 22:23:33 2020 (r530933)
+++ head/graphics/R-cran-ggplot2/Makefile Mon Apr 6 22:56:20 2020 (r530934)
@@ -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}
Modified: head/graphics/R-cran-ggplot2/distinfo
==============================================================================
--- head/graphics/R-cran-ggplot2/distinfo Mon Apr 6 22:23:33 2020 (r530933)
+++ head/graphics/R-cran-ggplot2/distinfo Mon Apr 6 22:56:20 2020 (r530934)
@@ -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
Modified: head/graphics/R-cran-ggplot2/pkg-descr
==============================================================================
--- head/graphics/R-cran-ggplot2/pkg-descr Mon Apr 6 22:23:33 2020 (r530933)
+++ head/graphics/R-cran-ggplot2/pkg-descr Mon Apr 6 22:56:20 2020 (r530934)
@@ -5,4 +5,4 @@ that make plotting a hassle (like drawing legends) 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/
More information about the svn-ports-all
mailing list