diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-23 21:26:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-23 21:26:09 +0000 |
commit | 25c34fd38fa2cbcad82a57e0e3c63c1c68d1e10c (patch) | |
tree | 9b4d6abe4240fe8081035cdc343a3c9031479b7e /math | |
parent | 5d3fd1005c6f974f854a4c1976b65a8407a7dde3 (diff) | |
download | ports-25c34fd38fa2cbcad82a57e0e3c63c1c68d1e10c.tar.gz ports-25c34fd38fa2cbcad82a57e0e3c63c1c68d1e10c.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 1b1b93a6212f..7ba21e49beb6 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,7 +3,7 @@ PORTNAME?= R PORTVERSION= 3.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \ ftp://cran.r-project.org/pub/R/%SUBDIR%/ \ |