Date: Wed, 25 Apr 2018 00:34:37 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468255 - head/math/libRmath Message-ID: <201804250034.w3P0YbHA054500@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Wed Apr 25 00:34:37 2018 New Revision: 468255 URL: https://svnweb.freebsd.org/changeset/ports/468255 Log: math/libRmath: Update to version 3.5.0 Modified: head/math/libRmath/Makefile (contents, props changed) head/math/libRmath/distinfo (contents, props changed) Modified: head/math/libRmath/Makefile ============================================================================== --- head/math/libRmath/Makefile Wed Apr 25 00:08:40 2018 (r468254) +++ head/math/libRmath/Makefile Wed Apr 25 00:34:37 2018 (r468255) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libRmath -DISTVERSION= 3.4.4 +DISTVERSION= 3.5.0 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -18,6 +18,9 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre +USES= localbase +USE_LDCONFIG= yes + BUILD_WRKSRC= ${WRKSRC}/src/nmath/standalone CONFIGURE_ARGS= --disable-nls --with-ICU=no --with-cairo=no \ --with-jpeglib=no --with-libpng=no --with-libtiff=no \ @@ -25,11 +28,8 @@ CONFIGURE_ARGS= --disable-nls --with-ICU=no --with-cai --without-libintl-prefix CONFIGURE_ENV+= ac_cv_header_iconv_h=no FPICFLAGS=-fPIC GNU_CONFIGURE= yes -RMATH_SOVERSION=${PORTVERSION:R} -USES= localbase -USE_LDCONFIG= yes - PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}" +RMATH_SOVERSION=${DISTVERSION:R} OPTIONS_DEFINE= FLANG OPTIONS_EXCLUDE_aarch64= FLANG Modified: head/math/libRmath/distinfo ============================================================================== --- head/math/libRmath/distinfo Wed Apr 25 00:08:40 2018 (r468254) +++ head/math/libRmath/distinfo Wed Apr 25 00:34:37 2018 (r468255) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521422142 -SHA256 (R-3.4.4.tar.gz) = b3e97d2fab7256d1c655c4075934725ba1cd7cb9237240a11bb22ccdad960337 -SIZE (R-3.4.4.tar.gz) = 30474612 +TIMESTAMP = 1524611533 +SHA256 (R-3.5.0.tar.gz) = fd1725535e21797d3d9fea8963d99be0ba4c3aecadcf081b43e261458b416870 +SIZE (R-3.5.0.tar.gz) = 30675040
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804250034.w3P0YbHA054500>