mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- 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)
This commit is contained in:
parent
f4d0ab6fca
commit
717300f78e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225678
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user