diff options
Diffstat (limited to 'math/R-cran-Rsolnp')
-rw-r--r-- | math/R-cran-Rsolnp/Makefile | 18 | ||||
-rw-r--r-- | math/R-cran-Rsolnp/distinfo | 6 |
2 files changed, 14 insertions, 10 deletions
diff --git a/math/R-cran-Rsolnp/Makefile b/math/R-cran-Rsolnp/Makefile index 3b27f2be95b0..8c8978f5f429 100644 --- a/math/R-cran-Rsolnp/Makefile +++ b/math/R-cran-Rsolnp/Makefile @@ -1,21 +1,25 @@ PORTNAME= Rsolnp -DISTVERSION= 1.16 -PORTREVISION= 5 +DISTVERSION= 2.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= General Non-Linear Optimization WWW= https://cran.r-project.org/web/packages/Rsolnp/ -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2 -CRAN_DEPENDS= R-cran-truncnorm>0:math/R-cran-truncnorm +CRAN_DEPENDS= R-cran-future.apply>0:devel/R-cran-future.apply \ + R-cran-numDeriv>0:math/R-cran-numDeriv \ + R-cran-Rcpp>0:devel/R-cran-Rcpp \ + R-cran-RcppArmadillo>0:math/R-cran-RcppArmadillo \ + R-cran-truncnorm>0:math/R-cran-truncnorm BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-Rsolnp/distinfo b/math/R-cran-Rsolnp/distinfo index d85cf0e0cb18..421ff1184aa8 100644 --- a/math/R-cran-Rsolnp/distinfo +++ b/math/R-cran-Rsolnp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475163989 -SHA256 (Rsolnp_1.16.tar.gz) = 3142776062beb8e2b45cdbc4fe6e5446b6d33505253d79f2890fe4178d9cf670 -SIZE (Rsolnp_1.16.tar.gz) = 188216 +TIMESTAMP = 1751601739 +SHA256 (Rsolnp_2.0.1.tar.gz) = 3b221100abdd1dd5b8d2df9325cc4e28b2ad2a6bd5069594c83f04f331c36792 +SIZE (Rsolnp_2.0.1.tar.gz) = 107710 |