mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.9.2
- Remove deprecated header information from Makefile - Replace tab with space after WWW: in pkg-descr
This commit is contained in:
parent
69fef641c7
commit
f214330d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303714
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user