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..45d7f8a0aaaa 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.0 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..dab2ce744c95 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 = 1750524780 +SHA256 (Rsolnp_2.0.0.tar.gz) = afbbf007ab651e478063e2ac95b49e476f2a4c439fd1cab407223b78b64b9ba3 +SIZE (Rsolnp_2.0.0.tar.gz) = 97859 |