diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-09-05 17:05:34 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-09-05 17:05:34 +0000 |
commit | f214330d3beeb8a21d598a618deb2f69541b2201 (patch) | |
tree | 714b6292fb3cc873c261c1f849fe872a1ceaa5c3 /graphics/R-cran-ggplot2/Makefile | |
parent | 69fef641c73193c54b44329d404db88a7f030ce6 (diff) |
- Update to 0.9.2
- Remove deprecated header information from Makefile
- Replace tab with space after WWW: in pkg-descr
Notes
Notes:
svn path=/head/; revision=303714
Diffstat (limited to 'graphics/R-cran-ggplot2/Makefile')
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 11 |
1 files changed, 3 insertions, 8 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 |