diff options
author | tota <tota@FreeBSD.org> | 2014-03-13 23:11:54 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2014-03-13 23:11:54 +0800 |
commit | 43017f3415459c3142cefb0b8d6f9e93585856af (patch) | |
tree | 2181c544a45e1da24f822a840cb42973600fccde /math | |
parent | 1ef65302afe739ec79d09e5be98917a1319d74a8 (diff) | |
download | freebsd-ports-gnome-43017f3415459c3142cefb0b8d6f9e93585856af.tar.gz freebsd-ports-gnome-43017f3415459c3142cefb0b8d6f9e93585856af.tar.zst freebsd-ports-gnome-43017f3415459c3142cefb0b8d6f9e93585856af.zip |
- Update to 0.4.100.0
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-RcppArmadillo/Makefile | 10 | ||||
-rw-r--r-- | math/R-cran-RcppArmadillo/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index e194ae9be14f..6c3fe465098b 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= RcppArmadillo -PORTVERSION= 0.4.000.4 -PORTREVISION= 1 +PORTVERSION= 0.4.100.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,11 +12,14 @@ COMMENT= Rcpp integration for Armadillo templated linear algebra library LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp +RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp USES= cran:auto-plist post-patch: - ${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure + +post-stage: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/RcppArmadillo/libs/RcppArmadillo.so .include <bsd.port.mk> diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo index 23cb717f5b97..66739562777d 100644 --- a/math/R-cran-RcppArmadillo/distinfo +++ b/math/R-cran-RcppArmadillo/distinfo @@ -1,2 +1,2 @@ -SHA256 (RcppArmadillo_0.4.000.4.tar.gz) = 1d78a8c677b24d87403e8f69fa1ecf6540e6e36ea020e79493b0dad42613ee11 -SIZE (RcppArmadillo_0.4.000.4.tar.gz) = 895994 +SHA256 (RcppArmadillo_0.4.100.0.tar.gz) = 413604e2de37fdd22884c88c19b864f70b2b29a00306cffbdc8a630f22ae907b +SIZE (RcppArmadillo_0.4.100.0.tar.gz) = 902754 |