diff options
author | pav <pav@FreeBSD.org> | 2003-12-05 07:48:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-05 07:48:52 +0800 |
commit | 87bdb294865f885279a7e4d83735aa672bb35335 (patch) | |
tree | 4d1dac974197506e49643f9fdb7ca20c0d07f3c8 /math/R/Makefile | |
parent | 757be04ae911cd93be151dedcab2de638bd63741 (diff) | |
download | freebsd-ports-gnome-87bdb294865f885279a7e4d83735aa672bb35335.tar.gz freebsd-ports-gnome-87bdb294865f885279a7e4d83735aa672bb35335.tar.zst freebsd-ports-gnome-87bdb294865f885279a7e4d83735aa672bb35335.zip |
- Update to 1.8.1
PR: ports/59963
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
Diffstat (limited to 'math/R/Makefile')
-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 d04f5ca17422..cdbbd6a0affb 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -7,7 +7,7 @@ # PORTNAME= R -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/ \ ftp://cran.r-project.org/pub/R/src/base/ \ |