From owner-svn-ports-all@freebsd.org Fri Mar 10 12:48:46 2017 Return-Path: Delivered-To: svn-ports-all@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 0B0A1D04B64; Fri, 10 Mar 2017 12:48:46 +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 C013C185D; Fri, 10 Mar 2017 12:48:45 +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 v2ACmiGc040252; Fri, 10 Mar 2017 12:48:44 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ACmio2040250; Fri, 10 Mar 2017 12:48:44 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201703101248.v2ACmio2040250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 10 Mar 2017 12:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435824 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 12:48:46 -0000 Author: jrm Date: Fri Mar 10 12:48:44 2017 New Revision: 435824 URL: https://svnweb.freebsd.org/changeset/ports/435824 Log: math/libRmath: Update to version 3.3.3 Approved by: swills (mentor, implicit) Modified: head/math/libRmath/Makefile head/math/libRmath/distinfo Modified: head/math/libRmath/Makefile ============================================================================== --- head/math/libRmath/Makefile Fri Mar 10 10:44:18 2017 (r435823) +++ head/math/libRmath/Makefile Fri Mar 10 12:48:44 2017 (r435824) @@ -1,33 +1,33 @@ # Created by: Eric van Gyzen # $FreeBSD$ -PORTNAME= libRmath -PORTVERSION= 3.3.2 -PORTREVISION= 1 -CATEGORIES= math lang -MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} -DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} - -MAINTAINER= jrm@FreeBSD.org -COMMENT= Standalone math library from R - -LICENSE= GPLv2 - -LIB_DEPENDS= libcurl.so:ftp/curl \ - libpcre.so:devel/pcre - -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 \ - --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 -GNU_CONFIGURE= yes -RMATH_SOVERSION= 1 -USES= fortran localbase -USE_LDCONFIG= yes +PORTNAME= libRmath +PORTVERSION= 3.3.3 +PORTREVISION= 0 +CATEGORIES= math lang +MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} +DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} + +MAINTAINER= jrm@FreeBSD.org +COMMENT= Standalone math library from R + +LICENSE= GPLv2 + +LIB_DEPENDS= libcurl.so:ftp/curl \ + libpcre.so:devel/pcre + +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 \ + --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 +GNU_CONFIGURE= yes +RMATH_SOVERSION=2 +USES= fortran localbase +USE_LDCONFIG= yes -PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}" +PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}" post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g'\ Modified: head/math/libRmath/distinfo ============================================================================== --- head/math/libRmath/distinfo Fri Mar 10 10:44:18 2017 (r435823) +++ head/math/libRmath/distinfo Fri Mar 10 12:48:44 2017 (r435824) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478178293 -SHA256 (R-3.3.2.tar.gz) = d294ad21e9f574fb4828ebb3a94b8cb34f4f304a41687a994be00dd41a4e514c -SIZE (R-3.3.2.tar.gz) = 29440670 +TIMESTAMP = 1489149446 +SHA256 (R-3.3.3.tar.gz) = 5ab768053a275084618fb669b4fbaadcc39158998a87e8465323829590bcfc6c +SIZE (R-3.3.3.tar.gz) = 29804326