Index: head/math/libRmath/Makefile =================================================================== --- head/math/libRmath/Makefile (revision 160741) +++ head/math/libRmath/Makefile (revision 160742) @@ -1,52 +1,52 @@ # vim: tabstop=8 softtabstop=0 noexpandtab # Ports Makefile for: libRmath # Date created: 14 May 2004 # Whom: Eric van Gyzen # # $FreeBSD$ # 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/ \ http://cran.at.r-project.org/src/base/R-2/ \ http://cran.au.r-project.org/src/base/R-2/ \ http://cran.br.r-project.org/src/base/R-2/ \ http://cran.ch.r-project.org/src/base/R-2/ \ http://cran.es.r-project.org/src/base/R-2/ \ http://cran.dk.r-project.org/src/base/R-2/ \ http://cran.hu.r-project.org/src/base/R-2/ \ http://cran.uk.r-project.org/src/base/R-2/ \ http://cran.us.r-project.org/src/base/R-2/ \ http://cran.za.r-project.org/src/base/R-2/ \ ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/R-2/ \ http://lib.stat.cmu.edu/R/CRAN/src/base/R-2/ \ http://cran.stat.ucla.edu/src/base/R-2/ \ http://probability.ca/cran/src/base/R-2/ \ http://www.ibiblio.org/pub/languages/R/CRAN/src/base/R-2/ \ http://www.bioconductor.org/CRAN/src/base/R-2/ DISTNAME= R-${PORTVERSION} MAINTAINER= eric+fbports@vangyzen.net 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 do-build: (cd ${WRKSRC}/src/nmath/standalone; ${MAKE}) do-install: ${INSTALL_DATA} ${WRKSRC}/src/include/Rmath.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/src/nmath/standalone/libRmath.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/src/nmath/standalone/libRmath.so \ ${PREFIX}/lib/libRmath.so.0 (cd ${PREFIX}/lib; ${LN} -sf libRmath.so.0 libRmath.so) .include Property changes on: head/math/libRmath/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/libRmath/distinfo =================================================================== --- head/math/libRmath/distinfo (revision 160741) +++ head/math/libRmath/distinfo (revision 160742) @@ -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 Property changes on: head/math/libRmath/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property