diff options
author | markd <markd@pkgsrc.org> | 2013-08-13 19:53:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-08-13 19:53:30 +0000 |
commit | 291c8364209b2e8c92eb8f81718822876051bfcc (patch) | |
tree | 72edea7b320b6eef2514c3ffaf56e0d034538491 /math/R/Makefile | |
parent | f7428dac9cade75bcdfeefc7e8ba4547c8bf0662 (diff) | |
download | pkgsrc-291c8364209b2e8c92eb8f81718822876051bfcc.tar.gz |
Update to R 3.0.1
Changes: many new features and bug fixes. See NEWS file for details.
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index a6a2e21fc0e..ca2fb535413 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.141 2013/07/15 02:02:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.142 2013/08/13 19:53:30 markd Exp $ -DISTNAME= R-2.15.1 -PKGREVISION= 7 +DISTNAME= R-3.0.1 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} +MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/} MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.R-project.org/ |