Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 22:56:21 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530934 - head/graphics/R-cran-ggplot2
Message-ID:  <202004062256.036MuL39096904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004062256.036MuL39096904>