diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-11 07:42:12 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-11 07:42:12 +0800 |
commit | ce928d241c040ef12e2510f26f616d87699fb6d1 (patch) | |
tree | 40a400c0663e167ac5c7a1eb6ced0ffda53d9807 /math/libRmath | |
parent | 8b4f4d819b6e6b4767123758e188189debe2f41d (diff) | |
download | freebsd-ports-gnome-ce928d241c040ef12e2510f26f616d87699fb6d1.tar.gz freebsd-ports-gnome-ce928d241c040ef12e2510f26f616d87699fb6d1.tar.zst freebsd-ports-gnome-ce928d241c040ef12e2510f26f616d87699fb6d1.zip |
- Update to 2.8.1
- Pass maintainer along to new maintainer of math/R
PR: ports/130280
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Approved by: old maintainer (private mail)
Diffstat (limited to 'math/libRmath')
-rw-r--r-- | math/libRmath/Makefile | 12 | ||||
-rw-r--r-- | math/libRmath/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index f43948bbe0d8..791aff19b2ae 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -1,5 +1,5 @@ # vim: tabstop=8 softtabstop=0 noexpandtab -# Ports Makefile for: libRmath +# Ports collection makefile for: libRmath # Date created: 14 May 2004 # Whom: Eric van Gyzen <vangyzen@stat.duke.edu> # @@ -7,8 +7,7 @@ # PORTNAME= libRmath -PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTVERSION= 2.8.1 CATEGORIES= math MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -30,14 +29,15 @@ MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ http://www.bioconductor.org/CRAN/src/base/R-2/ DISTNAME= R-${PORTVERSION} -MAINTAINER= eric+fbports@vangyzen.net +MAINTAINER= btf2006a@yahoo.com COMMENT= The standalone math library from R +USE_PERL5= yes USE_FORTRAN= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS+=--without-x -CONFIGURE_ENV+= F77="${F77}" +CONFIGURE_ARGS+=--with-readline=no --with-x=no +CONFIGURE_ENV+= F77="${F77}" 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 1236186b26ff..a44d1aba164f 100644 --- a/math/libRmath/distinfo +++ b/math/libRmath/distinfo @@ -1,3 +1,3 @@ -MD5 (R-2.4.0.tar.gz) = f32379469d8712e9f5dd6435d30127d3 -SHA256 (R-2.4.0.tar.gz) = 0a0263acf42230c291ca5cf371541077aae3a1f8a586e1bf336bdb6af76946e2 -SIZE (R-2.4.0.tar.gz) = 14597440 +MD5 (R-2.8.1.tar.gz) = acd40621b8942a2464daa2f9cef3273d +SHA256 (R-2.8.1.tar.gz) = ab488af73ce7a4f2057afcf0e725be96c9ae37f8721143004397b91928ecfa60 +SIZE (R-2.8.1.tar.gz) = 16585380 |