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

TAKATSU Tomonari tota at FreeBSD.org
Wed Sep 5 17:05:35 UTC 2012


Author: tota
Date: Wed Sep  5 17:05:34 2012
New Revision: 303714
URL: http://svn.freebsd.org/changeset/ports/303714

Log:
  - Update to 0.9.2
  - Remove deprecated header information from Makefile
  - Replace tab with space after WWW: in pkg-descr

Modified:
  head/graphics/R-cran-ggplot2/Makefile
  head/graphics/R-cran-ggplot2/distinfo
  head/graphics/R-cran-ggplot2/pkg-descr

Modified: head/graphics/R-cran-ggplot2/Makefile
==============================================================================
--- head/graphics/R-cran-ggplot2/Makefile	Wed Sep  5 16:05:30 2012	(r303713)
+++ head/graphics/R-cran-ggplot2/Makefile	Wed Sep  5 17:05:34 2012	(r303714)
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	R-cran-ggplot2
-# Date created:		2011-09-10
-# Whom:			TAKATSU Tomonari <tota at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	ggplot2
-PORTVERSION=	0.9.1
-PORTREVISION=	1
+PORTVERSION=	0.9.2
 CATEGORIES=	graphics
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -18,8 +12,9 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	R-cran-plyr>=1.0:${PORTSDIR}/devel/R-cran-plyr \
 		R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest \
+		R-cran-gtable>=0.1.1:${PORTSDIR}/math/R-cran-gtable \
 		R-cran-reshape2>=0:${PORTSDIR}/devel/R-cran-reshape2 \
-		R-cran-scales>=0.2.1:${PORTSDIR}/graphics/R-cran-scales \
+		R-cran-scales>=0.2.2:${PORTSDIR}/graphics/R-cran-scales \
 		R-cran-memoise>=0:${PORTSDIR}/devel/R-cran-memoise \
 		R-cran-proto>=0:${PORTSDIR}/devel/R-cran-proto
 

Modified: head/graphics/R-cran-ggplot2/distinfo
==============================================================================
--- head/graphics/R-cran-ggplot2/distinfo	Wed Sep  5 16:05:30 2012	(r303713)
+++ head/graphics/R-cran-ggplot2/distinfo	Wed Sep  5 17:05:34 2012	(r303714)
@@ -1,2 +1,2 @@
-SHA256 (ggplot2_0.9.1.tar.gz) = 1245a2b0992d8576f34ec2c76b1f052cece28b2e6d97af7fd172f37fd71bc523
-SIZE (ggplot2_0.9.1.tar.gz) = 9520172
+SHA256 (ggplot2_0.9.2.tar.gz) = 9467e234b750b639057c9b5b70bf2b1945c62aac22b525d1f14f6f481468cc07
+SIZE (ggplot2_0.9.2.tar.gz) = 2305068

Modified: head/graphics/R-cran-ggplot2/pkg-descr
==============================================================================
--- head/graphics/R-cran-ggplot2/pkg-descr	Wed Sep  5 16:05:30 2012	(r303713)
+++ head/graphics/R-cran-ggplot2/pkg-descr	Wed Sep  5 17:05:34 2012	(r303714)
@@ -5,4 +5,4 @@ that make plotting a hassle (like drawin
 providing a powerful model of graphics that makes it easy to produce
 complex multi-layered graphics.
 
-WWW:    http://had.co.nz/ggplot2/
+WWW: http://had.co.nz/ggplot2/



More information about the svn-ports-all mailing list