Index: head/graphics/R-cran-ggplot2/Makefile =================================================================== --- head/graphics/R-cran-ggplot2/Makefile (revision 389334) +++ head/graphics/R-cran-ggplot2/Makefile (revision 389335) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= ggplot2 -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Implementation of the Grammar of Graphics LICENSE= GPLv2 RUN_DEPENDS= R-cran-plyr>=1.7.1:${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.3:${PORTSDIR}/graphics/R-cran-scales \ R-cran-proto>=0:${PORTSDIR}/devel/R-cran-proto USES= cran:auto-plist .include Index: head/graphics/R-cran-ggplot2/distinfo =================================================================== --- head/graphics/R-cran-ggplot2/distinfo (revision 389334) +++ head/graphics/R-cran-ggplot2/distinfo (revision 389335) @@ -1,2 +1,2 @@ -SHA256 (ggplot2_1.0.0.tar.gz) = e6effb8065f030903c760ee238c8890ce85e462fe3c12a5521a983fcd1ed198d -SIZE (ggplot2_1.0.0.tar.gz) = 2351447 +SHA256 (ggplot2_1.0.1.tar.gz) = 40248e6b31307787e44e45d806e7a33095844a9bbe864cc7583dd311b19c241d +SIZE (ggplot2_1.0.1.tar.gz) = 2351203 Index: head/graphics/R-cran-ggplot2/pkg-descr =================================================================== --- head/graphics/R-cran-ggplot2/pkg-descr (revision 389334) +++ head/graphics/R-cran-ggplot2/pkg-descr (revision 389335) @@ -1,8 +1,8 @@ ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and none of the bad parts. It takes care of many of the fiddly details 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://ggplot2.org/