From owner-svn-ports-head@freebsd.org Sat Apr 22 19:46:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81D08D4BC03; Sat, 22 Apr 2017 19:46:23 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54005D1C; Sat, 22 Apr 2017 19:46:23 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3MJkM4v056194; Sat, 22 Apr 2017 19:46:22 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3MJkM1W056191; Sat, 22 Apr 2017 19:46:22 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201704221946.v3MJkM1W056191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 22 Apr 2017 19:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439188 - head/math/libRmath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2017 19:46:23 -0000 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