diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2023-04-26 01:00:28 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2023-05-08 05:17:38 +0000 |
commit | 9f7e8c573bcf6d00e0b0c8885b68761f5591d06c (patch) | |
tree | 9242fc8741db48f6814c86dfc10b9e9f2aa57f3a /math/R-cran-RcppArmadillo/Makefile | |
parent | 3ab5fe30a262b3f9fd71e7ea9f48d718f3bb7eb7 (diff) |
Diffstat (limited to 'math/R-cran-RcppArmadillo/Makefile')
-rw-r--r-- | math/R-cran-RcppArmadillo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 3f63c548063b..7290d8aafa79 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -1,10 +1,9 @@ PORTNAME= RcppArmadillo -PORTVERSION= 0.11.2.4.0 -PORTREVISION= 1 +PORTVERSION= 0.12.2.0.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= tota@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Rcpp integration for Armadillo templated linear algebra library WWW= https://cran.r-project.org/web/packages/RcppArmadillo/ |