svn commit: r427814 - head/graphics/R-cran-ggplot2

TAKATSU Tomonari tota at FreeBSD.org
Sun Dec 4 22:51:01 UTC 2016


Author: tota
Date: Sun Dec  4 22:51:00 2016
New Revision: 427814
URL: https://svnweb.freebsd.org/changeset/ports/427814

Log:
  - Update to 2.2.0

Modified:
  head/graphics/R-cran-ggplot2/Makefile   (contents, props changed)
  head/graphics/R-cran-ggplot2/distinfo   (contents, props changed)

Modified: head/graphics/R-cran-ggplot2/Makefile
==============================================================================
--- head/graphics/R-cran-ggplot2/Makefile	Sun Dec  4 22:29:10 2016	(r427813)
+++ head/graphics/R-cran-ggplot2/Makefile	Sun Dec  4 22:51:00 2016	(r427814)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ggplot2
-PORTVERSION=	2.1.0
+PORTVERSION=	2.2.0
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -10,11 +10,15 @@ COMMENT=	Implementation of the Grammar o
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	R-cran-digest>=0:security/R-cran-digest \
+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.3.0:graphics/R-cran-scales
+		R-cran-reshape2>0:devel/R-cran-reshape2 \
+		R-cran-scales>=0.4.1:graphics/R-cran-scales \
+		R-cran-tibble>0:devel/R-cran-tibble \
+		R-cran-lazyeval>0:math/R-cran-lazyeval
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
 USES=	cran:auto-plist
 

Modified: head/graphics/R-cran-ggplot2/distinfo
==============================================================================
--- head/graphics/R-cran-ggplot2/distinfo	Sun Dec  4 22:29:10 2016	(r427813)
+++ head/graphics/R-cran-ggplot2/distinfo	Sun Dec  4 22:51:00 2016	(r427814)
@@ -1,2 +1,3 @@
-SHA256 (ggplot2_2.1.0.tar.gz) = f2c323ae855d6c089e3a52138aa7bc25b9fe1429b8df9eae89d28ce3c0dd3969
-SIZE (ggplot2_2.1.0.tar.gz) = 1571788
+TIMESTAMP = 1480842305
+SHA256 (ggplot2_2.2.0.tar.gz) = 64d7d9085573b439295bcb58ea4d39ba5d71911dbb501f1e7a30d13740ea2cda
+SIZE (ggplot2_2.2.0.tar.gz) = 2210334


More information about the svn-ports-all mailing list