From owner-svn-ports-all@freebsd.org Mon Aug 10 06:20:48 2015 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 DD42D99E768; Mon, 10 Aug 2015 06:20:48 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 CE89B816; Mon, 10 Aug 2015 06:20:48 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A6KmAk066857; Mon, 10 Aug 2015 06:20:48 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7A6Km99066854; Mon, 10 Aug 2015 06:20:48 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201508100620.t7A6Km99066854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Aug 2015 06:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393846 - head/math/R-cran-RcppArmadillo 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.20 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: Mon, 10 Aug 2015 06:20:49 -0000 Author: tota Date: Mon Aug 10 06:20:47 2015 New Revision: 393846 URL: https://svnweb.freebsd.org/changeset/ports/393846 Log: - Update to 0.5.300.4 Modified: head/math/R-cran-RcppArmadillo/Makefile head/math/R-cran-RcppArmadillo/distinfo head/math/R-cran-RcppArmadillo/pkg-descr Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Mon Aug 10 06:07:37 2015 (r393845) +++ head/math/R-cran-RcppArmadillo/Makefile Mon Aug 10 06:20:47 2015 (r393846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.5.200.1.0 +PORTVERSION= 0.5.300.4 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-RcppArmadillo/distinfo ============================================================================== --- head/math/R-cran-RcppArmadillo/distinfo Mon Aug 10 06:07:37 2015 (r393845) +++ head/math/R-cran-RcppArmadillo/distinfo Mon Aug 10 06:20:47 2015 (r393846) @@ -1,2 +1,2 @@ -SHA256 (RcppArmadillo_0.5.200.1.0.tar.gz) = fd648dd5b7c6b76eb42baeb359c3d5fec2218dee2bfc2b6deea760300bf5e06f -SIZE (RcppArmadillo_0.5.200.1.0.tar.gz) = 963103 +SHA256 (RcppArmadillo_0.5.300.4.tar.gz) = 8bfb5c71782752fc8deb1f4d2e41ceb3d2893f55472797cf3409412a906ad434 +SIZE (RcppArmadillo_0.5.300.4.tar.gz) = 967193 Modified: head/math/R-cran-RcppArmadillo/pkg-descr ============================================================================== --- head/math/R-cran-RcppArmadillo/pkg-descr Mon Aug 10 06:07:37 2015 (r393845) +++ head/math/R-cran-RcppArmadillo/pkg-descr Mon Aug 10 06:20:47 2015 (r393846) @@ -1,4 +1,4 @@ RcppArmadillo provides an interface from R to and from Armadillo by utilising the Rcpp R/C++ interface library. -WWW: http://cran.r-project.org/web/packages/RcppArmadillo/ +WWW: https://cran.r-project.org/web/packages/RcppArmadillo/