diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 19:30:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 19:30:48 +0800 |
commit | 303b20e4a6f63005cfb30e08b837b68b29f20985 (patch) | |
tree | a80b05a656b031dac8e27003819113a61fd492b8 /math/libRmath | |
parent | 918f605fdc00643d43ba8313f7bcfa908ee52a59 (diff) | |
download | freebsd-ports-gnome-303b20e4a6f63005cfb30e08b837b68b29f20985.tar.gz freebsd-ports-gnome-303b20e4a6f63005cfb30e08b837b68b29f20985.tar.zst freebsd-ports-gnome-303b20e4a6f63005cfb30e08b837b68b29f20985.zip |
- Update to 2.3.0
PR: ports/96494
Submitted by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 6 | ||||
-rw-r--r-- | math/libRmath/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 1c47f96c134b..4ae05a873b68 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libRmath -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -34,8 +34,8 @@ COMMENT= The standalone math library from R GNU_CONFIGURE= yes INSTALLS_SHLIB= yes - -CONFIGURE_ARGS+= --without-x +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+=--without-x PLIST_FILES= include/Rmath.h lib/libRmath.a lib/libRmath.so lib/libRmath.so.0 diff --git a/math/libRmath/distinfo b/math/libRmath/distinfo index c3769d5921f0..4992e02e88af 100644 --- a/math/libRmath/distinfo +++ b/math/libRmath/distinfo @@ -1,3 +1,3 @@ -MD5 (R-2.2.1.tar.gz) = 42542290c6d1585af7ded330f811385c -SHA256 (R-2.2.1.tar.gz) = db442c769e5e8ecbdb33c771e41bdac4330b565652c5ca730f26f975df30c624 -SIZE (R-2.2.1.tar.gz) = 13665367 +MD5 (R-2.3.0.tar.gz) = 11cc1e9df640ab52e608cf9e695f7354 +SHA256 (R-2.3.0.tar.gz) = ed19c04691028bf095056f9bde2957cb8beb95bdccda8c562046a7bb85e40a03 +SIZE (R-2.3.0.tar.gz) = 14251956 |