diff options
author | bf <bf@FreeBSD.org> | 2011-07-28 12:19:58 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-07-28 12:19:58 +0800 |
commit | 0aa3c88021317d6b074235c01d37b8fb07e40b38 (patch) | |
tree | e6157b8464ccf9795097dc1f0677b2813b88b74b /math/R-cran-mvtnorm | |
parent | 79bfd5ea31ab01d7ccda591a1c95781783957d47 (diff) | |
download | freebsd-ports-gnome-0aa3c88021317d6b074235c01d37b8fb07e40b38.tar.gz freebsd-ports-gnome-0aa3c88021317d6b074235c01d37b8fb07e40b38.tar.zst freebsd-ports-gnome-0aa3c88021317d6b074235c01d37b8fb07e40b38.zip |
update R to 2.13.1 [1], and adjust dependent ports (this
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)
PR: 158947 [1]
Submitted by: wen ([1], independently)
Diffstat (limited to 'math/R-cran-mvtnorm')
-rw-r--r-- | math/R-cran-mvtnorm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile index 45567f1878f8..79b9ce6f7c24 100644 --- a/math/R-cran-mvtnorm/Makefile +++ b/math/R-cran-mvtnorm/Makefile @@ -7,7 +7,7 @@ PORTNAME= mvtnorm PORTVERSION= 0.9.96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= R-cran- DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1} |