diff options
author | tota <tota@FreeBSD.org> | 2012-09-06 01:05:34 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-09-06 01:05:34 +0800 |
commit | 06078617cf3fc065f7852fc5df1d6fd338a231df (patch) | |
tree | 714b6292fb3cc873c261c1f849fe872a1ceaa5c3 /graphics | |
parent | 436f9ea705ab41d9284c39903d6d3d1446098338 (diff) | |
download | freebsd-ports-gnome-06078617cf3fc065f7852fc5df1d6fd338a231df.tar.gz freebsd-ports-gnome-06078617cf3fc065f7852fc5df1d6fd338a231df.tar.zst freebsd-ports-gnome-06078617cf3fc065f7852fc5df1d6fd338a231df.zip |
- Update to 0.9.2
- Remove deprecated header information from Makefile
- Replace tab with space after WWW: in pkg-descr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 11 | ||||
-rw-r--r-- | graphics/R-cran-ggplot2/distinfo | 4 | ||||
-rw-r--r-- | graphics/R-cran-ggplot2/pkg-descr | 2 |
3 files changed, 6 insertions, 11 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index c73cf5ae6045..a1fc0d6bb8ab 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: R-cran-ggplot2 -# Date created: 2011-09-10 -# Whom: TAKATSU Tomonari <tota@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 diff --git a/graphics/R-cran-ggplot2/distinfo b/graphics/R-cran-ggplot2/distinfo index 48d8be8d131b..68a5c132fe6d 100644 --- a/graphics/R-cran-ggplot2/distinfo +++ b/graphics/R-cran-ggplot2/distinfo @@ -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 diff --git a/graphics/R-cran-ggplot2/pkg-descr b/graphics/R-cran-ggplot2/pkg-descr index 20ca67785ba1..cf84ca2b824f 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://had.co.nz/ggplot2/ +WWW: http://had.co.nz/ggplot2/ |