Date: Sat, 22 Apr 2017 19:46:22 +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: r439188 - head/math/libRmath Message-ID: <201704221946.v3MJkM1W056191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Sat Apr 22 19:46:22 2017 New Revision: 439188 URL: https://svnweb.freebsd.org/changeset/ports/439188 Log: math/libRmath: Update to version 3.4.0 The configure script now detects the correct zlib version, so setting the r_cv_header_zlib_h is no longer necessary. Approved by: swills (mentor, implicit) Modified: head/math/libRmath/Makefile head/math/libRmath/distinfo Modified: head/math/libRmath/Makefile ============================================================================== --- head/math/libRmath/Makefile Sat Apr 22 19:38:35 2017 (r439187) +++ head/math/libRmath/Makefile Sat Apr 22 19:46:22 2017 (r439188) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libRmath -PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTVERSION= 3.4.0 +PORTREVISION= 0 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -21,9 +21,9 @@ CONFIGURE_ARGS= --disable-nls --with-ICU --with-jpeglib=no --with-libpng=no --with-libtiff=no \ --with-readline=no --with-tcltk=no --with-x=no \ --without-libintl-prefix -CONFIGURE_ENV+= ac_cv_header_iconv_h=no r_cv_header_zlib_h=yes +CONFIGURE_ENV+= ac_cv_header_iconv_h=no GNU_CONFIGURE= yes -RMATH_SOVERSION=2 +RMATH_SOVERSION=3 USES= fortran localbase USE_LDCONFIG= yes Modified: head/math/libRmath/distinfo ============================================================================== --- head/math/libRmath/distinfo Sat Apr 22 19:38:35 2017 (r439187) +++ head/math/libRmath/distinfo Sat Apr 22 19:46:22 2017 (r439188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489149446 -SHA256 (R-3.3.3.tar.gz) = 5ab768053a275084618fb669b4fbaadcc39158998a87e8465323829590bcfc6c -SIZE (R-3.3.3.tar.gz) = 29804326 +TIMESTAMP = 1492890009 +SHA256 (R-3.4.0.tar.gz) = 288e9ed42457c47720780433b3d5c3c20983048b789291cc6a7baa11f9428b91 +SIZE (R-3.4.0.tar.gz) = 30175855
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704221946.v3MJkM1W056191>