Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 05:58:35 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420762 - head/math/R-cran-RcppEigen
Message-ID:  <201608240558.u7O5wZLu065741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Wed Aug 24 05:58:34 2016
New Revision: 420762
URL: https://svnweb.freebsd.org/changeset/ports/420762

Log:
  - Update to 0.3.2.9.0
  - Add "compiles" argument to USES=cran

Modified:
  head/math/R-cran-RcppEigen/Makefile   (contents, props changed)
  head/math/R-cran-RcppEigen/distinfo   (contents, props changed)

Modified: head/math/R-cran-RcppEigen/Makefile
==============================================================================
--- head/math/R-cran-RcppEigen/Makefile	Wed Aug 24 05:53:24 2016	(r420761)
+++ head/math/R-cran-RcppEigen/Makefile	Wed Aug 24 05:58:34 2016	(r420762)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	RcppEigen
-PORTVERSION=	0.3.2.8.1
+PORTVERSION=	0.3.2.9.0
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -12,8 +12,10 @@ COMMENT=	Rcpp integration for the Eigen 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
+CRAN_DEPENDS=	R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-RcppEigen/distinfo
==============================================================================
--- head/math/R-cran-RcppEigen/distinfo	Wed Aug 24 05:53:24 2016	(r420761)
+++ head/math/R-cran-RcppEigen/distinfo	Wed Aug 24 05:58:34 2016	(r420762)
@@ -1,2 +1,3 @@
-SHA256 (RcppEigen_0.3.2.8.1.tar.gz) = ceccb8785531c5c23f9232b594e5372c214a114a08ec759115e946badd08d681
-SIZE (RcppEigen_0.3.2.8.1.tar.gz) = 1240083
+TIMESTAMP = 1471852048
+SHA256 (RcppEigen_0.3.2.9.0.tar.gz) = 25affba9065e3c12d67b1934d1ce97a928a4011a7738f7b90f0e9830409ec93b
+SIZE (RcppEigen_0.3.2.9.0.tar.gz) = 1209128



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608240558.u7O5wZLu065741>